Searched defs:lockdep_map (Results 1 - 3 of 3) sorted by relevance

/include/linux/
H A Dtimer.h32 struct lockdep_map lockdep_map; member in struct:timer_list
40 * NB: because we have to copy the lockdep_map, setting the lockdep_map key
42 * the copy of the lockdep_map later! We use the pointer to and the string
43 * "<file>:<line>" as the key resp. the name of the lockdep_map.
46 .lockdep_map = STATIC_LOCKDEP_MAP_INIT(_kn, &_kn),
H A Dworkqueue.h84 struct lockdep_map lockdep_map; member in struct:work_struct
108 * NB: because we have to copy the lockdep_map, setting _key
110 * copy of the lockdep_map!
113 .lockdep_map = STATIC_LOCKDEP_MAP_INIT(n, k),
182 lockdep_init_map(&(_work)->lockdep_map, #_work, &__key, 0);\
H A Dlockdep.h13 struct lockdep_map;
36 * cached in the instance of lockdep_map
39 * are cached in lockdep_map. This optimization is mainly targeting
150 struct lockdep_map { struct
213 struct lockdep_map *instance;
214 struct lockdep_map *nest_lock;
248 extern void lockdep_reset_lock(struct lockdep_map *lock);
261 extern void lockdep_init_map(struct lockdep_map *lock, const char *name,
265 * To initialize a lockdep_map statically use this macro.
294 static inline int lockdep_match_key(struct lockdep_map *loc
[all...]

Completed in 76 milliseconds