Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A 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
H A Dtimer_types.h19 struct lockdep_map lockdep_map; member
H A Dworkqueue_types.h21 struct lockdep_map lockdep_map; member
H A Dmutex_types.h52 struct lockdep_map dep_map;
65 struct lockdep_map dep_map;
H A Drcupdate.h322 extern struct lockdep_map rcu_lock_map;
323 extern struct lockdep_map rcu_bh_lock_map;
324 extern struct lockdep_map rcu_sched_lock_map;
325 extern struct lockdep_map rcu_callback_map;
329 static inline void rcu_lock_acquire(struct lockdep_map *map) in rcu_lock_acquire()
334 static inline void rcu_try_lock_acquire(struct lockdep_map *map) in rcu_try_lock_acquire()
339 static inline void rcu_lock_release(struct lockdep_map *map) in rcu_lock_release()
H A Drwsem.h65 struct lockdep_map dep_map;
154 struct lockdep_map dep_map;
284 extern void _down_write_nest_lock(struct rw_semaphore *sem, struct lockdep_map *nest_lock);
288 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \
H A Dspinlock_types.h25 struct lockdep_map dep_map;
53 struct lockdep_map dep_map;
H A Drwlock_types.h32 struct lockdep_map dep_map;
61 struct lockdep_map dep_map;
H A Dworkqueue.h233 .lockdep_map = STATIC_LOCKDEP_MAP_INIT(n, k),
287 lockdep_init_map(&(_work)->lockdep_map, "(work_completion)"#_work, (_key), 0); \
533 struct lockdep_map *lockdep_map, ...);
551 #define alloc_ordered_workqueue_lockdep_map(fmt, flags, lockdep_map, args...) \ argument
553 1, lockdep_map, ##args))
H A Dsrcu.h183 static inline void srcu_lock_acquire(struct lockdep_map *map) in srcu_lock_acquire()
189 static inline void srcu_lock_release(struct lockdep_map *map) in srcu_lock_release()
195 static inline void srcu_lock_sync(struct lockdep_map *map) in srcu_lock_sync()
H A Dww_mutex.h67 struct lockdep_map dep_map;
77 struct lockdep_map first_lock_dep_map;
H A Dseqlock_types.h36 struct lockdep_map dep_map;
H A Drtnetlink.h107 int rtnl_net_lock_cmp_fn(const struct lockdep_map *a, const struct lockdep_map *b);
H A Dspinlock_types_raw.h21 struct lockdep_map dep_map;
H A Drcupdate_trace.h15 extern struct lockdep_map rcu_trace_lock_map;
H A Dsrcutiny.h28 struct lockdep_map dep_map;
/linux/include/trace/events/
H A 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),
/linux/kernel/locking/
H A Dlockdep.c750 static void print_lockdep_cache(struct lockdep_map *lock) in print_lockdep_cache()
887 look_up_lock_class(const struct lockdep_map *lock, unsigned int subclass) in look_up_lock_class()
921 sizeof(struct lockdep_map)); in look_up_lock_class()
955 static bool assign_lock_key(struct lockdep_map *lock) in assign_lock_key()
1285 register_lock_class(struct lockdep_map *lock, unsigned int subclass, int force) in register_lock_class()
4937 void lockdep_init_map_type(struct lockdep_map *lock, const char *name, in lockdep_init_map_type()
5006 void lockdep_set_lock_cmp_fn(struct lockdep_map *lock, lock_cmp_fn cmp_fn, in lockdep_set_lock_cmp_fn()
5067 static int __lock_is_held(const struct lockdep_map *lock, int read);
5077 static int __lock_acquire(struct lockdep_map *lock, unsigned int subclass, in __lock_acquire()
5079 struct lockdep_map *nest_lock, unsigned long ip, in __lock_acquire()
[all …]
H A Dww_rt_mutex.c41 struct lockdep_map __maybe_unused *nest_lock = NULL; in __ww_rt_mutex_lock()
/linux/kernel/rcu/
H A Dupdate.c286 struct lockdep_map rcu_lock_map = {
295 struct lockdep_map rcu_bh_lock_map = {
304 struct lockdep_map rcu_sched_lock_map = {
314 struct lockdep_map rcu_callback_map =
/linux/include/net/
H A Dnetdev_lock.h99 static inline int netdev_lock_cmp_fn(const struct lockdep_map *a, in netdev_lock_cmp_fn()
100 const struct lockdep_map *b) in netdev_lock_cmp_fn()
/linux/kernel/
H A Dworkqueue.c369 struct lockdep_map __lockdep_map;
370 struct lockdep_map *lockdep_map; member
3173 struct lockdep_map lockdep_map; in process_one_work() local
3175 lockdep_copy_map(&lockdep_map, &work->lockdep_map); in process_one_work()
3232 lock_map_acquire(pwq->wq->lockdep_map); in process_one_work()
3233 lock_map_acquire(&lockdep_map); in process_one_work()
3264 lock_map_release(&lockdep_map); in process_one_work()
3266 lock_map_release(pwq->wq->lockdep_map); in process_one_work()
3816 init_completion_map(&barr->done, &target->lockdep_map); in insert_wq_barrier()
3934 if (unlikely(!wq->lockdep_map)) in touch_wq_lockdep_map()
[all …]
/linux/drivers/block/zram/
H A Dzram_drv.h72 struct lockdep_map dep_map;
/linux/drivers/gpu/drm/xe/
H A Dxe_pm.c79 static struct lockdep_map xe_pm_runtime_d3cold_map = {
83 static struct lockdep_map xe_pm_runtime_nod3cold_map = {
87 static struct lockdep_map xe_pm_block_lockdep_map = {
/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.c288 const struct lockdep_map *m1, in xfs_rtginode_ilock_cmp_fn()
289 const struct lockdep_map *m2) in xfs_rtginode_ilock_cmp_fn()
305 const struct lockdep_map *m) in xfs_rtginode_ilock_print_fn()

12