Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/sctp/
Dauth.h68 #define key_for_each(__key, __list_head) \ argument
69 list_for_each_entry(__key, __list_head, key_list)
71 #define key_for_each_safe(__key, __tmp, __list_head) \ argument
72 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)
/linux-4.4.14/include/linux/
Dmutex-debug.h17 static struct lock_class_key __key; \
19 __mutex_init((mutex), #mutex, &__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()
Dtimer.h109 static struct lock_class_key __key; \
110 init_timer_key((_timer), (_flags), #_timer, &__key); \
115 static struct lock_class_key __key; \
116 init_timer_on_stack_key((_timer), (_flags), #_timer, &__key); \
Dtty_ldisc.h153 static struct lock_class_key __key; \
155 __init_ldsem((sem), #sem, &__key); \
Drwsem.h89 static struct lock_class_key __key; \
91 __init_rwsem((sem), #sem, &__key); \
Dmutex.h95 static struct lock_class_key __key; \
97 __mutex_init((mutex), #mutex, &__key); \
Dkthread.h114 static struct lock_class_key __key; \
115 __init_kthread_worker((worker), "("#worker")->lock", &__key); \
Dworkqueue.h205 static struct lock_class_key __key; \
209 lockdep_init_map(&(_work)->lockdep_map, #_work, &__key, 0); \
383 static struct lock_class_key __key; \
389 &__key, __lock_name, ##args); \
Dpercpu_counter.h35 static struct lock_class_key __key; \
37 __percpu_counter_init(fbc, value, gfp, &__key); \
Drwlock.h22 static struct lock_class_key __key; \
24 __rwlock_init((lock), #lock, &__key); \
Dring_buffer.h96 static struct lock_class_key __key; \
97 __ring_buffer_alloc((size), (flags), &__key); \
Dseqlock.h70 static struct lock_class_key __key; \
71 __seqcount_init((s), #s, &__key); \
Dspinlock.h97 static struct lock_class_key __key; \
99 __raw_spin_lock_init((lock), #lock, &__key); \
Dbtree-128.h83 void visitor128(void *elem, unsigned long opaque, unsigned long *__key,
Dsysfs.h52 static struct lock_class_key __key; \
54 (attr)->key = &__key; \
Ddevice.h423 static struct lock_class_key __key; \
424 __class_register(class, &__key); \
519 static struct lock_class_key __key; \
520 __class_create(owner, name, &__key); \
Dwait.h76 static struct lock_class_key __key; \
78 __init_waitqueue_head((q), #q, &__key); \
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-trans.c74 static struct lock_class_key __key; in iwl_trans_alloc() local
83 &__key, 0); in iwl_trans_alloc()
/linux-4.4.14/tools/lib/lockdep/include/liblockdep/
Dmutex.h31 static struct lock_class_key __key; \
33 __mutex_init((mutex), #mutex, &__key, (mutexattr)); \
Drwlock.h32 static struct lock_class_key __key; \
34 __rwlock_init((lock), #lock, &__key, (attr)); \
/linux-4.4.14/lib/
Dbtree.c312 unsigned long *__key) in btree_get_prev() argument
318 if (keyzero(geo, __key)) in btree_get_prev()
323 longcpy(key, __key, geo->keylen); in btree_get_prev()
347 longcpy(__key, bkey(geo, node, i), geo->keylen); in btree_get_prev()
716 void visitor32(void *elem, unsigned long opaque, unsigned long *__key, in visitor32() argument
720 u32 *key = (void *)__key; in visitor32()
726 void visitor64(void *elem, unsigned long opaque, unsigned long *__key, in visitor64() argument
730 u64 *key = (void *)__key; in visitor64()
736 void visitor128(void *elem, unsigned long opaque, unsigned long *__key, in visitor128() argument
740 u64 *key = (void *)__key; in visitor128()