Home
last modified time | relevance | path

Searched defs:_ (Results 1 – 25 of 52) sorted by relevance

123

/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_offload.py770 _, base_maps = bpftool("map") variable
782 _, out = cmd("mount") variable
794 _, _, err = cmd("tc qdisc delete dev lo handle 0", variable
991 ret, _ = sim.set_xdp(obj, "drv", fail=False) variable
1015 ret, _ = sim.set_mtu(9000, fail=False) variable
1030 ret, _, err = sim.set_xdp(nooffload, "offload", variable
1056 _, _, err = sim.set_xdp(obj, "offload", verbose=True, include_stderr=True) variable
1088 ret, _, err = sim.set_xdp(pinned, "offload", variable
1093 ret, _, err = sim.set_xdp(pinned, "offload", variable
1159 ret, _ = cmd_result(tc_proc, fail=False) variable
[all …]
/linux-6.3-rc2/scripts/
A Djobserver-exec32 _, _, path = fds.partition('fifo:') variable
/linux-6.3-rc2/tools/testing/selftests/proc/
A Dproc-tid0.c35 static void *f(void *_) in f()
40 static void sigalrm(int _) in sigalrm()
A Dproc-empty-vm.c117 static void sigaction_SIGSEGV(int _, siginfo_t *__, void *___) in sigaction_SIGSEGV()
122 static void sigaction_SIGSEGV_vsyscall(int _, siginfo_t *__, void *___) in sigaction_SIGSEGV_vsyscall()
A Dsetns-dcache.c48 char _ = 0; in main() local
A Dsetns-sysvipc.c47 char _ = 0; in main() local
A Dproc-pid-vm.c229 static void sigaction_SIGSEGV(int _, siginfo_t *__, void *___) in sigaction_SIGSEGV()
331 char _; in main() local
/linux-6.3-rc2/arch/x86/include/asm/
A Dspecial_insns.h216 const struct { char _[64]; } *__src = src; in movdir64b() member
217 struct { char _[64]; } __iomem *__dst = dst; in movdir64b() member
256 const struct { char _[64]; } *__src = src; in enqcmds() member
257 struct { char _[64]; } __iomem *__dst = dst; in enqcmds() member
/linux-6.3-rc2/arch/s390/include/asm/
A Dswitch_to.h21 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.3-rc2/rust/kernel/
A Dprint.rs102 args: fmt::Arguments<'_>,
122 pub fn call_printk_cont(args: fmt::Arguments<'_>) { in call_printk_cont()
A Dstatic_assert.rs32 const _: () = core::assert!($condition); consts
A Dlib.rs86 fn panic(info: &core::panic::PanicInfo<'_>) -> ! { in panic()
/linux-6.3-rc2/tools/lib/bpf/
A Dbpf_core_read.h291 #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.3-rc2/include/uapi/linux/
A Datmapi.h28 typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; member
/linux-6.3-rc2/samples/bpf/
A Dtracex1_kern.c14 #define _(P) \ macro
A Dtest_overhead_kprobe.bpf.c12 #define _(P) \ macro
A Doffwaketime_kern.c15 #define _(P) \ macro
/linux-6.3-rc2/tools/power/cpupower/utils/helpers/
A Dhelpers.h22 #define _(String) gettext(String) macro
30 #define _(String) String macro
/linux-6.3-rc2/arch/s390/include/asm/fpu/
A Dtypes.h26 struct vx_array { __vector128 _[__NUM_VXRS]; }; member
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dbtf_dump_test_case_namespacing.c54 int f(struct { in f()
A Dbtf_dump_test_case_bitfields.c85 int f(struct { in f()
/linux-6.3-rc2/rust/kernel/sync/
A Darc.rs188 pub fn as_arc_borrow(&self) -> ArcBorrow<'_, T> { in as_arc_borrow()
372 fn from(b: ArcBorrow<'_, T>) -> Self { in from()
/linux-6.3-rc2/lib/raid6/
A Drecov_s390xc.c14 typedef struct { u8 _[256]; } addrtype; in xor_block() member
/linux-6.3-rc2/rust/alloc/collections/
A Dmod.rs136 fmt: &mut core::fmt::Formatter<'_>, in fmt()
/linux-6.3-rc2/lib/
A Dlocking-selftest.c2511 static void hardirq_exit(int *_) in hardirq_exit()
2526 static void softirq_exit(int *_) in softirq_exit()
2535 static void rcu_exit(int *_) in rcu_exit()
2544 static void rcu_bh_exit(int *_) in rcu_bh_exit()
2553 static void rcu_sched_exit(int *_) in rcu_sched_exit()

Completed in 254 milliseconds

123