/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | vmm.h | 164 struct lock_class_key *, const char *name, 192 bool, u64, u64, void *, u32, struct lock_class_key *, 203 struct lock_class_key *, const char *, struct nvkm_vmm **); 217 struct lock_class_key *, const char *, struct nvkm_vmm **); 223 struct lock_class_key *, const char *, struct nvkm_vmm **); 233 struct lock_class_key *, const char *, struct nvkm_vmm **); 235 struct lock_class_key *, const char *, struct nvkm_vmm **); 237 struct lock_class_key *, const char *, struct nvkm_vmm **); 239 struct lock_class_key *, const char *, struct nvkm_vmm **); 241 struct lock_class_key *, const char *, struct nvkm_vmm **); [all …]
|
D | vmmgm20b.c | 58 void *argv, u32 argc, struct lock_class_key *key, in gm20b_vmm_new() 67 void *argv, u32 argc, struct lock_class_key *key, in gm20b_vmm_new_fixed()
|
D | vmmgm200.c | 145 void *argv, u32 argc, struct lock_class_key *key, in gm200_vmm_new_() 173 void *argv, u32 argc, struct lock_class_key *key, in gm200_vmm_new() 182 void *argv, u32 argc, struct lock_class_key *key, in gm200_vmm_new_fixed()
|
/Linux-v5.15/tools/lib/lockdep/include/liblockdep/ |
D | common.h | 26 struct lock_class_key { struct 31 struct lock_class_key *key; argument 41 struct lock_class_key *key, int subclass); 47 void lockdep_register_key(struct lock_class_key *key); 48 void lockdep_unregister_key(struct lock_class_key *key);
|
D | mutex.h | 10 struct lock_class_key key; 24 struct lock_class_key *key, in __mutex_init()
|
/Linux-v5.15/include/linux/ |
D | regmap.h | 540 struct lock_class_key *lock_key, 544 struct lock_class_key *lock_key, 548 struct lock_class_key *lock_key, 552 struct lock_class_key *lock_key, 556 struct lock_class_key *lock_key, 560 struct lock_class_key *lock_key, 564 struct lock_class_key *lock_key, 568 struct lock_class_key *lock_key, 572 struct lock_class_key *lock_key, 577 struct lock_class_key *lock_key, [all …]
|
D | lockdep_types.h | 74 struct lock_class_key { struct 81 extern struct lock_class_key __lockdep_no_validate__; argument 177 struct lock_class_key *key; 197 struct lock_class_key { }; struct
|
D | timer.h | 93 const char *name, struct lock_class_key *key); 99 struct lock_class_key *key); 105 struct lock_class_key *key) in init_timer_on_stack_key() 114 static struct lock_class_key __key; \ 120 static struct lock_class_key __key; \
|
D | irqdesc.h | 245 void __irq_set_lockdep_class(unsigned int irq, struct lock_class_key *lock_class, 246 struct lock_class_key *request_class); 248 irq_set_lockdep_class(unsigned int irq, struct lock_class_key *lock_class, in irq_set_lockdep_class() 249 struct lock_class_key *request_class) in irq_set_lockdep_class()
|
D | mutex.h | 103 static struct lock_class_key __key; \ 119 struct lock_class_key *key); 152 struct lock_class_key *key); 167 static struct lock_class_key __key; \
|
D | spinlock_rt.h | 11 struct lock_class_key *key, bool percpu); 14 struct lock_class_key *key, bool percpu) in __rt_spin_lock_init() 21 static struct lock_class_key __key; \ 29 static struct lock_class_key __key; \
|
D | rwsem.h | 105 struct lock_class_key *key); 109 static struct lock_class_key __key; \ 146 struct lock_class_key *key); 150 static struct lock_class_key __key; \
|
D | lockdep.h | 179 extern void lockdep_register_key(struct lock_class_key *key); 180 extern void lockdep_unregister_key(struct lock_class_key *key); 189 struct lock_class_key *key, int subclass, u8 inner, u8 outer, u8 lock_type); 193 struct lock_class_key *key, int subclass, u8 inner, u8 outer) in lockdep_init_map_waits() 200 struct lock_class_key *key, int subclass, u8 inner) in lockdep_init_map_wait() 206 struct lock_class_key *key, int subclass) in lockdep_init_map() 246 struct lock_class_key *key) in lockdep_match_key() 290 struct lock_class_key *key, unsigned int subclass, 390 static inline void lockdep_register_key(struct lock_class_key *key) in lockdep_register_key() 394 static inline void lockdep_unregister_key(struct lock_class_key *key) in lockdep_unregister_key()
|
D | rwlock_rt.h | 11 struct lock_class_key *key); 14 struct lock_class_key *key) in __rt_rwlock_init() 21 static struct lock_class_key __key; \
|
D | spinlock.h | 101 struct lock_class_key *key, short inner); 105 static struct lock_class_key __key; \ 345 static struct lock_class_key __key; \ 495 struct lock_class_key *key); 499 static struct lock_class_key key; \
|
D | rtmutex.h | 75 static struct lock_class_key __key; \ 98 extern void __rt_mutex_init(struct rt_mutex *lock, const char *name, struct lock_class_key *key);
|
/Linux-v5.15/include/linux/gpio/ |
D | driver.h | 152 struct lock_class_key *lock_key; 159 struct lock_class_key *request_key; 499 struct lock_class_key *lock_key, 500 struct lock_class_key *request_key); 527 static struct lock_class_key lock_key; \ 528 static struct lock_class_key request_key; \ 533 static struct lock_class_key lock_key; \ 534 static struct lock_class_key request_key; \ 550 struct lock_class_key *lock_key, 551 struct lock_class_key *request_key);
|
/Linux-v5.15/drivers/gpu/drm/i915/ |
D | i915_active.h | 156 struct lock_class_key *mkey, 157 struct lock_class_key *wkey); 161 static struct lock_class_key __mkey; \ 162 static struct lock_class_key __wkey; \
|
/Linux-v5.15/tools/testing/radix-tree/linux/ |
D | lockdep.h | 3 struct lock_class_key { struct 8 struct lock_class_key *key) in lockdep_set_class() argument
|
/Linux-v5.15/drivers/base/regmap/ |
D | regmap-spmi.c | 87 struct lock_class_key *lock_key, in __regmap_init_spmi_base() 97 struct lock_class_key *lock_key, in __devm_regmap_init_spmi_base() 207 struct lock_class_key *lock_key, in __regmap_init_spmi_ext() 217 struct lock_class_key *lock_key, in __devm_regmap_init_spmi_ext()
|
D | regmap-ac97.c | 71 struct lock_class_key *lock_key, in __regmap_init_ac97() 81 struct lock_class_key *lock_key, in __devm_regmap_init_ac97()
|
D | regmap-sdw.c | 58 struct lock_class_key *lock_key, in __regmap_init_sdw() 74 struct lock_class_key *lock_key, in __devm_regmap_init_sdw()
|
/Linux-v5.15/drivers/gpu/drm/i915/selftests/ |
D | lib_sw_fence.h | 18 static struct lock_class_key __key; \ 29 struct lock_class_key *key);
|
/Linux-v5.15/include/linux/device/ |
D | class.h | 88 struct lock_class_key *key); 95 static struct lock_class_key __key; \ 254 struct lock_class_key *key); 275 static struct lock_class_key __key; \
|
/Linux-v5.15/kernel/rcu/ |
D | update.c | 245 static struct lock_class_key rcu_lock_key; 254 static struct lock_class_key rcu_bh_lock_key; 263 static struct lock_class_key rcu_sched_lock_key; 273 static struct lock_class_key rcu_callback_key;
|