Searched refs:lock_stat (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/tools/perf/ |
| D | builtin-lock.c | 46 struct lock_stat { struct 211 static int lock_stat_key_ ## member(struct lock_stat *one, \ 212 struct lock_stat *two) \ 223 static int lock_stat_key_wait_time_min(struct lock_stat *one, in SINGLE_KEY() 224 struct lock_stat *two) in SINGLE_KEY() 242 int (*key)(struct lock_stat*, struct lock_stat*); 247 static int (*compare)(struct lock_stat *, struct lock_stat *); 282 static void insert_to_result(struct lock_stat *st, in insert_to_result() argument 283 int (*bigger)(struct lock_stat *, struct lock_stat *)) in insert_to_result() argument 287 struct lock_stat *p; in insert_to_result() [all …]
|
| /Linux-v5.4/Documentation/locking/ |
| D | lockstat.rst | 93 # echo 1 >/proc/sys/kernel/lock_stat 97 # echo 0 >/proc/sys/kernel/lock_stat 104 # less /proc/lock_stat 106 01 lock_stat version 0.4 190 # grep : /proc/lock_stat | head 204 # echo 0 > /proc/lock_stat
|
| /Linux-v5.4/kernel/locking/ |
| D | lockdep.c | 73 int lock_stat = 1; variable 74 module_param(lock_stat, int, 0644); 76 #define lock_stat 0 macro 282 if (!lock_stat) in lock_release_holdtime() 4711 if (unlikely(!lock_stat || !debug_locks)) in lock_contended() 4731 if (unlikely(!lock_stat || !debug_locks)) in lock_acquired()
|
| /Linux-v5.4/include/linux/ |
| D | lockdep.h | 18 extern int lock_stat;
|
| /Linux-v5.4/drivers/media/dvb-frontends/drx39xyj/ |
| D | drxj.c | 1025 ctrl_lock_status(struct drx_demod_instance *demod, enum drx_lock_status *lock_stat); 10783 ctrl_lock_status(struct drx_demod_instance *demod, enum drx_lock_status *lock_stat) in ctrl_lock_status() argument 10799 if ((demod == NULL) || (lock_stat == NULL)) in ctrl_lock_status() 10806 *lock_stat = DRX_NOT_LOCKED; in ctrl_lock_status() 10842 *lock_stat = DRX_NOT_LOCKED; in ctrl_lock_status() 10844 *lock_stat = DRXJ_DEMOD_LOCK; in ctrl_lock_status() 10848 *lock_stat = DRX_LOCKED; in ctrl_lock_status() 10852 *lock_stat = DRX_NEVER_LOCK; in ctrl_lock_status()
|
| D | drx_driver.h | 201 lock_stat);
|
| /Linux-v5.4/kernel/ |
| D | sysctl.c | 513 .data = &lock_stat,
|