Lines Matching defs:held_lock
89 struct held_lock { struct
104 u64 prev_chain_key;
105 unsigned long acquire_ip;
106 struct lockdep_map *instance;
107 struct lockdep_map *nest_lock;
109 u64 waittime_stamp;
110 u64 holdtime_stamp;
117 unsigned int class_idx:MAX_LOCKDEP_KEYS_BITS;
131 unsigned int irq_context:2; /* bit 0 - soft, bit 1 - hard */
132 unsigned int trylock:1; /* 16 bits */
134 unsigned int read:2; /* see lock_acquire() comment */
135 unsigned int check:1; /* see lock_acquire() comment */
136 unsigned int hardirqs_off:1;
137 unsigned int sync:1;
138 unsigned int references:11; /* 32 bits */
139 unsigned int pin_count;