Searched defs:lockdep_map (Results 1 – 5 of 5) sorted by relevance
150 struct lockdep_map { struct151 struct lock_class_key *key;152 struct lock_class *class_cache[NR_LOCKDEP_CACHING_CLASSES];153 const char *name;155 int cpu;156 unsigned long ip;417 #define lock_contended(lockdep_map, ip) do {} while (0) argument418 #define lock_acquired(lockdep_map, ip) do {} while (0) argument
32 struct lockdep_map lockdep_map; member
84 struct lockdep_map lockdep_map; member
246 struct lockdep_map lockdep_map; member1818 struct lockdep_map lockdep_map = work->lockdep_map; in process_one_work() local
1105 struct lockdep_map lockdep_map = timer->lockdep_map; in call_timer_fn() local