Searched refs:lockdep_map (Results 1 - 25 of 69) sorted by relevance

123

/linux-master/include/linux/
H A Dtimer_types.h19 struct lockdep_map lockdep_map; member in struct:timer_list
H A Dworkqueue_types.h21 struct lockdep_map lockdep_map; member in struct:work_struct
H A Dmutex_types.h52 struct lockdep_map dep_map;
65 struct lockdep_map dep_map;
H A Dlockdep_types.h54 * cached in the instance of lockdep_map
57 * are cached in lockdep_map. This optimization is mainly targeting
88 struct lockdep_map;
89 typedef int (*lock_cmp_fn)(const struct lockdep_map *a,
90 const struct lockdep_map *b);
91 typedef void (*lock_print_fn)(const struct lockdep_map *map);
185 struct lockdep_map { struct
222 struct lockdep_map *instance;
223 struct lockdep_map *nest_lock;
266 * The lockdep_map take
268 struct lockdep_map { }; struct
[all...]
H A Drwlock_types.h32 struct lockdep_map dep_map;
61 struct lockdep_map dep_map;
H A Dspinlock_types.h25 struct lockdep_map dep_map;
53 struct lockdep_map dep_map;
H A Dlockdep.h26 static inline void lockdep_copy_map(struct lockdep_map *to,
27 struct lockdep_map *from)
90 extern void lockdep_reset_lock(struct lockdep_map *lock);
128 extern void lockdep_init_map_type(struct lockdep_map *lock, const char *name,
132 lockdep_init_map_waits(struct lockdep_map *lock, const char *name,
139 lockdep_init_map_wait(struct lockdep_map *lock, const char *name,
145 static inline void lockdep_init_map(struct lockdep_map *lock, const char *name,
189 static inline int lockdep_match_key(struct lockdep_map *lock,
209 extern void lock_acquire(struct lockdep_map *lock, unsigned int subclass,
211 struct lockdep_map *nest_loc
[all...]
H A 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); \
H A Dseqlock_types.h36 struct lockdep_map dep_map;
H A Dsrcu.h114 static inline void srcu_lock_acquire(struct lockdep_map *map)
120 static inline void srcu_lock_release(struct lockdep_map *map)
126 static inline void srcu_lock_sync(struct lockdep_map *map)
H A Dspinlock_types_raw.h21 struct lockdep_map dep_map;
H A Drcupdate_trace.h14 extern struct lockdep_map rcu_trace_lock_map;
H A Drwsem.h65 struct lockdep_map dep_map;
142 struct lockdep_map dep_map;
271 extern void _down_write_nest_lock(struct rw_semaphore *sem, struct lockdep_map *nest_lock);
275 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \
H A Drcupdate.h320 extern struct lockdep_map rcu_lock_map;
321 extern struct lockdep_map rcu_bh_lock_map;
322 extern struct lockdep_map rcu_sched_lock_map;
323 extern struct lockdep_map rcu_callback_map;
327 static inline void rcu_lock_acquire(struct lockdep_map *map)
332 static inline void rcu_try_lock_acquire(struct lockdep_map *map)
337 static inline void rcu_lock_release(struct lockdep_map *map)
H A 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); \
H A Dmutex.h126 extern void _mutex_lock_nest_lock(struct mutex *lock, struct lockdep_map *nest_lock);
141 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \
H A Dsrcutiny.h28 struct lockdep_map dep_map;
H A Dlocal_lock_internal.h13 struct lockdep_map dep_map;
H A Dpercpu-rwsem.h19 struct lockdep_map dep_map;
H A Dsrcutree.h99 struct lockdep_map dep_map;
/linux-master/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-master/kernel/locking/
H A Drtmutex_api.c24 struct lockdep_map *nest_lock,
56 void __sched _rt_mutex_lock_nest_lock(struct rt_mutex *lock, struct lockdep_map *nest_lock)
505 struct lockdep_map *nest_lock,
528 struct lockdep_map *nest_lock)
H A Dww_rt_mutex.c41 struct lockdep_map __maybe_unused *nest_lock = NULL;
H A Dlockdep.c745 static void print_lockdep_cache(struct lockdep_map *lock)
882 look_up_lock_class(const struct lockdep_map *lock, unsigned int subclass)
914 sizeof(struct lockdep_map));
948 static bool assign_lock_key(struct lockdep_map *lock)
1275 register_lock_class(struct lockdep_map *lock, unsigned int subclass, int force)
4856 void lockdep_init_map_type(struct lockdep_map *lock, const char *name,
4922 void lockdep_set_lock_cmp_fn(struct lockdep_map *lock, lock_cmp_fn cmp_fn,
4979 static int __lock_is_held(const struct lockdep_map *lock, int read);
4989 static int __lock_acquire(struct lockdep_map *lock, unsigned int subclass,
4991 struct lockdep_map *nest_loc
[all...]
/linux-master/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 =

Completed in 250 milliseconds

123