Home
last modified time | relevance | path

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

/include/linux/
Dlockdep_types.h186 struct lockdep_map { struct
187 struct lock_class_key *key;
188 struct lock_class *class_cache[NR_LOCKDEP_CACHING_CLASSES];
189 const char *name;
190 u8 wait_type_outer; /* can be taken in this context */
191 u8 wait_type_inner; /* presents this context */
192 u8 lock_type;
195 int cpu;
196 unsigned long ip;
269 struct lockdep_map { }; struct
Dworkqueue_types.h21 struct lockdep_map lockdep_map; member
Dtimer_types.h19 struct lockdep_map lockdep_map; member
Dlockdep.h464 #define lock_contended(lockdep_map, ip) do {} while (0) argument
465 #define lock_acquired(lockdep_map, ip) do {} while (0) argument
Dworkqueue.h550 #define alloc_ordered_workqueue_lockdep_map(fmt, flags, lockdep_map, args...) \ argument
Dblkdev.h217 struct lockdep_map lockdep_map; member