Home
last modified time | relevance | path

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

/linux/include/linux/
H A 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
H A Dworkqueue_types.h21 struct lockdep_map lockdep_map; member
H A Dtimer_types.h19 struct lockdep_map lockdep_map; member
H A Dworkqueue.h546 #define alloc_ordered_workqueue_lockdep_map(fmt, flags, lockdep_map, args...) \ argument
/linux/kernel/
H A Dworkqueue.c368 struct lockdep_map *lockdep_map; member
3145 struct lockdep_map lockdep_map; in process_one_work() local
5787 int max_active, struct lockdep_map *lockdep_map, ...) in alloc_workqueue_lockdep_map()
/linux/kernel/time/
H A Dtimer.c1781 struct lockdep_map lockdep_map; in call_timer_fn() local