Searched refs:__key (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/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-master/include/net/netfilter/
H A Dnf_tables_offload.h79 #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) \
/linux-master/include/linux/
H A Dsemaphore.h39 static struct lock_class_key __key; local
41 lockdep_init_map(&sem->lock.dep_map, "semaphore->lock", &__key, 0);
H A Dspinlock_rt.h21 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 Dmutex.h61 static struct lock_class_key __key; \
63 __mutex_init((mutex), #mutex, &__key); \
114 static struct lock_class_key __key; \
116 __mutex_init((mutex), #mutex, &__key); \
H A Dtimer.h93 static struct lock_class_key __key; \
94 init_timer_key((_timer), (_fn), (_flags), #_timer, &__key);\
99 static struct lock_class_key __key; \
101 #_timer, &__key); \
H A Drtmutex.h75 static struct lock_class_key __key; \
76 __rt_mutex_init(mutex, __func__, &__key); \
H A Drwlock_rt.h21 static struct lock_class_key __key; \
24 __rt_rwlock_init(rwl, #rwl, &__key); \
H A Dlocal_lock_internal.h56 static struct lock_class_key __key; \
59 lockdep_init_map_type(&(lock)->dep_map, #lock, &__key, \
H A Dtty_ldisc.h33 static struct lock_class_key __key; \
35 __init_ldsem((sem), #sem, &__key); \
H A Drwsem.h119 static struct lock_class_key __key; \
121 __init_rwsem((sem), #sem, &__key); \
160 static struct lock_class_key __key; \
162 __init_rwsem((sem), #sem, &__key); \
H A Dworkqueue.h294 static __maybe_unused struct lock_class_key __key; \
296 __INIT_WORK_KEY(_work, _func, _onstack, &__key); \
755 static struct lock_class_key __key; \
757 work_on_cpu_key(_cpu, _fn, _arg, &__key); \
769 static struct lock_class_key __key; \
771 work_on_cpu_safe_key(_cpu, _fn, _arg, &__key); \
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 Dkthread.h168 static struct lock_class_key __key; \
169 __kthread_init_worker((worker), "("#worker")->lock", &__key); \
H A Dhost1x.h425 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); \
H A Dbtree-128.h84 void visitor128(void *elem, unsigned long opaque, unsigned long *__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 Dpercpu_counter.h39 static struct lock_class_key __key; \
42 &__key); \
/linux-master/include/net/sctp/
H A Dauth.h56 #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)
/linux-master/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); \
H A Dintel_wakeref.h70 static struct intel_wakeref_lockclass __key; \
72 __intel_wakeref_init((wf), (i915), (ops), &__key, name); \
/linux-master/fs/bcachefs/
H A Dsix.h175 static struct lock_class_key __key; \
177 __six_lock_init((lock), #lock, &__key, flags); \
/linux-master/lib/
H A Dbtree.c303 * 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)
314 if (keyzero(geo, __key))
319 longcpy(key, __key, geo->keylen);
343 longcpy(__key, bkey(geo, node, i), geo->keylen);
712 void visitor32(void *elem, unsigned long opaque, unsigned long *__key, argument
716 u32 *key = (void *)__key;
722 void visitor64(void *elem, unsigned long opaque, unsigned long *__key, argument
726 u64 *key = (void *)__key;
307 btree_get_prev(struct btree_head *head, struct btree_geo *geo, unsigned long *__key) argument
732 visitor128(void *elem, unsigned long opaque, unsigned long *__key, size_t index, void *__func) argument
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c25 static struct lock_class_key __key; local
36 &__key, 0);

Completed in 219 milliseconds

12