Home
last modified time | relevance | path

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

/linux/include/net/sctp/
H A Dauth.h52 #define key_for_each(__key, __list_head) \ argument
53 list_for_each_entry(__key, __list_head, key_list)
55 #define key_for_each_safe(__key, __tmp, __list_head) \ argument
56 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)
/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/include/linux/
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 Dswait.h74 static struct lock_class_key __key; \
75 __init_swait_queue_head((q), #q, &__key); \
H A Dworkqueue.h304 static __maybe_unused struct lock_class_key __key; \
306 __INIT_WORK_KEY(_work, _func, _onstack, &__key); \
878 static struct lock_class_key __key; \
880 work_on_cpu_key(_cpu, _fn, _arg, &__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; \
H A Dblkdev.h997 static struct lock_class_key __key; \
999 __blk_alloc_disk(lim, node_id, &__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.c194 static struct lock_class_key __key; in bucket_table_alloc() local
210 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.c295 static size_t pkg_id_hash(long __key, void *ctx __maybe_unused)
297 uint64_t *key = (uint64_t *) __key; in pkg_id_equal()
289 pkg_id_hash(long __key,void * ctx __maybe_unused) pkg_id_hash() argument