Searched refs:__k (Results 1 – 8 of 8) sorted by relevance
| /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; \
|
| /linux/include/linux/ |
| H A D | kthread.h | 71 struct task_struct *__k \ 73 if (!IS_ERR(__k)) \ 74 wake_up_process(__k); \ 75 __k; \
|
| /linux/security/apparmor/include/ |
| H A D | lib.h | 297 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 D | common.h | 130 #define XFER_FIND(__ht, __k) \ argument 132 typeof(__k) k_ = __k; \
|
| H A D | notify.c | 126 #define KEY_FIND(__ht, __obj, __k) \ argument 128 typeof(__k) k_ = __k; \
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-its.c | 37 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 D | ip_set_hash_gen.h | 282 const u32 *__k = (const u32 *)data; \ 287 jhash2(__k, __l, initval) & jhash_mask(htable_bits); \
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-probe.txt | 111 Default FILTER is "!__k???tab_* & !__crc_*" for --vars, and "!_*"
|