| /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/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/include/linux/ |
| 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 | call_once.h | 25 static struct lock_class_key __key; \ 26 __once_init((once), #once, &__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 | spinlock.h | 106 static struct lock_class_key __key; \ 108 __raw_spin_lock_init((lock), #lock, &__key, LD_WAIT_SPIN); \ 322 static struct lock_class_key __key; \ 325 #lock, &__key, LD_WAIT_CONFIG); \ in spinlock_check()
|
| 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 | swait.h | 74 static struct lock_class_key __key; \ 75 __init_swait_queue_head((q), #q, &__key); \
|
| H A D | percpu_counter.h | 39 static struct lock_class_key __key; \ 42 &__key); \
|
| H A D | btree-128.h | 84 void visitor128(void *elem, unsigned long opaque, unsigned long *__key,
|
| H A D | seqlock.h | 63 static struct lock_class_key __key; \ 64 __seqcount_init((s), #s, &__key); \
|
| H A D | sysfs.h | 53 static struct lock_class_key __key; \ 55 (attr)->key = &__key; \
|
| H A D | wait.h | 66 static struct lock_class_key __key; \ 68 __init_waitqueue_head((wq_head), #wq_head, &__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()
|
| H A D | rhashtable.c | 184 static struct lock_class_key __key; in bucket_table_alloc() local 200 lockdep_init_map(&tbl->dep_map, "rhashtable_bucket", &__key, 0); in bucket_table_alloc()
|
| /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); \
|
| /linux/tools/perf/util/ |
| H A D | stat.c | 289 static size_t pkg_id_hash(long __key, void *ctx __maybe_unused) in pkg_id_hash() argument 291 uint64_t *key = (uint64_t *) __key; in pkg_id_hash()
|
| /linux/mm/ |
| H A D | zsmalloc.c | 278 static struct lock_class_key __key; in zspage_lock_init() local 281 lockdep_init_map(&zsl->dep_map, "zspage->lock", &__key, 0); in zspage_lock_init()
|
| /linux/drivers/block/zram/ |
| H A D | zram_drv.c | 63 static struct lock_class_key __key; in slot_lock_init() local 66 &__key, 0); in slot_lock_init()
|