| /include/net/netfilter/ |
| D | nf_tables_offload.h | 79 #define NFT_OFFLOAD_MATCH_FLAGS(__key, __base, __field, __len, __reg, __flags) \ argument 85 (__reg)->key = __key; \ 88 #define NFT_OFFLOAD_MATCH(__key, __base, __field, __len, __reg) \ argument 89 NFT_OFFLOAD_MATCH_FLAGS(__key, __base, __field, __len, __reg, 0) 91 #define NFT_OFFLOAD_MATCH_EXACT(__key, __base, __field, __len, __reg) \ argument 92 NFT_OFFLOAD_MATCH(__key, __base, __field, __len, __reg) \
|
| /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 | local_lock_internal.h | 56 static struct lock_class_key __key; \ 59 lockdep_init_map_type(&(lock)->dep_map, #lock, &__key, \ 67 static struct lock_class_key __key; \ 70 lockdep_init_map_type(&(lock)->dep_map, #lock, &__key, \
|
| D | semaphore.h | 39 static struct lock_class_key __key; in sema_init() local 41 lockdep_init_map(&sem->lock.dep_map, "semaphore->lock", &__key, 0); in sema_init()
|
| D | call_once.h | 25 static struct lock_class_key __key; \ 26 __once_init((once), #once, &__key); \
|
| D | timer.h | 93 static struct lock_class_key __key; \ 94 init_timer_key((_timer), (_fn), (_flags), #_timer, &__key);\ 99 static struct lock_class_key __key; \ 101 #_timer, &__key); \
|
| D | ring_buffer.h | 153 static struct lock_class_key __key; \ 154 __ring_buffer_alloc((size), (flags), &__key, NULL); \ 164 static struct lock_class_key __key; \ 166 (range_size), &__key); \ 342 static struct lock_class_key __key; \ 343 __ring_buffer_alloc(0, RB_FL_OVERWRITE, &__key, writer);\
|
| D | rwsem.h | 122 static struct lock_class_key __key; \ 124 __init_rwsem((sem), #sem, &__key); \ 163 static struct lock_class_key __key; \ 165 __init_rwsem((sem), #sem, &__key); \
|
| D | rtmutex.h | 75 static struct lock_class_key __key; \ 76 __rt_mutex_init(mutex, __func__, &__key); \
|
| D | rwlock_rt.h | 21 static struct lock_class_key __key; \ 24 __rt_rwlock_init(rwl, #rwl, &__key); \
|
| D | tty_ldisc.h | 34 static struct lock_class_key __key; \ 36 __init_ldsem((sem), #sem, &__key); \
|
| D | rwlock.h | 22 static struct lock_class_key __key; \ 24 __rwlock_init((lock), #lock, &__key); \
|
| D | workqueue.h | 306 static __maybe_unused struct lock_class_key __key; \ 308 __INIT_WORK_KEY(_work, _func, _onstack, &__key); \ 844 static struct lock_class_key __key; \ 846 work_on_cpu_key(_cpu, _fn, _arg, &__key); \ 858 static struct lock_class_key __key; \ 860 work_on_cpu_safe_key(_cpu, _fn, _arg, &__key); \
|
| D | mutex.h | 62 static struct lock_class_key __key; \ 64 __mutex_init((mutex), #mutex, &__key); \
|
| D | spinlock_rt.h | 27 static struct lock_class_key __key; \ 28 __spin_lock_init(slock, #slock, &__key, percpu); \
|
| D | swait.h | 74 static struct lock_class_key __key; \ 75 __init_swait_queue_head((q), #q, &__key); \
|
| D | host1x.h | 425 static struct lock_class_key __key; \ 426 __host1x_client_init(client, &__key); \ 441 static struct lock_class_key __key; \ 442 __host1x_client_init(client, &__key); \
|
| D | kthread.h | 168 static struct lock_class_key __key; \ 169 __kthread_init_worker((worker), "("#worker")->lock", &__key); \
|
| D | spinlock.h | 106 static struct lock_class_key __key; \ 108 __raw_spin_lock_init((lock), #lock, &__key, LD_WAIT_SPIN); \ 333 static struct lock_class_key __key; \ 336 #lock, &__key, LD_WAIT_CONFIG); \
|
| D | percpu_counter.h | 39 static struct lock_class_key __key; \ 42 &__key); \
|
| D | btree-128.h | 84 void visitor128(void *elem, unsigned long opaque, unsigned long *__key,
|
| D | seqlock.h | 62 static struct lock_class_key __key; \ 63 __seqcount_init((s), #s, &__key); \
|
| D | sysfs.h | 53 static struct lock_class_key __key; \ 55 (attr)->key = &__key; \
|
| D | wait.h | 66 static struct lock_class_key __key; \ 68 __init_waitqueue_head((wq_head), #wq_head, &__key); \
|
| /include/media/ |
| D | v4l2-subdev.h | 1322 static struct lock_class_key __key; \ 1325 __v4l2_subdev_init_finalize(sd, name, &__key); \ 1958 static struct lock_class_key __key; \ 1962 __v4l2_subdev_state_alloc(sd, name, &__key); \
|