Home
last modified time | relevance | path

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

/linux-6.8/include/linux/
Dlockdep_types.h205 struct held_lock { struct
220 u64 prev_chain_key;
221 unsigned long acquire_ip;
222 struct lockdep_map *instance;
223 struct lockdep_map *nest_lock;
225 u64 waittime_stamp;
226 u64 holdtime_stamp;
233 unsigned int class_idx:MAX_LOCKDEP_KEYS_BITS;
247 unsigned int irq_context:2; /* bit 0 - soft, bit 1 - hard */
248 unsigned int trylock:1; /* 16 bits */
[all …]