~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/kernel/locking/rtmutex-debug.h

Version: ~ [ linux-6.4-rc3 ] ~ [ linux-6.3.4 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.30 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.113 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.180 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.243 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.283 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.315 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /kernel/locking/rtmutex-debug.h (Version linux-4.16.18) and /kernel/locking/rtmutex-debug.h (Version linux-5.4.237)


** Warning: Cannot open xref database.

  1 /* SPDX-License-Identifier: GPL-2.0 */              1 
  2 /*                                                
  3  * RT-Mutexes: blocking mutual exclusion locks    
  4  *                                                
  5  * started by Ingo Molnar and Thomas Gleixner:    
  6  *                                                
  7  *  Copyright (C) 2004-2006 Red Hat, Inc., Ing    
  8  *  Copyright (C) 2006, Timesys Corp., Thomas     
  9  *                                                
 10  * This file contains macros used solely by rt    
 11  */                                               
 12                                                   
 13 extern void debug_rt_mutex_init_waiter(struct     
 14 extern void debug_rt_mutex_free_waiter(struct     
 15 extern void debug_rt_mutex_init(struct rt_mute    
 16 extern void debug_rt_mutex_lock(struct rt_mute    
 17 extern void debug_rt_mutex_unlock(struct rt_mu    
 18 extern void debug_rt_mutex_proxy_lock(struct r    
 19                                       struct t    
 20 extern void debug_rt_mutex_proxy_unlock(struct    
 21 extern void debug_rt_mutex_deadlock(enum rtmut    
 22                                     struct rt_    
 23                                     struct rt_    
 24 extern void debug_rt_mutex_print_deadlock(stru    
 25 # define debug_rt_mutex_reset_waiter(w)           
 26         do { (w)->deadlock_lock = NULL; } whil    
 27                                                   
 28 static inline bool debug_rt_mutex_detect_deadl    
 29                                                   
 30 {                                                 
 31         return (waiter != NULL);                  
 32 }                                                 
 33                                                   
 34 static inline void rt_mutex_print_deadlock(str    
 35 {                                                 
 36         debug_rt_mutex_print_deadlock(w);         
 37 }                                                 
 38                                                   

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | Wiki (Japanese) | Wiki (English) | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

osdn.jp