/kernel/linux/linux-5.10/include/net/netfilter/ |
H A D | nf_tables_offload.h | 78 #define NFT_OFFLOAD_MATCH_FLAGS(__key, __base, __field, __len, __reg, __flags) \ 84 (__reg)->key = __key; \ 87 #define NFT_OFFLOAD_MATCH(__key, __base, __field, __len, __reg) \ 88 NFT_OFFLOAD_MATCH_FLAGS(__key, __base, __field, __len, __reg, 0) 90 #define NFT_OFFLOAD_MATCH_EXACT(__key, __base, __field, __len, __reg) \ 91 NFT_OFFLOAD_MATCH(__key, __base, __field, __len, __reg) \
|
/kernel/linux/linux-6.6/include/net/netfilter/ |
H A D | nf_tables_offload.h | 79 #define NFT_OFFLOAD_MATCH_FLAGS(__key, __base, __field, __len, __reg, __flags) \ 85 (__reg)->key = __key; \ 88 #define NFT_OFFLOAD_MATCH(__key, __base, __field, __len, __reg) \ 89 NFT_OFFLOAD_MATCH_FLAGS(__key, __base, __field, __len, __reg, 0) 91 #define NFT_OFFLOAD_MATCH_EXACT(__key, __base, __field, __len, __reg) \ 92 NFT_OFFLOAD_MATCH(__key, __base, __field, __len, __reg) \
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | auth.h | 56 #define key_for_each(__key, __list_head) \ 57 list_for_each_entry(__key, __list_head, key_list) 59 #define key_for_each_safe(__key, __tmp, __list_head) \ 60 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)
|
/kernel/linux/linux-6.6/include/linux/ |
H 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); \
|
H A D | mutex.h | 104 static struct lock_class_key __key; \ 106 __mutex_init((mutex), #mutex, &__key); \ 168 static struct lock_class_key __key; \ 170 __mutex_init((mutex), #mutex, &__key); \
|
H A D | rwsem.h | 109 static struct lock_class_key __key; \ 111 __init_rwsem((sem), #sem, &__key); \ 150 static struct lock_class_key __key; \ 152 __init_rwsem((sem), #sem, &__key); \
|
H 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); \
|
H A 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()
|
H A D | rtmutex.h | 75 static struct lock_class_key __key; \ 76 __rt_mutex_init(mutex, __func__, &__key); \
|
H A D | workqueue.h | 297 static __maybe_unused struct lock_class_key __key; \ 299 __INIT_WORK_KEY(_work, _func, _onstack, &__key); \ 741 static struct lock_class_key __key; \ 743 work_on_cpu_key(_cpu, _fn, _arg, &__key); \ 755 static struct lock_class_key __key; \ 757 work_on_cpu_safe_key(_cpu, _fn, _arg, &__key); \
|
H A 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); \
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | auth.h | 56 #define key_for_each(__key, __list_head) \ 57 list_for_each_entry(__key, __list_head, key_list) 59 #define key_for_each_safe(__key, __tmp, __list_head) \ 60 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)
|
/kernel/linux/linux-5.10/include/linux/ |
H 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); \
|
H 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()
|
H A D | rtmutex.h | 67 static struct lock_class_key __key; \ 68 __rt_mutex_init(mutex, __func__, &__key); \
|
H A D | local_lock_internal.h | 54 static struct lock_class_key __key; \ 57 lockdep_init_map_type(&(lock)->dep_map, #lock, &__key, \
|
H A D | spinlock.h | 101 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); \
|
H A D | host1x.h | 328 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); \
|
/kernel/linux/linux-5.10/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); \
|
/kernel/linux/linux-6.6/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); \
|
/kernel/linux/linux-5.10/include/linux/device/ |
H A D | class.h | 92 * instances of the __key variable */ 95 static struct lock_class_key __key; \ 96 __class_register(class, &__key); \ 258 * instances of the __key variable */ 261 static struct lock_class_key __key; \ 262 __class_create(owner, name, &__key); \
|
/kernel/linux/linux-5.10/lib/ |
H A D | btree.c | 307 * key smaller than __key, but larger than this parent key exists. 308 * So we set __key to the parent key and retry. We have to use the smallest 312 unsigned long *__key) in btree_get_prev() 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() 311 btree_get_prev(struct btree_head *head, struct btree_geo *geo, unsigned long *__key) btree_get_prev() argument 736 visitor128(void *elem, unsigned long opaque, unsigned long *__key, size_t index, void *__func) visitor128() argument [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | btree.c | 303 * key smaller than __key, but larger than this parent key exists. 304 * So we set __key to the parent key and retry. We have to use the smallest 308 unsigned long *__key) in btree_get_prev() 314 if (keyzero(geo, __key)) in btree_get_prev() 319 longcpy(key, __key, geo->keylen); in btree_get_prev() 343 longcpy(__key, bkey(geo, node, i), geo->keylen); in btree_get_prev() 712 void visitor32(void *elem, unsigned long opaque, unsigned long *__key, in visitor32() argument 716 u32 *key = (void *)__key; in visitor32() 722 void visitor64(void *elem, unsigned long opaque, unsigned long *__key, in visitor64() argument 726 u64 *key = (void *)__key; in visitor64() 307 btree_get_prev(struct btree_head *head, struct btree_geo *geo, unsigned long *__key) btree_get_prev() argument 732 visitor128(void *elem, unsigned long opaque, unsigned long *__key, size_t index, void *__func) visitor128() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_sw_fence.h | 48 static struct lock_class_key __key; \ 50 __i915_sw_fence_init((fence), (fn), #fence, &__key); \
|
/kernel/linux/linux-5.10/tools/lib/lockdep/include/liblockdep/ |
H A D | rwlock.h | 33 static struct lock_class_key __key; \ 35 __rwlock_init((lock), #lock, &__key, (attr)); \
|