Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dkthread.h53 struct task_struct *__k \
55 if (!IS_ERR(__k)) \
56 wake_up_process(__k); \
57 __k; \
/openbmc/linux/drivers/usb/usbip/
H A Dusbip_common.h292 struct task_struct *__k \
294 if (!IS_ERR(__k)) { \
295 get_task_struct(__k); \
296 wake_up_process(__k); \
298 __k; \
/openbmc/linux/security/apparmor/include/
H A Dlib.h241 int __j, __k, __count; \
259 for (__j = __k = 0; __j < (L)->size; __j++) { \
261 __pvec[__k++] = aa_get_profile(P); \
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dcommon.h128 #define XFER_FIND(__ht, __k) \ argument
130 typeof(__k) k_ = __k; \
H A Dnotify.c125 #define KEY_FIND(__ht, __obj, __k) \ argument
127 typeof(__k) k_ = __k; \
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_gen.h281 const u32 *__k = (const u32 *)data; \
286 jhash2(__k, __l, initval) & jhash_mask(htable_bits); \
/openbmc/linux/Documentation/bpf/
H A Dkfuncs.rst79 2.2.2 __k Annotation
100 size parameter, and the value of the constant matters for program safety, __k
/openbmc/linux/tools/perf/Documentation/
H A Dperf-probe.txt111 Default FILTER is "!__k???tab_* & !__crc_*" for --vars, and "!_*"