Home
last modified time | relevance | path

Searched refs:lockdep_map (Results 1 – 25 of 36) sorted by relevance

12

/include/linux/
Dlockdep_types.h89 struct lockdep_map;
90 typedef int (*lock_cmp_fn)(const struct lockdep_map *a,
91 const struct lockdep_map *b);
92 typedef void (*lock_print_fn)(const struct lockdep_map *map);
186 struct lockdep_map { struct
223 struct lockdep_map *instance;
224 struct lockdep_map *nest_lock;
269 struct lockdep_map { }; struct
Dlockdep.h26 static inline void lockdep_copy_map(struct lockdep_map *to, in lockdep_copy_map()
27 struct lockdep_map *from) in lockdep_copy_map()
90 extern void lockdep_reset_lock(struct lockdep_map *lock);
128 extern void lockdep_init_map_type(struct lockdep_map *lock, const char *name,
132 lockdep_init_map_waits(struct lockdep_map *lock, const char *name, in lockdep_init_map_waits()
139 lockdep_init_map_wait(struct lockdep_map *lock, const char *name, in lockdep_init_map_wait()
145 static inline void lockdep_init_map(struct lockdep_map *lock, const char *name, in lockdep_init_map()
207 static inline int lockdep_match_key(struct lockdep_map *lock, in lockdep_match_key()
227 extern void lock_acquire(struct lockdep_map *lock, unsigned int subclass,
229 struct lockdep_map *nest_lock, unsigned long ip);
[all …]
Dtimer_types.h19 struct lockdep_map lockdep_map; member
Dworkqueue_types.h21 struct lockdep_map lockdep_map; member
Dmutex_types.h53 struct lockdep_map dep_map;
67 struct lockdep_map dep_map;
Drtmutex.h60 struct lockdep_map dep_map;
102 extern void _rt_mutex_lock_nest_lock(struct rt_mutex *lock, struct lockdep_map *nest_lock);
106 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \
Dspinlock_types.h25 struct lockdep_map dep_map;
53 struct lockdep_map dep_map;
Drwlock_types.h32 struct lockdep_map dep_map;
61 struct lockdep_map dep_map;
Drwsem.h66 struct lockdep_map dep_map;
145 struct lockdep_map dep_map;
274 extern void _down_write_nest_lock(struct rw_semaphore *sem, struct lockdep_map *nest_lock);
278 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \
Drcupdate.h328 extern struct lockdep_map rcu_lock_map;
329 extern struct lockdep_map rcu_bh_lock_map;
330 extern struct lockdep_map rcu_sched_lock_map;
331 extern struct lockdep_map rcu_callback_map;
335 static inline void rcu_lock_acquire(struct lockdep_map *map) in rcu_lock_acquire()
340 static inline void rcu_try_lock_acquire(struct lockdep_map *map) in rcu_try_lock_acquire()
345 static inline void rcu_lock_release(struct lockdep_map *map) in rcu_lock_release()
Dsrcu.h149 static inline void srcu_lock_acquire(struct lockdep_map *map) in srcu_lock_acquire()
155 static inline void srcu_lock_release(struct lockdep_map *map) in srcu_lock_release()
161 static inline void srcu_lock_sync(struct lockdep_map *map) in srcu_lock_sync()
Dseqlock_types.h36 struct lockdep_map dep_map;
Dspinlock_types_raw.h21 struct lockdep_map dep_map;
Dworkqueue.h236 .lockdep_map = STATIC_LOCKDEP_MAP_INIT(n, k),
290 lockdep_init_map(&(_work)->lockdep_map, "(work_completion)"#_work, (_key), 0); \
532 struct lockdep_map *lockdep_map, ...);
550 #define alloc_ordered_workqueue_lockdep_map(fmt, flags, lockdep_map, args...) \ argument
552 1, lockdep_map, ##args)
Drcupdate_trace.h14 extern struct lockdep_map rcu_trace_lock_map;
Dmutex.h158 extern void _mutex_lock_nest_lock(struct mutex *lock, struct lockdep_map *nest_lock);
173 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \
Dspinlock_rt.h36 extern void rt_spin_lock_nest_lock(spinlock_t *lock, struct lockdep_map *nest_lock) __acquires(lock…
53 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \
Dsrcutiny.h28 struct lockdep_map dep_map;
Dpercpu-rwsem.h19 struct lockdep_map dep_map;
Dlocal_lock_internal.h13 struct lockdep_map dep_map;
Dsrcutree.h99 struct lockdep_map dep_map;
Dtty_ldisc.h25 struct lockdep_map dep_map;
Dtimer.h20 .lockdep_map = STATIC_LOCKDEP_MAP_INIT(_kn, &_kn),
Dww_mutex.h67 struct lockdep_map dep_map;
/include/trace/events/
Dlock.h26 TP_PROTO(struct lockdep_map *lock, unsigned int subclass,
28 struct lockdep_map *next_lock, unsigned long ip),
52 TP_PROTO(struct lockdep_map *lock, unsigned long ip),
71 TP_PROTO(struct lockdep_map *lock, unsigned long ip),
80 TP_PROTO(struct lockdep_map *lock, unsigned long ip),
87 TP_PROTO(struct lockdep_map *lock, unsigned long ip),

12