Home
last modified time | relevance | path

Searched refs:__key (Results 1 – 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_tables_offload.h78 #define NFT_OFFLOAD_MATCH_FLAGS(__key, __base, __field, __len, __reg, __flags) \ argument
84 (__reg)->key = __key; \
87 #define NFT_OFFLOAD_MATCH(__key, __base, __field, __len, __reg) \ argument
88 NFT_OFFLOAD_MATCH_FLAGS(__key, __base, __field, __len, __reg, 0)
90 #define NFT_OFFLOAD_MATCH_EXACT(__key, __base, __field, __len, __reg) \ argument
91 NFT_OFFLOAD_MATCH(__key, __base, __field, __len, __reg) \
/kernel/linux/linux-5.10/include/net/sctp/
Dauth.h56 #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)
/kernel/linux/linux-5.10/include/linux/
Dtimer.h114 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); \
Dsemaphore.h33 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()
Dhost1x.h328 static struct lock_class_key __key; \
329 __host1x_client_init(client, &__key); \
344 static struct lock_class_key __key; \
345 __host1x_client_init(client, &__key); \
Dlocal_lock_internal.h54 static struct lock_class_key __key; \
57 lockdep_init_map_type(&(lock)->dep_map, #lock, &__key, \
Dspinlock.h101 static struct lock_class_key __key; \
103 __raw_spin_lock_init((lock), #lock, &__key, LD_WAIT_SPIN); \
336 static struct lock_class_key __key; \
339 #lock, &__key, LD_WAIT_CONFIG); \
Drtmutex.h67 static struct lock_class_key __key; \
68 __rt_mutex_init(mutex, __func__, &__key); \
Dtty_ldisc.h149 static struct lock_class_key __key; \
151 __init_ldsem((sem), #sem, &__key); \
Dmutex.h117 static struct lock_class_key __key; \
119 __mutex_init((mutex), #mutex, &__key); \
Drwsem.h106 static struct lock_class_key __key; \
108 __init_rwsem((sem), #sem, &__key); \
Dpercpu_counter.h36 static struct lock_class_key __key; \
38 __percpu_counter_init(fbc, value, gfp, &__key); \
Drwlock.h22 static struct lock_class_key __key; \
24 __rwlock_init((lock), #lock, &__key); \
Dswait.h74 static struct lock_class_key __key; \
75 __init_swait_queue_head((q), #q, &__key); \
Dring_buffer.h96 static struct lock_class_key __key; \
97 __ring_buffer_alloc((size), (flags), &__key); \
Dkthread.h159 static struct lock_class_key __key; \
160 __kthread_init_worker((worker), "("#worker")->lock", &__key); \
Dgenhd.h357 static struct lock_class_key __key; \
366 lockdep_init_map(&__disk->lockdep_map, __name, &__key, 0); \
Dworkqueue.h231 static struct lock_class_key __key; \
235 lockdep_init_map(&(_work)->lockdep_map, "(work_completion)"#_work, &__key, 0); \
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
Dlib_sw_fence.h18 static struct lock_class_key __key; \
20 __onstack_fence_init((fence), #fence, &__key); \
/kernel/linux/linux-5.10/include/linux/device/
Dclass.h95 static struct lock_class_key __key; \
96 __class_register(class, &__key); \
261 static struct lock_class_key __key; \
262 __class_create(owner, name, &__key); \
/kernel/linux/linux-5.10/lib/
Dbtree.c312 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()
/kernel/linux/linux-5.10/tools/lib/lockdep/include/liblockdep/
Drwlock.h33 static struct lock_class_key __key; \
35 __rwlock_init((lock), #lock, &__key, (attr)); \
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_sw_fence.h48 static struct lock_class_key __key; \
50 __i915_sw_fence_init((fence), (fn), #fence, &__key); \
Dintel_wakeref.h58 static struct intel_wakeref_lockclass __key; \
60 __intel_wakeref_init((wf), (rpm), (ops), &__key); \
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
Diwl-trans.c80 static struct lock_class_key __key; in iwl_trans_alloc() local
108 &__key, 0); in iwl_trans_alloc()

12