Lines Matching defs:held_lock
219 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 */
259 unsigned int read:2; /* see lock_acquire() comment */
260 unsigned int check:1; /* see lock_acquire() comment */
261 unsigned int hardirqs_off:1;
262 unsigned int references:12; /* 32 bits */
263 unsigned int pin_count;