Home
last modified time | relevance | path

Searched defs:lock_stat (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/
Dbuiltin-lock.c41 struct lock_stat { struct
42 struct list_head hash_entry;
43 struct rb_node rb; /* used for sorting */
50 void *addr; /* address of lockdep_map, used as ID */
51 char *name; /* for strcpy(), we cannot use const */
53 unsigned int nr_acquire;
54 unsigned int nr_acquired;
55 unsigned int nr_contended;
56 unsigned int nr_release;
58 unsigned int nr_readlock;
[all …]
/linux-4.4.14/drivers/tty/
Dtty_ldsem.c54 # define lock_stat(_lock, stat) lock_##stat(&(_lock)->dep_map, _RET_IP_) macro
56 # define lock_stat(_lock, stat) do { } while (0) macro
/linux-4.4.14/kernel/locking/
Dlockdep.c64 int lock_stat = 1; variable
67 #define lock_stat 0 macro
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.c10773 ctrl_lock_status(struct drx_demod_instance *demod, enum drx_lock_status *lock_stat) in ctrl_lock_status()