| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| D | test_offload.py | 770 _, base_maps = bpftool("map") variable 782 _, out = cmd("mount") variable 794 _, _, err = cmd("tc qdisc delete dev lo handle 0", variable 823 ret, _ = sim.cls_bpf_add_filter(obj, skip_hw=True, fail=False) variable 827 ret, _ = sim.cls_bpf_add_filter(obj, fail=False) variable 834 ret, _, err = sim.cls_bpf_add_filter(obj, skip_sw=True, variable 844 ret, _ = sim.cls_bpf_add_filter(obj, fail=False) variable 854 ret, _ = sim.cls_bpf_add_filter(bytecode, fail=False) variable 865 ret, _, err = sim.cls_bpf_add_filter(bytecode, skip_sw=True, variable 873 ret, _, err = sim.cls_bpf_add_filter(obj, chain=1, prio=1, handle=1, variable [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | test_offload.py | 770 _, base_maps = bpftool("map") variable 780 _, out = cmd("mount") variable 792 _, _, err = cmd("tc qdisc delete dev lo handle 0", variable 821 ret, _ = sim.cls_bpf_add_filter(obj, skip_hw=True, fail=False) variable 825 ret, _ = sim.cls_bpf_add_filter(obj, fail=False) variable 832 ret, _, err = sim.cls_bpf_add_filter(obj, skip_sw=True, variable 842 ret, _ = sim.cls_bpf_add_filter(obj, fail=False) variable 852 ret, _ = sim.cls_bpf_add_filter(bytecode, fail=False) variable 863 ret, _, err = sim.cls_bpf_add_filter(bytecode, skip_sw=True, variable 871 ret, _, err = sim.cls_bpf_add_filter(obj, chain=1, prio=1, handle=1, variable [all …]
|
| /kernel/linux/linux-6.6/rust/kernel/ |
| D | kunit.rs | 15 pub fn err(args: fmt::Arguments<'_>) { in err() 22 &args as *const _ as *const c_void, in err() constant 31 pub fn info(args: fmt::Arguments<'_>) { in info() 38 &args as *const _ as *const c_void, in info() constant
|
| D | print.rs | 29 let _ = w.write_fmt(unsafe { *(ptr as *const fmt::Arguments<'_>) }); in rust_fmt_argument() localVariable 106 args: fmt::Arguments<'_>, 114 &args as *const _ as *const c_void, constant 126 pub fn call_printk_cont(args: fmt::Arguments<'_>) { in call_printk_cont() 134 &args as *const _ as *const c_void, in call_printk_cont() constant
|
| D | static_assert.rs | 32 const _: () = core::assert!($condition); constant
|
| /kernel/linux/linux-6.6/rust/kernel/init/ |
| D | macros.rs | 813 const _: () = { constant 1147 let _ = || { localVariable 1374 const _: () = { constant
|
| /kernel/linux/linux-6.6/rust/kernel/sync/ |
| D | condvar.rs | 106 fn wait_internal<T: ?Sized, B: Backend>(&self, wait_state: u32, guard: &mut Guard<'_, T, B>) { in wait_internal() 133 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait() 142 pub fn wait_uninterruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait_uninterruptible()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
| D | proc-tid0.c | 35 static void *f(void *_) in f() 40 static void sigalrm(int _) in sigalrm()
|
| D | proc-empty-vm.c | 122 static void sigaction_SIGSEGV(int _, siginfo_t *__, void *___) in sigaction_SIGSEGV() 128 static void sigaction_SIGSEGV_vsyscall(int _, siginfo_t *__, void *___) in sigaction_SIGSEGV_vsyscall()
|
| /kernel/linux/linux-6.6/scripts/ |
| D | jobserver-exec | 32 _, _, path = fds.partition('fifo:') variable
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| D | switch_to.h | 21 typedef struct { int _[NUM_ACRS]; } acrstype; in save_access_regs() member 28 typedef struct { int _[NUM_ACRS]; } acrstype; in restore_access_regs() member
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| D | switch_to.h | 21 typedef struct { int _[NUM_ACRS]; } acrstype; in save_access_regs() member 28 typedef struct { int _[NUM_ACRS]; } acrstype; in restore_access_regs() member
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | special_insns.h | 248 const struct { char _[64]; } *__src = src; in movdir64b() member 249 struct { char _[64]; } *__dst = dst; in movdir64b() member 288 const struct { char _[64]; } *__src = src; in enqcmds() member 289 struct { char _[64]; } __iomem *__dst = dst; in enqcmds() member
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | special_insns.h | 229 const struct { char _[64]; } *__src = src; in movdir64b() member 230 struct { char _[64]; } __iomem *__dst = dst; in movdir64b() member 269 const struct { char _[64]; } *__src = src; in enqcmds() member 270 struct { char _[64]; } __iomem *__dst = dst; in enqcmds() member
|
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| D | bpf_core_read.h | 246 #define ___nolast2(a, _) a argument 247 #define ___nolast3(a, b, _) a, b argument 248 #define ___nolast4(a, b, c, _) a, b, c argument 249 #define ___nolast5(a, b, c, d, _) a, b, c, d argument 250 #define ___nolast6(a, b, c, d, e, _) a, b, c, d, e argument 251 #define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f argument 252 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument 253 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument 254 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i argument
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| D | bpf_core_read.h | 291 #define ___nolast2(a, _) a argument 292 #define ___nolast3(a, b, _) a, b argument 293 #define ___nolast4(a, b, c, _) a, b, c argument 294 #define ___nolast5(a, b, c, d, _) a, b, c, d argument 295 #define ___nolast6(a, b, c, d, e, _) a, b, c, d, e argument 296 #define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f argument 297 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument 298 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument 299 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i argument
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | atmapi.h | 28 typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; member
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | atmapi.h | 28 typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | atmapi.h | 27 unsigned char _[8]; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | atmapi.h | 16 typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | atmapi.h | 27 unsigned char _[8]; member
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| D | tracex1_kern.c | 14 #define _(P) \ macro
|
| D | test_overhead_kprobe_kern.c | 13 #define _(P) \ macro
|
| /kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
| D | setns-dcache.c | 48 char _ = 0; in main() local
|
| /kernel/liteos_m/components/net/lwip-2.1/porting/include/lwip/ |
| D | sockets.h | 67 #define SA_LEN(addr, _) (IP_IS_V4_VAL(addr) ? sizeof(struct sockaddr_in) : sizeof(struct sockaddr_… argument
|