Home
last modified time | relevance | path

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

/linux-6.8/include/linux/
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
Dworkqueue_types.h21 struct lockdep_map lockdep_map; member
Dtimer_types.h19 struct lockdep_map lockdep_map; member
Dlockdep.h445 #define lock_contended(lockdep_map, ip) do {} while (0) argument
446 #define lock_acquired(lockdep_map, ip) do {} while (0) argument
Dblkdev.h203 struct lockdep_map lockdep_map; member
/linux-6.8/kernel/time/
Dtimer.c1688 struct lockdep_map lockdep_map; in call_timer_fn() local
/linux-6.8/kernel/
Dworkqueue.c312 struct lockdep_map lockdep_map; member
2554 struct lockdep_map lockdep_map; in process_one_work() local