Home
last modified time | relevance | path

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

/kernel/locking/
Dlockdep.c743 static void print_lockdep_cache(struct lockdep_map *lock) in print_lockdep_cache()
880 look_up_lock_class(const struct lockdep_map *lock, unsigned int subclass) in look_up_lock_class()
912 sizeof(struct lockdep_map)); in look_up_lock_class()
946 static bool assign_lock_key(struct lockdep_map *lock) in assign_lock_key()
1273 register_lock_class(struct lockdep_map *lock, unsigned int subclass, int force) in register_lock_class()
4797 void lockdep_init_map_type(struct lockdep_map *lock, const char *name, in lockdep_init_map_type()
4893 static int __lock_is_held(const struct lockdep_map *lock, int read);
4903 static int __lock_acquire(struct lockdep_map *lock, unsigned int subclass, in __lock_acquire()
4905 struct lockdep_map *nest_lock, unsigned long ip, in __lock_acquire()
5079 struct lockdep_map *lock, in print_unlock_imbalance_bug()
[all …]
Drtmutex_api.c24 struct lockdep_map *nest_lock, in __rt_mutex_lock_common()
58 void __sched _rt_mutex_lock_nest_lock(struct rt_mutex *lock, struct lockdep_map *nest_lock) in _rt_mutex_lock_nest_lock()
510 struct lockdep_map *nest_lock, in __mutex_lock_common()
533 struct lockdep_map *nest_lock) in _mutex_lock_nest_lock()
Dmutex.c592 struct lockdep_map *nest_lock, unsigned long ip, in __mutex_lock_common()
772 struct lockdep_map *nest_lock, unsigned long ip) in __mutex_lock()
832 _mutex_lock_nest_lock(struct mutex *lock, struct lockdep_map *nest) in _mutex_lock_nest_lock()
Dww_rt_mutex.c41 struct lockdep_map __maybe_unused *nest_lock = NULL; in __ww_rt_mutex_lock()
Dspinlock_rt.c68 struct lockdep_map *nest_lock) in rt_spin_lock_nest_lock()
Dspinlock.c397 struct lockdep_map *nest_lock) in _raw_spin_lock_nest_lock()
Drwsem.c1711 void _down_write_nest_lock(struct rw_semaphore *sem, struct lockdep_map *nest) in _down_write_nest_lock()
/kernel/rcu/
Dupdate.c355 struct lockdep_map rcu_lock_map = {
364 struct lockdep_map rcu_bh_lock_map = {
373 struct lockdep_map rcu_sched_lock_map = {
383 struct lockdep_map rcu_callback_map =
Dtasks.h1221 struct lockdep_map rcu_trace_lock_map =
/kernel/time/
Dtimer.c856 lockdep_init_map(&timer->lockdep_map, name, key, 0); in do_init_timer()
1423 lock_map_acquire(&timer->lockdep_map); in del_timer_sync()
1424 lock_map_release(&timer->lockdep_map); in del_timer_sync()
1468 struct lockdep_map lockdep_map; in call_timer_fn() local
1470 lockdep_copy_map(&lockdep_map, &timer->lockdep_map); in call_timer_fn()
1477 lock_map_acquire(&lockdep_map); in call_timer_fn()
1483 lock_map_release(&lockdep_map); in call_timer_fn()
/kernel/
Dworkqueue.c288 struct lockdep_map lockdep_map; member
2208 struct lockdep_map lockdep_map; in process_one_work() local
2210 lockdep_copy_map(&lockdep_map, &work->lockdep_map); in process_one_work()
2274 lock_map_acquire(&pwq->wq->lockdep_map); in process_one_work()
2275 lock_map_acquire(&lockdep_map); in process_one_work()
2305 lock_map_release(&lockdep_map); in process_one_work()
2306 lock_map_release(&pwq->wq->lockdep_map); in process_one_work()
2698 init_completion_map(&barr->done, &target->lockdep_map); in insert_wq_barrier()
2812 .done = COMPLETION_INITIALIZER_ONSTACK_MAP(this_flusher.done, wq->lockdep_map), in __flush_workqueue()
2819 lock_map_acquire(&wq->lockdep_map); in __flush_workqueue()
[all …]
Dcpu.c93 static struct lockdep_map cpuhp_state_up_map =
95 static struct lockdep_map cpuhp_state_down_map =
/kernel/printk/
Dprintk.c105 static struct lockdep_map console_lock_dep_map = {
1782 static struct lockdep_map console_owner_dep_map = {