Home
last modified time | relevance | path

Searched refs:__key (Results 1 – 14 of 14) sorted by relevance

/linux/include/linux/
H A Dring_buffer.h107 static struct lock_class_key __key; \
108 __ring_buffer_alloc((size), (flags), &__key); \
118 static struct lock_class_key __key; \
120 (range_size), (s_size), &__key); \
309 static struct lock_class_key __key; \
310 __ring_buffer_alloc_remote(remote, &__key); \
H A Dlocal_lock_internal.h83 static struct lock_class_key __key; \
86 lockdep_init_map_type(&(lock)->dep_map, #lock, &__key, \
99 static struct lock_class_key __key; \
102 lockdep_init_map_type(&(lock)->dep_map, #lock, &__key, \
H A Dcall_once.h25 static struct lock_class_key __key; \
26 __once_init((once), #once, &__key); \
H A Dswait.h74 static struct lock_class_key __key; \
75 __init_swait_queue_head((q), #q, &__key); \
H A Dpercpu_counter.h39 static struct lock_class_key __key; \
42 &__key); \
H A Dkthread.h189 static struct lock_class_key __key; \
190 __kthread_init_worker((worker), "("#worker")->lock", &__key); \
H A Dbtree-128.h84 void visitor128(void *elem, unsigned long opaque, unsigned long *__key,
H A Dsysfs.h53 static struct lock_class_key __key; \
55 (attr)->key = &__key; \
/linux/drivers/gpu/drm/i915/selftests/
H A Dlib_sw_fence.h18 static struct lock_class_key __key; \
20 __onstack_fence_init((fence), #fence, &__key); \
/linux/lib/
H A Dbtree.c307 unsigned long *__key) in btree_get_prev() argument
313 if (keyzero(geo, __key)) in btree_get_prev()
318 longcpy(key, __key, geo->keylen); in btree_get_prev()
342 longcpy(__key, bkey(geo, node, i), geo->keylen); in btree_get_prev()
711 void visitor32(void *elem, unsigned long opaque, unsigned long *__key, in visitor32() argument
715 u32 *key = (void *)__key; in visitor32()
721 void visitor64(void *elem, unsigned long opaque, unsigned long *__key, in visitor64() argument
725 u64 *key = (void *)__key; in visitor64()
731 void visitor128(void *elem, unsigned long opaque, unsigned long *__key, in visitor128() argument
735 u64 *key = (void *)__key; in visitor128()
H A Drhashtable.c192 static struct lock_class_key __key; in bucket_table_alloc() local
208 lockdep_init_map(&tbl->dep_map, "rhashtable_bucket", &__key, 0); in bucket_table_alloc()
/linux/drivers/gpu/drm/i915/
H A Di915_sw_fence.h49 static struct lock_class_key __key; \
52 __i915_sw_fence_init((fence), (fn), #fence, &__key); \
/linux/tools/perf/util/
H A Dstat.c291 static size_t pkg_id_hash(long __key, void *ctx __maybe_unused) in pkg_id_hash()
293 uint64_t *key = (uint64_t *) __key; in pkg_id_hash()
289 pkg_id_hash(long __key,void * ctx __maybe_unused) pkg_id_hash() argument
/linux/drivers/block/zram/
H A Dzram_drv.c64 static struct lock_class_key __key; in slot_lock_init() local
67 &__key, 0); in slot_lock_init()