Home
last modified time | relevance | path

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

123456789

/linux/include/linux/
H A 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
H A Dsrcu.h28 int __init_srcu_struct(struct srcu_struct *ssp, const char *name, struct lock_class_key *key);
30 int __init_srcu_struct_fast(struct srcu_struct *ssp, const char *name, struct lock_class_key *key);
32 struct lock_class_key *key);
37 static struct lock_class_key __srcu_key; \
44 static struct lock_class_key __srcu_key; \
51 static struct lock_class_key __srcu_key; \
H A Dring_buffer.h90 __ring_buffer_alloc(unsigned long size, unsigned flags, struct lock_class_key *key);
96 struct lock_class_key *key);
107 static struct lock_class_key __key; \
118 static struct lock_class_key __key; \
H A Dcall_once.h17 struct lock_class_key *key) in __once_init()
25 static struct lock_class_key __key; \
H A Dspinlock.h102 struct lock_class_key *key, short inner);
106 static struct lock_class_key __key; \
322 static struct lock_class_key __key; \
520 struct lock_class_key *key);
524 static struct lock_class_key key; \
/linux/include/net/
H A Dnetdev_lock.h115 static struct lock_class_key qdisc_tx_busylock_key; \
116 static struct lock_class_key qdisc_xmit_lock_key; \
117 static struct lock_class_key dev_addr_list_lock_key; \
118 static struct lock_class_key dev_instance_lock_key; \
/linux/drivers/gpu/drm/i915/
H A 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; \
H A Di915_sw_fence.h45 struct lock_class_key *key);
49 static struct lock_class_key __key; \
/linux/drivers/base/regmap/
H A 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()
H A 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()
H A Dregmap-slimbus.c43 struct lock_class_key *lock_key, in __regmap_init_slimbus()
57 struct lock_class_key *lock_key, in __devm_regmap_init_slimbus()
H A Dregmap-sdw.c71 struct lock_class_key *lock_key, in __regmap_init_sdw()
87 struct lock_class_key *lock_key, in __devm_regmap_init_sdw()
H A Dregmap-sccb.c100 struct lock_class_key *lock_key, in __regmap_init_sccb()
115 struct lock_class_key *lock_key, in __devm_regmap_init_sccb()
H A Dregmap-mdio.c86 const struct regmap_config *config, struct lock_class_key *lock_key, in __regmap_init_mdio()
103 const struct regmap_config *config, struct lock_class_key *lock_key, in __devm_regmap_init_mdio()
/linux/tools/testing/shared/linux/
H A Dlockdep.h6 struct lock_class_key { struct
11 struct lock_class_key *key) in lockdep_set_class() argument
/linux/drivers/gpu/drm/i915/selftests/
H A Dlib_sw_fence.h18 static struct lock_class_key __key; \
29 struct lock_class_key *key);
/linux/include/linux/iio/
H A Diio-opaque.h49 struct lock_class_key mlock_key;
51 struct lock_class_key info_exist_key;
/linux/drivers/gpio/
H A Dgpiolib-devres.c20 struct lock_class_key;
351 struct lock_class_key *lock_key, in devm_gpiochip_add_data_with_key()
352 struct lock_class_key *request_key) in devm_gpiochip_add_data_with_key()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A 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()
H A 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()
H A Dvmmnv04.c104 void *argv, u32 argc, struct lock_class_key *key, in nv04_vmm_new_()
122 void *argv, u32 argc, struct lock_class_key *key, const char *name, in nv04_vmm_new()
/linux/rust/kernel/
H A Dsync.rs37 /// Wraps the kernel's `struct lock_class_key`.
42 inner: Opaque<bindings::lock_class_key>,
49 // SAFETY: `bindings::lock_class_key` is designed to be used concurrently from multiple threads and
110 pub fn as_ptr(&self) -> *mut bindings::lock_class_key {
84 as_ptr(&self) -> *mut bindings::lock_class_key as_ptr() argument
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dgf100.c85 struct lock_class_key *key, enum nvkm_bar_id bar_id) 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()
/linux/kernel/rcu/
H A Dupdate.c285 static struct lock_class_key rcu_lock_key;
294 static struct lock_class_key rcu_bh_lock_key;
303 static struct lock_class_key rcu_sched_lock_key;
313 static struct lock_class_key rcu_callback_key;
/linux/fs/btrfs/
H A Dlocking.h160 static struct lock_class_key lock##_key; \
167 static struct lock_class_key lock##_key; \

123456789