| /linux/include/net/netfilter/ |
| H A 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) \
|
| /linux/include/net/sctp/ |
| H A D | auth.h | 51 #define key_for_each(__key, __list_head) \ argument 52 list_for_each_entry(__key, __list_head, key_list) 54 #define key_for_each_safe(__key, __tmp, __list_head) \ argument 55 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)
|
| /linux/include/linux/ |
| H A D | timer.h | 93 static struct lock_class_key __key; \ 94 timer_init_key((_timer), (_fn), (_flags), #_timer, &__key);\ 99 static struct lock_class_key __key; \ 101 #_timer, &__key); \
|
| H A D | rwsem.h | 119 static struct lock_class_key __key; \ 121 __init_rwsem((sem), #sem, &__key); \ 172 static struct lock_class_key __key; \ 174 __init_rwsem((sem), #sem, &__key); \
|
| H A D | local_lock_internal.h | 78 static struct lock_class_key __key; \ 81 lockdep_init_map_type(&(lock)->dep_map, #lock, &__key, \ 91 static struct lock_class_key __key; \ 94 lockdep_init_map_type(&(lock)->dep_map, #lock, &__key, \
|
| H A D | ring_buffer.h | 107 static struct lock_class_key __key; \ 108 __ring_buffer_alloc((size), (flags), &__key); \ 118 static struct lock_class_key __key; \ 120 (range_size), (s_size), &__key); \
|
| H A D | semaphore.h | 51 static struct lock_class_key __key; in sema_init() local 53 lockdep_init_map(&sem->lock.dep_map, "semaphore->lock", &__key, 0); in sema_init()
|
| H A D | call_once.h | 25 static struct lock_class_key __key; \ 26 __once_init((once), #once, &__key); \
|
| H A D | rtmutex.h | 85 static struct lock_class_key __key; \ 86 __rt_mutex_init(mutex, __func__, &__key); \
|
| H A D | host1x.h | 430 static struct lock_class_key __key; \ 431 __host1x_client_init(client, &__key); \ 446 static struct lock_class_key __key; \ 447 __host1x_client_init(client, &__key); \
|
| H A D | rwlock_rt.h | 21 static struct lock_class_key __key; \ 24 __rt_rwlock_init(rwl, #rwl, &__key); \
|
| H A D | tty_ldisc.h | 33 static struct lock_class_key __key; \ 35 __init_ldsem((sem), #sem, &__key); \
|
| H A 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); \
|
| H A D | rwlock.h | 22 static struct lock_class_key __key; \ 24 __rwlock_init((lock), #lock, &__key); \
|
| H A D | spinlock_rt.h | 27 static struct lock_class_key __key; \ 28 __spin_lock_init(slock, #slock, &__key, percpu); \
|
| H A D | swait.h | 74 static struct lock_class_key __key; \ 75 __init_swait_queue_head((q), #q, &__key); \
|
| H A D | workqueue.h | 303 static __maybe_unused struct lock_class_key __key; \ 305 __INIT_WORK_KEY(_work, _func, _onstack, &__key); \ 845 static struct lock_class_key __key; \ 847 work_on_cpu_key(_cpu, _fn, _arg, &__key); \
|
| H A D | mutex.h | 62 static struct lock_class_key __key; \ 64 __mutex_init((mutex), #mutex, &__key); \
|
| H A D | kthread.h | 169 static struct lock_class_key __key; \ 170 __kthread_init_worker((worker), "("#worker")->lock", &__key); \
|
| H A D | percpu_counter.h | 39 static struct lock_class_key __key; \ 42 &__key); \
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | lib_sw_fence.h | 18 static struct lock_class_key __key; \ 20 __onstack_fence_init((fence), #fence, &__key); \
|
| /linux/lib/ |
| H A D | btree.c | 307 unsigned long *__key) in btree_get_prev() argument 313 if (keyzero(geo, __key)) in btree_get_prev() 318 longcpy(key, __key, geo->keylen); in btree_get_prev() 342 longcpy(__key, bkey(geo, node, i), geo->keylen); in btree_get_prev() 711 void visitor32(void *elem, unsigned long opaque, unsigned long *__key, in visitor32() argument 715 u32 *key = (void *)__key; in visitor32() 721 void visitor64(void *elem, unsigned long opaque, unsigned long *__key, in visitor64() argument 725 u64 *key = (void *)__key; in visitor64() 731 void visitor128(void *elem, unsigned long opaque, unsigned long *__key, in visitor128() argument 735 u64 *key = (void *)__key; in visitor128()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_sw_fence.h | 49 static struct lock_class_key __key; \ 52 __i915_sw_fence_init((fence), (fn), #fence, &__key); \
|
| H A D | intel_wakeref.h | 67 static struct intel_wakeref_lockclass __key; \ 69 __intel_wakeref_init((wf), (i915), (ops), &__key, name); \
|
| /linux/include/media/ |
| H A D | v4l2-subdev.h | 1305 static struct lock_class_key __key; \ 1308 __v4l2_subdev_init_finalize(sd, name, &__key); \ 1945 static struct lock_class_key __key; \ 1949 __v4l2_subdev_state_alloc(sd, name, &__key); \
|