Home
last modified time | relevance | path

Searched refs:__k (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dkthread.h71 struct task_struct *__k \
73 if (!IS_ERR(__k)) \
74 wake_up_process(__k); \
75 __k; \
/linux/security/apparmor/include/
H A Dlib.h297 int __j, __k, __count; \
319 for (__j = __k = 0; __j < (L)->size; __j++) { \
321 __pvec[__k++] = aa_get_profile(P); \
/linux/drivers/firmware/arm_scmi/
H A Dnotify.c126 #define KEY_FIND(__ht, __obj, __k) \ argument
128 typeof(__k) k_ = __k; \
/linux/net/netfilter/ipset/
H A Dip_set_hash_gen.h305 const u32 *__k = (const u32 *)data; \
310 jhash2(__k, __l, initval) & jhash_mask(htable_bits); \
/linux/Documentation/bpf/
H A Dkfuncs.rst140 2.3.2 __k Annotation
161 size parameter, and the value of the constant matters for program safety, __k
/linux/tools/perf/Documentation/
H A Dperf-probe.txt117 Default FILTER is "!__k???tab_* & !__crc_*" for --vars, and "!_*"