/linux/include/net/netfilter/ |
A D | nf_tables_offload.h | 81 #define NFT_OFFLOAD_MATCH_FLAGS(__key, __base, __field, __len, __reg, __flags) \ argument 87 (__reg)->key = __key; \ 90 #define NFT_OFFLOAD_MATCH(__key, __base, __field, __len, __reg) \ argument 91 NFT_OFFLOAD_MATCH_FLAGS(__key, __base, __field, __len, __reg, 0) 93 #define NFT_OFFLOAD_MATCH_EXACT(__key, __base, __field, __len, __reg) \ argument 94 NFT_OFFLOAD_MATCH(__key, __base, __field, __len, __reg) \
|
/linux/include/net/sctp/ |
A 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)
|
/linux/include/linux/ |
A D | spinlock_rt.h | 21 static struct lock_class_key __key; \ 24 __rt_spin_lock_init(slock, #slock, &__key, false); \ 29 static struct lock_class_key __key; \ 32 __rt_spin_lock_init(slock, #slock, &__key, true); \
|
A D | mutex.h | 103 static struct lock_class_key __key; \ 105 __mutex_init((mutex), #mutex, &__key); \ 167 static struct lock_class_key __key; \ 169 __mutex_init((mutex), #mutex, &__key); \
|
A D | rwsem.h | 108 static struct lock_class_key __key; \ 110 __init_rwsem((sem), #sem, &__key); \ 149 static struct lock_class_key __key; \ 151 __init_rwsem((sem), #sem, &__key); \
|
A D | timer.h | 114 static struct lock_class_key __key; \ 115 init_timer_key((_timer), (_fn), (_flags), #_timer, &__key);\ 120 static struct lock_class_key __key; \ 122 #_timer, &__key); \
|
A 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()
|
A D | spinlock.h | 104 static struct lock_class_key __key; \ 106 __raw_spin_lock_init((lock), #lock, &__key, LD_WAIT_SPIN); \ 331 static struct lock_class_key __key; \ 334 #lock, &__key, LD_WAIT_CONFIG); \
|
A D | host1x.h | 361 static struct lock_class_key __key; \ 362 __host1x_client_init(client, &__key); \ 377 static struct lock_class_key __key; \ 378 __host1x_client_init(client, &__key); \
|
A D | rtmutex.h | 75 static struct lock_class_key __key; \ 76 __rt_mutex_init(mutex, __func__, &__key); \
|
A D | local_lock_internal.h | 56 static struct lock_class_key __key; \ 59 lockdep_init_map_type(&(lock)->dep_map, #lock, &__key, \
|
A D | tty_ldisc.h | 154 static struct lock_class_key __key; \ 156 __init_ldsem((sem), #sem, &__key); \
|
A D | rwlock_rt.h | 21 static struct lock_class_key __key; \ 24 __rt_rwlock_init(rwl, #rwl, &__key); \
|
A D | rwlock.h | 22 static struct lock_class_key __key; \ 24 __rwlock_init((lock), #lock, &__key); \
|
A D | percpu_counter.h | 36 static struct lock_class_key __key; \ 38 __percpu_counter_init(fbc, value, gfp, &__key); \
|
A D | swait.h | 74 static struct lock_class_key __key; \ 75 __init_swait_queue_head((q), #q, &__key); \
|
A D | kthread.h | 161 static struct lock_class_key __key; \ 162 __kthread_init_worker((worker), "("#worker")->lock", &__key); \
|
A D | ring_buffer.h | 97 static struct lock_class_key __key; \ 98 __ring_buffer_alloc((size), (flags), &__key); \
|
A D | genhd.h | 286 static struct lock_class_key __key; \ 288 __blk_alloc_disk(node_id, &__key); \
|
/linux/include/linux/device/ |
A D | class.h | 95 static struct lock_class_key __key; \ 96 __class_register(class, &__key); \ 275 static struct lock_class_key __key; \ 276 __class_create(owner, name, &__key); \
|
/linux/drivers/gpu/drm/i915/selftests/ |
A D | lib_sw_fence.h | 18 static struct lock_class_key __key; \ 20 __onstack_fence_init((fence), #fence, &__key); \
|
/linux/lib/ |
A D | btree.c | 312 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()
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_sw_fence.h | 48 static struct lock_class_key __key; \ 50 __i915_sw_fence_init((fence), (fn), #fence, &__key); \
|
A D | intel_wakeref.h | 58 static struct intel_wakeref_lockclass __key; \ 60 __intel_wakeref_init((wf), (rpm), (ops), &__key); \
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
A D | iwl-trans.c | 25 static struct lock_class_key __key; in iwl_trans_alloc() local 36 &__key, 0); in iwl_trans_alloc()
|