Lines Matching defs:held_lock
214 struct held_lock { struct
229 u64 prev_chain_key;
230 unsigned long acquire_ip;
231 struct lockdep_map *instance;
232 struct lockdep_map *nest_lock;
234 u64 waittime_stamp;
235 u64 holdtime_stamp;
237 unsigned int class_idx:MAX_LOCKDEP_KEYS_BITS;
251 unsigned int irq_context:2; /* bit 0 - soft, bit 1 - hard */
252 unsigned int trylock:1; /* 16 bits */
254 unsigned int read:2; /* see lock_acquire() comment */
255 unsigned int check:1; /* see lock_acquire() comment */
256 unsigned int hardirqs_off:1;
257 unsigned int references:12; /* 32 bits */
258 unsigned int pin_count;