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

/linux-4.4.14/include/linux/
H A Dmutex-debug.h17 static struct lock_class_key __key; \
19 __mutex_init((mutex), #mutex, &__key); \
H A Dsemaphore.h34 static struct lock_class_key __key; sema_init() local
36 lockdep_init_map(&sem->lock.dep_map, "semaphore->lock", &__key, 0); sema_init()
H A Dpercpu_counter.h35 static struct lock_class_key __key; \
37 __percpu_counter_init(fbc, value, gfp, &__key); \
H A Drwlock.h22 static struct lock_class_key __key; \
24 __rwlock_init((lock), #lock, &__key); \
H A Dkthread.h114 static struct lock_class_key __key; \
115 __init_kthread_worker((worker), "("#worker")->lock", &__key); \
H A 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); \
H A Dmutex.h95 static struct lock_class_key __key; \
97 __mutex_init((mutex), #mutex, &__key); \
H A Drwsem.h89 static struct lock_class_key __key; \
91 __init_rwsem((sem), #sem, &__key); \
H A Dbtree-128.h83 void visitor128(void *elem, unsigned long opaque, unsigned long *__key,
H A Dring_buffer.h96 static struct lock_class_key __key; \
97 __ring_buffer_alloc((size), (flags), &__key); \
H A Dworkqueue.h205 static struct lock_class_key __key; \ work_static()
209 lockdep_init_map(&(_work)->lockdep_map, #_work, &__key, 0); \ work_static()
383 static struct lock_class_key __key; \
389 &__key, __lock_name, ##args); \
H A Dspinlock.h97 static struct lock_class_key __key; \
99 __raw_spin_lock_init((lock), #lock, &__key); \
H A Dtty_ldisc.h153 static struct lock_class_key __key; \
155 __init_ldsem((sem), #sem, &__key); \
H A Dsysfs.h52 static struct lock_class_key __key; \
54 (attr)->key = &__key; \
H A Dseqlock.h70 static struct lock_class_key __key; \
71 __seqcount_init((s), #s, &__key); \
H A Ddevice.h420 * instances of the __key variable */
423 static struct lock_class_key __key; \
424 __class_register(class, &__key); \
516 * instances of the __key variable */
519 static struct lock_class_key __key; \
520 __class_create(owner, name, &__key); \
H A Dwait.h76 static struct lock_class_key __key; \
78 __init_waitqueue_head((q), #q, &__key); \
/linux-4.4.14/tools/lib/lockdep/include/liblockdep/
H A Dmutex.h31 static struct lock_class_key __key; \
33 __mutex_init((mutex), #mutex, &__key, (mutexattr)); \
H A Drwlock.h32 static struct lock_class_key __key; \
34 __rwlock_init((lock), #lock, &__key, (attr)); \
/linux-4.4.14/include/net/sctp/
H A Dauth.h68 #define key_for_each(__key, __list_head) \
69 list_for_each_entry(__key, __list_head, key_list)
71 #define key_for_each_safe(__key, __tmp, __list_head) \
72 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)
/linux-4.4.14/lib/
H A Dbtree.c307 * key smaller than __key, but larger than this parent key exists.
308 * So we set __key to the parent key and retry. We have to use the smallest
312 unsigned long *__key) btree_get_prev()
318 if (keyzero(geo, __key)) btree_get_prev()
323 longcpy(key, __key, geo->keylen); btree_get_prev()
347 longcpy(__key, bkey(geo, node, i), geo->keylen); btree_get_prev()
716 void visitor32(void *elem, unsigned long opaque, unsigned long *__key, visitor32() argument
720 u32 *key = (void *)__key; visitor32()
726 void visitor64(void *elem, unsigned long opaque, unsigned long *__key, visitor64() argument
730 u64 *key = (void *)__key; visitor64()
736 void visitor128(void *elem, unsigned long opaque, unsigned long *__key, visitor128() argument
740 u64 *key = (void *)__key; visitor128()
311 btree_get_prev(struct btree_head *head, struct btree_geo *geo, unsigned long *__key) btree_get_prev() argument
/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-trans.c74 static struct lock_class_key __key; iwl_trans_alloc() local
83 &__key, 0); iwl_trans_alloc()

Completed in 715 milliseconds