Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/net/sctp/
Dauth.h71 #define key_for_each(__key, __list_head) \ argument
72 list_for_each_entry(__key, __list_head, key_list)
74 #define key_for_each_safe(__key, __tmp, __list_head) \ argument
75 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)
/Linux-v4.19/include/linux/
Dtimer.h102 static struct lock_class_key __key; \
103 init_timer_key((_timer), (_fn), (_flags), #_timer, &__key);\
108 static struct lock_class_key __key; \
110 #_timer, &__key); \
Dsemaphore.h34 static struct lock_class_key __key; in sema_init() local
36 lockdep_init_map(&sem->lock.dep_map, "semaphore->lock", &__key, 0); in sema_init()
Drtmutex.h67 static struct lock_class_key __key; \
68 __rt_mutex_init(mutex, __func__, &__key); \
Dtty_ldisc.h143 static struct lock_class_key __key; \
145 __init_ldsem((sem), #sem, &__key); \
Dmutex.h116 static struct lock_class_key __key; \
118 __mutex_init((mutex), #mutex, &__key); \
Drwsem.h101 static struct lock_class_key __key; \
103 __init_rwsem((sem), #sem, &__key); \
Dpercpu_counter.h36 static struct lock_class_key __key; \
38 __percpu_counter_init(fbc, value, gfp, &__key); \
Dworkqueue.h231 static struct lock_class_key __key; \
235 lockdep_init_map(&(_work)->lockdep_map, "(work_completion)"#_work, &__key, 0); \
417 static struct lock_class_key __key; \
423 &__key, __lock_name, ##args); \
Drwlock.h22 static struct lock_class_key __key; \
24 __rwlock_init((lock), #lock, &__key); \
Dswait.h87 static struct lock_class_key __key; \
88 __init_swait_queue_head((q), #q, &__key); \
Dring_buffer.h96 static struct lock_class_key __key; \
97 __ring_buffer_alloc((size), (flags), &__key); \
Dkthread.h153 static struct lock_class_key __key; \
154 __kthread_init_worker((worker), "("#worker")->lock", &__key); \
Dseqlock.h71 static struct lock_class_key __key; \
72 __seqcount_init((s), #s, &__key); \
Dspinlock.h98 static struct lock_class_key __key; \
100 __raw_spin_lock_init((lock), #lock, &__key); \
Dbtree-128.h84 void visitor128(void *elem, unsigned long opaque, unsigned long *__key,
Dsysfs.h53 static struct lock_class_key __key; \
55 (attr)->key = &__key; \
Dwait.h65 static struct lock_class_key __key; \
67 __init_waitqueue_head((wq_head), #wq_head, &__key); \
Dgenhd.h641 static struct lock_class_key __key; \
650 lockdep_init_map(&__disk->lockdep_map, __name, &__key, 0); \
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dlib_sw_fence.h20 static struct lock_class_key __key; \
22 __onstack_fence_init((fence), #fence, &__key); \
/Linux-v4.19/tools/lib/lockdep/include/liblockdep/
Dmutex.h32 static struct lock_class_key __key; \
34 __mutex_init((mutex), #mutex, &__key, (mutexattr)); \
Drwlock.h33 static struct lock_class_key __key; \
35 __rwlock_init((lock), #lock, &__key, (attr)); \
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_sw_fence.h49 static struct lock_class_key __key; \
51 __i915_sw_fence_init((fence), (fn), #fence, &__key); \
/Linux-v4.19/lib/
Dbtree.c314 unsigned long *__key) in btree_get_prev() argument
320 if (keyzero(geo, __key)) in btree_get_prev()
325 longcpy(key, __key, geo->keylen); in btree_get_prev()
349 longcpy(__key, bkey(geo, node, i), geo->keylen); in btree_get_prev()
718 void visitor32(void *elem, unsigned long opaque, unsigned long *__key, in visitor32() argument
722 u32 *key = (void *)__key; in visitor32()
728 void visitor64(void *elem, unsigned long opaque, unsigned long *__key, in visitor64() argument
732 u64 *key = (void *)__key; in visitor64()
738 void visitor128(void *elem, unsigned long opaque, unsigned long *__key, in visitor128() argument
742 u64 *key = (void *)__key; in visitor128()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-trans.c79 static struct lock_class_key __key; in iwl_trans_alloc() local
88 &__key, 0); in iwl_trans_alloc()

12