Searched refs:__key (Results 1 – 21 of 21) sorted by relevance
/include/net/sctp/ |
D | auth.h | 56 #define key_for_each(__key, __list_head) \ argument 57 list_for_each_entry(__key, __list_head, key_list) 59 #define key_for_each_safe(__key, __tmp, __list_head) \ argument 60 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)
|
/include/linux/ |
D | semaphore.h | 33 static struct lock_class_key __key; in sema_init() local 35 lockdep_init_map(&sem->lock.dep_map, "semaphore->lock", &__key, 0); in sema_init()
|
D | timer.h | 113 static struct lock_class_key __key; \ 114 init_timer_key((_timer), (_fn), (_flags), #_timer, &__key);\ 119 static struct lock_class_key __key; \ 121 #_timer, &__key); \
|
D | rtmutex.h | 67 static struct lock_class_key __key; \ 68 __rt_mutex_init(mutex, __func__, &__key); \
|
D | tty_ldisc.h | 149 static struct lock_class_key __key; \ 151 __init_ldsem((sem), #sem, &__key); \
|
D | mutex.h | 106 static struct lock_class_key __key; \ 108 __mutex_init((mutex), #mutex, &__key); \
|
D | rwsem.h | 108 static struct lock_class_key __key; \ 110 __init_rwsem((sem), #sem, &__key); \
|
D | percpu_counter.h | 36 static struct lock_class_key __key; \ 38 __percpu_counter_init(fbc, value, gfp, &__key); \
|
D | rwlock.h | 22 static struct lock_class_key __key; \ 24 __rwlock_init((lock), #lock, &__key); \
|
D | swait.h | 87 static struct lock_class_key __key; \ 88 __init_swait_queue_head((q), #q, &__key); \
|
D | kthread.h | 153 static struct lock_class_key __key; \ 154 __kthread_init_worker((worker), "("#worker")->lock", &__key); \
|
D | ring_buffer.h | 96 static struct lock_class_key __key; \ 97 __ring_buffer_alloc((size), (flags), &__key); \
|
D | seqlock.h | 71 static struct lock_class_key __key; \ 72 __seqcount_init((s), #s, &__key); \
|
D | spinlock.h | 99 static struct lock_class_key __key; \ 101 __raw_spin_lock_init((lock), #lock, &__key); \
|
D | btree-128.h | 84 void visitor128(void *elem, unsigned long opaque, unsigned long *__key,
|
D | workqueue.h | 231 static struct lock_class_key __key; \ 235 lockdep_init_map(&(_work)->lockdep_map, "(work_completion)"#_work, &__key, 0); \
|
D | sysfs.h | 53 static struct lock_class_key __key; \ 55 (attr)->key = &__key; \
|
D | wait.h | 65 static struct lock_class_key __key; \ 67 __init_waitqueue_head((wq_head), #wq_head, &__key); \
|
D | genhd.h | 663 static struct lock_class_key __key; \ 672 lockdep_init_map(&__disk->lockdep_map, __name, &__key, 0); \
|
D | device.h | 630 static struct lock_class_key __key; \ 631 __class_register(class, &__key); \ 796 static struct lock_class_key __key; \ 797 __class_create(owner, name, &__key); \
|
/include/net/netfilter/ |
D | nf_tables_offload.h | 69 #define NFT_OFFLOAD_MATCH(__key, __base, __field, __len, __reg) \ argument 75 (__reg)->key = __key; \
|