/linux-6.6.21/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 …]
|
/linux-6.6.21/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
|
D | lib.rs | 94 fn panic(info: &core::panic::PanicInfo<'_>) -> ! { in panic()
|
/linux-6.6.21/rust/kernel/init/ |
D | macros.rs | 813 const _: () = { constant 1147 let _ = || { localVariable 1374 const _: () = { constant
|
/linux-6.6.21/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()
|
/linux-6.6.21/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()
|
D | setns-dcache.c | 48 char _ = 0; in main() local
|
D | setns-sysvipc.c | 47 char _ = 0; in main() local
|
D | proc-pid-vm.c | 229 static void sigaction_SIGSEGV(int _, siginfo_t *__, void *___) in sigaction_SIGSEGV() 331 char _; in main() local
|
/linux-6.6.21/scripts/ |
D | jobserver-exec | 32 _, _, path = fds.partition('fifo:') variable
|
/linux-6.6.21/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
|
/linux-6.6.21/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
|
/linux-6.6.21/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
|
/linux-6.6.21/include/uapi/linux/ |
D | atmapi.h | 28 typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; member
|
/linux-6.6.21/rust/alloc/vec/ |
D | drain.rs | 159 self.iter.next().map(|elt| unsafe { ptr::read(elt as *const _) }) in next() constant 171 self.iter.next_back().map(|elt| unsafe { ptr::read(elt as *const _) }) in next_back() constant
|
/linux-6.6.21/tools/power/cpupower/utils/helpers/ |
D | helpers.h | 22 #define _(String) gettext(String) macro 30 #define _(String) String macro
|
/linux-6.6.21/arch/s390/include/asm/fpu/ |
D | types.h | 26 struct vx_array { __vector128 _[__NUM_VXRS]; }; member
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_namespacing.c | 54 int f(struct { in f()
|
D | btf_dump_test_case_bitfields.c | 85 int f(struct { in f()
|
/linux-6.6.21/lib/raid6/ |
D | recov_s390xc.c | 14 typedef struct { u8 _[256]; } addrtype; in xor_block() member
|
/linux-6.6.21/rust/alloc/collections/ |
D | mod.rs | 136 fmt: &mut core::fmt::Formatter<'_>, in fmt()
|
/linux-6.6.21/rust/alloc/ |
D | raw_vec.rs | 280 let _: () = const { assert!(mem::size_of::<T>() % mem::align_of::<T>() == 0) }; in current_memory() localVariable 473 let _: () = const { assert!(mem::size_of::<T>() % mem::align_of::<T>() == 0) }; in shrink() localVariable
|