Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_tables_offload.h79 #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/linux/
H A Drwsem.h119 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 Dring_buffer.h107 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 Dcall_once.h25 static struct lock_class_key __key; \
26 __once_init((once), #once, &__key); \
H A Dsemaphore.h51 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 Dhost1x.h430 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 Dspinlock.h106 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 Drwlock.h22 static struct lock_class_key __key; \
24 __rwlock_init((lock), #lock, &__key); \
H A Dswait.h74 static struct lock_class_key __key; \
75 __init_swait_queue_head((q), #q, &__key); \
H A Dworkqueue.h303 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 Dpercpu_counter.h39 static struct lock_class_key __key; \
42 &__key); \
H A Dbtree-128.h84 void visitor128(void *elem, unsigned long opaque, unsigned long *__key,
H A Dseqlock.h62 static struct lock_class_key __key; \
63 __seqcount_init((s), #s, &__key); \
H A Dsysfs.h53 static struct lock_class_key __key; \
55 (attr)->key = &__key; \
H A Dwait.h66 static struct lock_class_key __key; \
68 __init_waitqueue_head((wq_head), #wq_head, &__key); \
H A Dblk-mq.h730 static struct lock_class_key __key; \
732 __blk_mq_alloc_disk(set, lim, queuedata, &__key); \
/linux/drivers/gpu/drm/i915/selftests/
H A Dlib_sw_fence.h18 static struct lock_class_key __key; \
20 __onstack_fence_init((fence), #fence, &__key); \
/linux/lib/
H A Dbtree.c307 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 Drhashtable.c184 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 Di915_sw_fence.h49 static struct lock_class_key __key; \
52 __i915_sw_fence_init((fence), (fn), #fence, &__key); \
/linux/tools/perf/util/
H A Dstat.c289 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 Dzsmalloc.c276 static struct lock_class_key __key; in zspage_lock_init() local
279 lockdep_init_map(&zsl->dep_map, "zspage->lock", &__key, 0); in zspage_lock_init()
/linux/drivers/block/zram/
H A Dzram_drv.c67 static struct lock_class_key __key; in zram_slot_lock_init() local
70 &__key, 0); in zram_slot_lock_init()
/linux/fs/f2fs/
H A Df2fs.h2268 static struct lock_class_key __key; \
2270 __init_f2fs_rwsem((sem), #sem, &__key); \