Home
last modified time | relevance | path

Searched defs:held_lock (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dlockdep.h93 struct held_lock { struct
108 u64 prev_chain_key;
109 unsigned long acquire_ip;
110 struct lockdep_map *instance;
111 struct lockdep_map *nest_lock;
113 u64 waittime_stamp;
114 u64 holdtime_stamp;
121 unsigned int class_idx:MAX_LOCKDEP_KEYS_BITS;
135 unsigned int irq_context:2; /* bit 0 - soft, bit 1 - hard */
136 unsigned int trylock:1; /* 16 bits */
[all …]
/kernel/linux/linux-4.19/include/linux/
Dlockdep.h219 struct held_lock { struct
234 u64 prev_chain_key;
235 unsigned long acquire_ip;
236 struct lockdep_map *instance;
237 struct lockdep_map *nest_lock;
239 u64 waittime_stamp;
240 u64 holdtime_stamp;
242 unsigned int class_idx:MAX_LOCKDEP_KEYS_BITS;
256 unsigned int irq_context:2; /* bit 0 - soft, bit 1 - hard */
257 unsigned int trylock:1; /* 16 bits */
[all …]