Home
last modified time | relevance | path

Searched refs:lock_class_key (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dvmm.h164 struct lock_class_key *, const char *name,
217 bool, u64, u64, void *, u32, struct lock_class_key *,
228 struct lock_class_key *, const char *, struct nvkm_vmm **);
242 struct lock_class_key *, const char *, struct nvkm_vmm **);
248 struct lock_class_key *, const char *, struct nvkm_vmm **);
258 struct lock_class_key *, const char *, struct nvkm_vmm **);
260 struct lock_class_key *, const char *, struct nvkm_vmm **);
262 struct lock_class_key *, const char *, struct nvkm_vmm **);
264 struct lock_class_key *, const char *, struct nvkm_vmm **);
266 struct lock_class_key *, const char *, struct nvkm_vmm **);
[all …]
Dvmmgm20b.c58 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()
Dvmmgm200.c145 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-6.14.4/include/linux/
Dregmap.h632 struct lock_class_key *lock_key,
636 struct lock_class_key *lock_key,
640 struct lock_class_key *lock_key,
644 struct lock_class_key *lock_key,
648 struct lock_class_key *lock_key,
652 struct lock_class_key *lock_key,
656 struct lock_class_key *lock_key,
660 struct lock_class_key *lock_key,
664 struct lock_class_key *lock_key,
669 struct lock_class_key *lock_key,
[all …]
Dlockdep_types.h75 struct lock_class_key { struct
82 extern struct lock_class_key __lockdep_no_validate__; argument
83 extern struct lock_class_key __lockdep_no_track__;
187 struct lock_class_key *key;
264 struct lock_class_key { }; struct
Dtimer.h72 const char *name, struct lock_class_key *key);
78 struct lock_class_key *key);
84 struct lock_class_key *key) in init_timer_on_stack_key()
93 static struct lock_class_key __key; \
99 static struct lock_class_key __key; \
Dirqdesc.h256 void __irq_set_lockdep_class(unsigned int irq, struct lock_class_key *lock_class,
257 struct lock_class_key *request_class);
259 irq_set_lockdep_class(unsigned int irq, struct lock_class_key *lock_class, in irq_set_lockdep_class()
260 struct lock_class_key *request_class) in irq_set_lockdep_class()
Dlockdep.h119 extern void lockdep_register_key(struct lock_class_key *key);
120 extern void lockdep_unregister_key(struct lock_class_key *key);
129 struct lock_class_key *key, int subclass, u8 inner, u8 outer, u8 lock_type);
133 struct lock_class_key *key, int subclass, u8 inner, u8 outer) in lockdep_init_map_waits()
140 struct lock_class_key *key, int subclass, u8 inner) in lockdep_init_map_wait()
146 struct lock_class_key *key, int subclass) in lockdep_init_map()
208 struct lock_class_key *key) in lockdep_match_key()
256 struct lock_class_key *key, unsigned int subclass,
371 static inline void lockdep_register_key(struct lock_class_key *key) in lockdep_register_key()
375 static inline void lockdep_unregister_key(struct lock_class_key *key) in lockdep_unregister_key()
Drwsem.h115 struct lock_class_key *key);
119 static struct lock_class_key __key; \
156 struct lock_class_key *key);
160 static struct lock_class_key __key; \
Dring_buffer.h90 __ring_buffer_alloc(unsigned long size, unsigned flags, struct lock_class_key *key);
95 struct lock_class_key *key);
107 static struct lock_class_key __key; \
118 static struct lock_class_key __key; \
Drwlock_rt.h11 struct lock_class_key *key);
14 struct lock_class_key *key) in __rt_rwlock_init()
21 static struct lock_class_key __key; \
Dcall_once.h17 struct lock_class_key *key) in __once_init()
25 static struct lock_class_key __key; \
Dmutex.h62 static struct lock_class_key __key; \
90 struct lock_class_key *key);
115 struct lock_class_key *key);
Dspinlock_rt.h11 struct lock_class_key *key, bool percpu);
14 struct lock_class_key *key, bool percpu) in __rt_spin_lock_init()
27 static struct lock_class_key __key; \
Dspinlock.h102 struct lock_class_key *key, short inner);
106 static struct lock_class_key __key; \
333 static struct lock_class_key __key; \
521 struct lock_class_key *key);
525 static struct lock_class_key key; \
Drtmutex.h75 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-6.14.4/include/linux/gpio/
Ddriver.h165 struct lock_class_key *lock_key;
172 struct lock_class_key *request_key;
590 struct lock_class_key *lock_key,
591 struct lock_class_key *request_key);
618 static struct lock_class_key lock_key; \
619 static struct lock_class_key request_key; \
624 static struct lock_class_key lock_key; \
625 static struct lock_class_key request_key; \
637 void *data, struct lock_class_key *lock_key,
638 struct lock_class_key *request_key);
/linux-6.14.4/drivers/gpu/drm/i915/
Di915_active.h156 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-6.14.4/tools/testing/shared/linux/
Dlockdep.h6 struct lock_class_key { struct
11 struct lock_class_key *key) in lockdep_set_class() argument
/linux-6.14.4/drivers/base/regmap/
Dregmap-spmi.c87 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()
Dregmap-ac97.c71 struct lock_class_key *lock_key, in __regmap_init_ac97()
81 struct lock_class_key *lock_key, in __devm_regmap_init_ac97()
Dregmap-slimbus.c43 struct lock_class_key *lock_key, in __regmap_init_slimbus()
58 struct lock_class_key *lock_key, in __devm_regmap_init_slimbus()
/linux-6.14.4/drivers/gpu/drm/i915/selftests/
Dlib_sw_fence.h18 static struct lock_class_key __key; \
29 struct lock_class_key *key);
/linux-6.14.4/rust/kernel/
Dsync.rs26 pub struct LockClassKey(Opaque<bindings::lock_class_key>);
33 pub(crate) fn as_ptr(&self) -> *mut bindings::lock_class_key { in as_ptr() argument
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
Dgf100.c85 struct lock_class_key *key, int bar_nr) in gf100_bar_oneinit_bar()
125 static struct lock_class_key bar1_lock; in gf100_bar_oneinit()
126 static struct lock_class_key bar2_lock; in gf100_bar_oneinit()

12345678910>>...12