Home
last modified time | relevance | path

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

/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; \
/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; \
315 for (__j = __k = 0; __j < (L)->size; __j++) { \
317 __pvec[__k++] = aa_get_profile(P); \
/linux/drivers/firmware/arm_scmi/
H A Dcommon.h130 #define XFER_FIND(__ht, __k) \ argument
132 typeof(__k) k_ = __k; \
H A Dnotify.c126 #define KEY_FIND(__ht, __obj, __k) \ argument
128 typeof(__k) k_ = __k; \
/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c37 struct kvm *__k = (i)->dev->kvm; \
43 KVM_BUG_ON(__sz != sizeof(*(valp)), __k)) \
46 __ret = kvm_read_guest_lock(__k, (g), \
54 struct kvm *__k = (i)->dev->kvm; \
61 KVM_BUG_ON(__sz != sizeof(__v), __k)) \
64 __ret = vgic_write_guest_lock(__k, (g), \
/linux/net/netfilter/ipset/
H A Dip_set_hash_gen.h282 const u32 *__k = (const u32 *)data; \
287 jhash2(__k, __l, initval) & jhash_mask(htable_bits); \
/linux/tools/perf/Documentation/
H A Dperf-probe.txt111 Default FILTER is "!__k???tab_* & !__crc_*" for --vars, and "!_*"