Searched refs:__k (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | kthread.h | 53 struct task_struct *__k \ 55 if (!IS_ERR(__k)) \ 56 wake_up_process(__k); \ 57 __k; \
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | usbip_common.h | 292 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 D | lib.h | 241 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 D | common.h | 128 #define XFER_FIND(__ht, __k) \ argument 130 typeof(__k) k_ = __k; \
|
H A D | notify.c | 125 #define KEY_FIND(__ht, __obj, __k) \ argument 127 typeof(__k) k_ = __k; \
|
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_hash_gen.h | 281 const u32 *__k = (const u32 *)data; \ 286 jhash2(__k, __l, initval) & jhash_mask(htable_bits); \
|
/openbmc/linux/Documentation/bpf/ |
H A D | kfuncs.rst | 79 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 D | perf-probe.txt | 111 Default FILTER is "!__k???tab_* & !__crc_*" for --vars, and "!_*"
|