Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dlockdep.h13 struct lockdep_map;
150 struct lockdep_map { struct
160 static inline void lockdep_copy_map(struct lockdep_map *to, in lockdep_copy_map() argument
161 struct lockdep_map *from) in lockdep_copy_map()
231 struct lockdep_map *instance;
232 struct lockdep_map *nest_lock;
267 extern void lockdep_reset_lock(struct lockdep_map *lock);
280 extern void lockdep_init_map(struct lockdep_map *lock, const char *name,
313 static inline int lockdep_match_key(struct lockdep_map *lock, in lockdep_match_key()
333 extern void lock_acquire(struct lockdep_map *lock, unsigned int subclass,
[all …]
Drwsem.h40 struct lockdep_map dep_map;
156 extern void _down_write_nest_lock(struct rw_semaphore *sem, struct lockdep_map *nest_lock);
160 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \
Dmutex.h65 struct lockdep_map dep_map;
139 extern void _mutex_lock_nest_lock(struct mutex *lock, struct lockdep_map *nest_lock);
152 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \
Drcupdate.h475 static inline void rcu_lock_acquire(struct lockdep_map *map) in rcu_lock_acquire()
480 static inline void rcu_lock_release(struct lockdep_map *map) in rcu_lock_release()
485 extern struct lockdep_map rcu_lock_map;
486 extern struct lockdep_map rcu_bh_lock_map;
487 extern struct lockdep_map rcu_sched_lock_map;
488 extern struct lockdep_map rcu_callback_map;
Dspinlock_types.h30 struct lockdep_map dep_map;
72 struct lockdep_map dep_map;
Dtimer.h30 struct lockdep_map lockdep_map; member
42 .lockdep_map = STATIC_LOCKDEP_MAP_INIT(_kn, &_kn),
Dworkqueue.h105 struct lockdep_map lockdep_map; member
152 .lockdep_map = STATIC_LOCKDEP_MAP_INIT(n, k),
209 lockdep_init_map(&(_work)->lockdep_map, #_work, &__key, 0); \
Drwsem-spinlock.h28 struct lockdep_map dep_map;
Drwlock_types.h21 struct lockdep_map dep_map;
Dlglock.h40 struct lockdep_map lock_dep_map;
Dtty_ldisc.h144 struct lockdep_map dep_map;
Dsrcu.h61 struct lockdep_map dep_map;
Dww_mutex.h37 struct lockdep_map dep_map;
Dspinlock_api_smp.h28 _raw_spin_lock_nest_lock(raw_spinlock_t *lock, struct lockdep_map *map)
Dseqlock.h50 struct lockdep_map dep_map;
Dspinlock.h188 typecheck(struct lockdep_map *, &(nest_lock)->dep_map);\
Dkernfs.h110 struct lockdep_map dep_map;
Djbd2.h493 struct lockdep_map h_lockdep_map;
/linux-4.4.14/include/trace/events/
Dlock.h14 TP_PROTO(struct lockdep_map *lock, unsigned int subclass,
16 struct lockdep_map *next_lock, unsigned long ip),
40 TP_PROTO(struct lockdep_map *lock, unsigned long ip),
59 TP_PROTO(struct lockdep_map *lock, unsigned long ip),
68 TP_PROTO(struct lockdep_map *lock, unsigned long ip),
75 TP_PROTO(struct lockdep_map *lock, unsigned long ip),
/linux-4.4.14/tools/lib/lockdep/include/liblockdep/
Dcommon.h29 struct lockdep_map { struct
39 void lockdep_init_map(struct lockdep_map *lock, const char *name, argument
41 void lock_acquire(struct lockdep_map *lock, unsigned int subclass,
43 struct lockdep_map *nest_lock, unsigned long ip);
44 void lock_release(struct lockdep_map *lock, int nested,
Dmutex.h9 struct lockdep_map dep_map;
Drwlock.h9 struct lockdep_map dep_map;
/linux-4.4.14/kernel/locking/
Dlockdep.c540 static void print_lockdep_cache(struct lockdep_map *lock) in print_lockdep_cache()
666 look_up_lock_class(struct lockdep_map *lock, unsigned int subclass) in look_up_lock_class()
710 sizeof(struct lockdep_map)); in look_up_lock_class()
742 register_lock_class(struct lockdep_map *lock, unsigned int subclass, int force) in register_lock_class()
1767 struct lockdep_map *next_instance, int read) in check_deadlock()
2101 static int validate_chain(struct task_struct *curr, struct lockdep_map *lock, in validate_chain()
2156 struct lockdep_map *lock, struct held_lock *hlock, in validate_chain()
2965 void lockdep_init_map(struct lockdep_map *lock, const char *name, in lockdep_init_map()
3062 static int __lock_is_held(struct lockdep_map *lock);
3068 static int __lock_acquire(struct lockdep_map *lock, unsigned int subclass, in __lock_acquire()
[all …]
Drwsem.c126 void _down_write_nest_lock(struct rw_semaphore *sem, struct lockdep_map *nest) in _down_write_nest_lock()
Dmutex.c509 struct lockdep_map *nest_lock, unsigned long ip, in __mutex_lock_common()
625 _mutex_lock_nest_lock(struct mutex *lock, struct lockdep_map *nest) in _mutex_lock_nest_lock()
Dspinlock.c389 struct lockdep_map *nest_lock) in _raw_spin_lock_nest_lock()
/linux-4.4.14/kernel/time/
Dtimer.c690 lockdep_init_map(&timer->lockdep_map, name, key, 0); in do_init_timer()
1113 lock_map_acquire(&timer->lockdep_map); in del_timer_sync()
1114 lock_map_release(&timer->lockdep_map); in del_timer_sync()
1166 struct lockdep_map lockdep_map; in call_timer_fn() local
1168 lockdep_copy_map(&lockdep_map, &timer->lockdep_map); in call_timer_fn()
1175 lock_map_acquire(&lockdep_map); in call_timer_fn()
1181 lock_map_release(&lockdep_map); in call_timer_fn()
/linux-4.4.14/kernel/rcu/
Dupdate.c221 struct lockdep_map rcu_lock_map =
226 struct lockdep_map rcu_bh_lock_map =
231 struct lockdep_map rcu_sched_lock_map =
236 struct lockdep_map rcu_callback_map =
/linux-4.4.14/kernel/
Dworkqueue.c262 struct lockdep_map lockdep_map; member
2007 struct lockdep_map lockdep_map; in process_one_work() local
2009 lockdep_copy_map(&lockdep_map, &work->lockdep_map); in process_one_work()
2066 lock_map_acquire_read(&pwq->wq->lockdep_map); in process_one_work()
2067 lock_map_acquire(&lockdep_map); in process_one_work()
2075 lock_map_release(&lockdep_map); in process_one_work()
2076 lock_map_release(&pwq->wq->lockdep_map); in process_one_work()
2519 lock_map_acquire(&wq->lockdep_map); in flush_workqueue()
2520 lock_map_release(&wq->lockdep_map); in flush_workqueue()
2749 lock_map_acquire(&pwq->wq->lockdep_map); in start_flush_work()
[all …]
Dcpu.c74 struct lockdep_map dep_map;
/linux-4.4.14/tools/lib/lockdep/
Dpreload.c20 struct lockdep_map dep_map; /* Since all locks are dynamic, we need
/linux-4.4.14/fs/ocfs2/
Docfs2.h208 struct lockdep_map l_lockdep_map;
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-trans.h711 struct lockdep_map sync_cmd_lockdep_map;
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h1632 struct lockdep_map dep_map;
/linux-4.4.14/mm/
Dmemory_hotplug.c63 struct lockdep_map dep_map;
Dmemcontrol.c1566 static struct lockdep_map memcg_oom_lock_dep_map = {
/linux-4.4.14/include/net/
Dsock.h122 struct lockdep_map dep_map;
/linux-4.4.14/kernel/printk/
Dprintk.c82 static struct lockdep_map console_lock_dep_map = {