Searched defs:held_lock (Results 1 – 1 of 1) sorted by relevance
226 struct held_lock { struct241 u64 prev_chain_key;242 unsigned long acquire_ip;243 struct lockdep_map *instance;244 struct lockdep_map *nest_lock;246 u64 waittime_stamp;247 u64 holdtime_stamp;254 unsigned int class_idx:MAX_LOCKDEP_KEYS_BITS;268 unsigned int irq_context:2; /* bit 0 - soft, bit 1 - hard */269 unsigned int trylock:1; /* 16 bits */[all …]