Home
last modified time | relevance | path

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

123456789

/linux/include/linux/
H A 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 …]
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 Dtimer.h72 const char *name, struct lock_class_key *key);
78 struct lock_class_key *key);
84 struct lock_class_key *key) in timer_init_key_on_stack()
93 static struct lock_class_key __key; \
99 static struct lock_class_key __key; \
H A 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()
H A Drwsem.h115 struct lock_class_key *key);
119 static struct lock_class_key __key; \
168 struct lock_class_key *key);
172 static struct lock_class_key __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; \
333 static struct lock_class_key __key; \
521 struct lock_class_key *key);
525 static struct lock_class_key key; \
H A Dmutex.h62 static struct lock_class_key __key; \
90 struct lock_class_key *key);
115 struct lock_class_key *key);
H A 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/include/linux/gpio/
H A Ddriver.h166 struct lock_class_key *lock_key;
173 struct lock_class_key *request_key;
617 struct lock_class_key *lock_key,
618 struct lock_class_key *request_key);
645 static struct lock_class_key lock_key; \
646 static struct lock_class_key request_key; \
651 static struct lock_class_key lock_key; \
652 static struct lock_class_key request_key; \
664 void *data, struct lock_class_key *lock_key,
665 struct lock_class_key *request_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()
58 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()
/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/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()
/linux/rust/kernel/
H A Dsync.rs34 inner: Opaque<bindings::lock_class_key>,
79 pub(crate) fn as_ptr(&self) -> *mut bindings::lock_class_key { in as_ptr() argument
/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;

123456789