Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlockdep_types.h185 struct lockdep_map { struct
186 struct lock_class_key *key;
187 struct lock_class *class_cache[NR_LOCKDEP_CACHING_CLASSES];
188 const char *name;
189 u8 wait_type_outer; /* can be taken in this context */
190 u8 wait_type_inner; /* presents this context */
191 u8 lock_type;
194 int cpu;
195 unsigned long ip;
268 struct lockdep_map { }; struct
H A Dworkqueue_types.h21 struct lockdep_map lockdep_map; member
H A Dtimer_types.h19 struct lockdep_map lockdep_map; member
H A Dlockdep.h445 lock_contended(lockdep_map,ip) global() argument
446 lock_acquired(lockdep_map,ip) global() argument
[all...]
H A Dblkdev.h204 struct lockdep_map lockdep_map; global() member
/linux/kernel/time/
H A Dtimer.c1780 struct lockdep_map lockdep_map; in call_timer_fn() local
/linux/kernel/
H A Dworkqueue.c369 struct lockdep_map lockdep_map; member
3164 struct lockdep_map lockdep_map; in process_one_work() local