Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dlockdep.h150 struct lockdep_map { struct
151 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) argument
418 #define lock_acquired(lockdep_map, ip) do {} while (0) argument
Dtimer.h32 struct lockdep_map lockdep_map; member
Dworkqueue.h84 struct lockdep_map lockdep_map; member
/linux-3.3/kernel/
Dworkqueue.c246 struct lockdep_map lockdep_map; member
1818 struct lockdep_map lockdep_map = work->lockdep_map; in process_one_work() local
Dtimer.c1105 struct lockdep_map lockdep_map = timer->lockdep_map; in call_timer_fn() local