Home
last modified time | relevance | path

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

123

/linux-6.1.9/include/linux/
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()
106 struct lockdep_map *instance;
107 struct lockdep_map *nest_lock;
146 extern void lockdep_reset_lock(struct lockdep_map *lock);
184 extern void lockdep_init_map_type(struct lockdep_map *lock, const char *name,
188 lockdep_init_map_waits(struct lockdep_map *lock, const char *name, in lockdep_init_map_waits()
195 lockdep_init_map_wait(struct lockdep_map *lock, const char *name, in lockdep_init_map_wait()
201 static inline void lockdep_init_map(struct lockdep_map *lock, const char *name, in lockdep_init_map()
245 static inline int lockdep_match_key(struct lockdep_map *lock, in lockdep_match_key()
[all …]
Dmutex.h74 struct lockdep_map dep_map;
138 struct lockdep_map dep_map;
179 extern void _mutex_lock_nest_lock(struct mutex *lock, struct lockdep_map *nest_lock);
194 typecheck(struct lockdep_map *, &(nest_lock)->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); \
Drwsem.h64 struct lockdep_map dep_map;
131 struct lockdep_map dep_map;
227 extern void _down_write_nest_lock(struct rw_semaphore *sem, struct lockdep_map *nest_lock);
231 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \
Dspinlock_types.h25 struct lockdep_map dep_map;
53 struct lockdep_map dep_map;
Drcupdate.h295 extern struct lockdep_map rcu_lock_map;
296 extern struct lockdep_map rcu_bh_lock_map;
297 extern struct lockdep_map rcu_sched_lock_map;
298 extern struct lockdep_map rcu_callback_map;
302 static inline void rcu_lock_acquire(struct lockdep_map *map) in rcu_lock_acquire()
307 static inline void rcu_lock_release(struct lockdep_map *map) in rcu_lock_release()
Drwlock_types.h32 struct lockdep_map dep_map;
61 struct lockdep_map dep_map;
Dtimer.h22 struct lockdep_map lockdep_map; member
34 .lockdep_map = STATIC_LOCKDEP_MAP_INIT(_kn, &_kn),
Dlockdep_types.h176 struct lockdep_map { struct
202 struct lockdep_map { }; struct
Dworkqueue.h102 struct lockdep_map lockdep_map; member
174 .lockdep_map = STATIC_LOCKDEP_MAP_INIT(n, k),
230 lockdep_init_map(&(_work)->lockdep_map, "(work_completion)"#_work, &__key, 0); \
Dspinlock_rt.h37 extern void rt_spin_lock_nest_lock(spinlock_t *lock, struct lockdep_map *nest_lock);
54 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \
Dspinlock_types_raw.h21 struct lockdep_map dep_map;
Drcupdate_trace.h14 extern struct lockdep_map rcu_trace_lock_map;
Dsrcutiny.h28 struct lockdep_map dep_map;
Dsrcutree.h91 struct lockdep_map dep_map;
Dlocal_lock_internal.h13 struct lockdep_map dep_map;
Dpercpu-rwsem.h19 struct lockdep_map dep_map;
/linux-6.1.9/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),
/linux-6.1.9/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dworkqueues.h26 struct lockdep_map lockdep_map; member
/linux-6.1.9/kernel/rcu/
Dupdate.c246 struct lockdep_map rcu_lock_map = {
255 struct lockdep_map rcu_bh_lock_map = {
264 struct lockdep_map rcu_sched_lock_map = {
274 struct lockdep_map rcu_callback_map =
/linux-6.1.9/kernel/locking/
Dlockdep.c742 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()
919 sizeof(struct lockdep_map)); in look_up_lock_class()
953 static bool assign_lock_key(struct lockdep_map *lock) in assign_lock_key()
1280 register_lock_class(struct lockdep_map *lock, unsigned int subclass, int force) in register_lock_class()
4803 void lockdep_init_map_type(struct lockdep_map *lock, const char *name, in lockdep_init_map_type()
4899 static int __lock_is_held(const struct lockdep_map *lock, int read);
4909 static int __lock_acquire(struct lockdep_map *lock, unsigned int subclass, in __lock_acquire()
4911 struct lockdep_map *nest_lock, unsigned long ip, in __lock_acquire()
5085 struct lockdep_map *lock, in print_unlock_imbalance_bug()
[all …]
Drtmutex_api.c24 struct lockdep_map *nest_lock, in __rt_mutex_lock_common()
56 void __sched _rt_mutex_lock_nest_lock(struct rt_mutex *lock, struct lockdep_map *nest_lock) in _rt_mutex_lock_nest_lock()
505 struct lockdep_map *nest_lock, in __mutex_lock_common()
528 struct lockdep_map *nest_lock) in _mutex_lock_nest_lock()
Dww_rt_mutex.c41 struct lockdep_map __maybe_unused *nest_lock = NULL; in __ww_rt_mutex_lock()
/linux-6.1.9/kernel/time/
Dtimer.c850 lockdep_init_map(&timer->lockdep_map, name, key, 0); in do_init_timer()
1417 lock_map_acquire(&timer->lockdep_map); in del_timer_sync()
1418 lock_map_release(&timer->lockdep_map); in del_timer_sync()
1462 struct lockdep_map lockdep_map; in call_timer_fn() local
1464 lockdep_copy_map(&lockdep_map, &timer->lockdep_map); in call_timer_fn()
1471 lock_map_acquire(&lockdep_map); in call_timer_fn()
1477 lock_map_release(&lockdep_map); in call_timer_fn()
/linux-6.1.9/kernel/
Dworkqueue.c284 struct lockdep_map lockdep_map; member
2198 struct lockdep_map lockdep_map; in process_one_work() local
2200 lockdep_copy_map(&lockdep_map, &work->lockdep_map); in process_one_work()
2264 lock_map_acquire(&pwq->wq->lockdep_map); in process_one_work()
2265 lock_map_acquire(&lockdep_map); in process_one_work()
2295 lock_map_release(&lockdep_map); in process_one_work()
2296 lock_map_release(&pwq->wq->lockdep_map); in process_one_work()
2688 init_completion_map(&barr->done, &target->lockdep_map); in insert_wq_barrier()
2802 .done = COMPLETION_INITIALIZER_ONSTACK_MAP(this_flusher.done, wq->lockdep_map), in __flush_workqueue()
2809 lock_map_acquire(&wq->lockdep_map); in __flush_workqueue()
[all …]

123