| /linux/include/linux/ |
| H A D | lockdep_types.h | 89 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 D | timer_types.h | 19 struct lockdep_map lockdep_map; member
|
| H A D | workqueue_types.h | 21 struct lockdep_map lockdep_map; member
|
| H A D | mutex_types.h | 52 struct lockdep_map dep_map; 65 struct lockdep_map dep_map;
|
| H A D | rcupdate.h | 322 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 D | rwsem.h | 65 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 D | spinlock_types.h | 25 struct lockdep_map dep_map; 53 struct lockdep_map dep_map;
|
| H A D | rwlock_types.h | 32 struct lockdep_map dep_map; 61 struct lockdep_map dep_map;
|
| H A D | workqueue.h | 233 .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 D | srcu.h | 183 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 D | ww_mutex.h | 67 struct lockdep_map dep_map; 77 struct lockdep_map first_lock_dep_map;
|
| H A D | seqlock_types.h | 36 struct lockdep_map dep_map;
|
| H A D | rtnetlink.h | 107 int rtnl_net_lock_cmp_fn(const struct lockdep_map *a, const struct lockdep_map *b);
|
| H A D | spinlock_types_raw.h | 21 struct lockdep_map dep_map;
|
| H A D | rcupdate_trace.h | 15 extern struct lockdep_map rcu_trace_lock_map;
|
| H A D | srcutiny.h | 28 struct lockdep_map dep_map;
|
| /linux/include/trace/events/ |
| H A D | lock.h | 26 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 D | lockdep.c | 750 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 D | ww_rt_mutex.c | 41 struct lockdep_map __maybe_unused *nest_lock = NULL; in __ww_rt_mutex_lock()
|
| /linux/kernel/rcu/ |
| H A D | update.c | 286 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 D | netdev_lock.h | 99 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 D | workqueue.c | 369 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 D | zram_drv.h | 72 struct lockdep_map dep_map;
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_pm.c | 79 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 D | xfs_rtgroup.c | 288 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()
|