Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/net/
H A Dbpf_offload.py706 _, base_maps = bpftool("map") variable
718 _, out = cmd("mount") variable
730 _, _, err = cmd("tc qdisc delete dev lo handle 0", variable
759 ret, _ = sim.cls_bpf_add_filter(obj, skip_hw=True, fail=False) variable
763 ret, _ = sim.cls_bpf_add_filter(obj, fail=False) variable
770 ret, _, err = sim.cls_bpf_add_filter(obj, skip_sw=True, variable
780 ret, _ = sim.cls_bpf_add_filter(obj, fail=False) variable
790 ret, _ = sim.cls_bpf_add_filter(bytecode, fail=False) variable
801 ret, _, err = sim.cls_bpf_add_filter(bytecode, skip_sw=True, variable
809 ret, _, err = sim.cls_bpf_add_filter(obj, chain=1, prio=1, handle=1, variable
[all …]
/linux/rust/kernel/
H A Dkunit.rs15 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
H A Dprint.rs26 let _ = w.write_fmt(unsafe { *(ptr as *const fmt::Arguments<'_>) }); in rust_fmt_argument() localVariable
101 args: fmt::Arguments<'_>,
109 &args as *const _ as *const c_void, constant
121 pub fn call_printk_cont(args: fmt::Arguments<'_>) { in call_printk_cont()
129 &args as *const _ as *const c_void, in call_printk_cont() constant
H A Drbtree.rs196 pub fn iter(&self) -> Iter<'_, K, V> { in iter()
211 pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { in iter_mut()
241 pub fn cursor_front(&mut self) -> Option<Cursor<'_, K, V>> { in cursor_front()
256 pub fn cursor_back(&mut self) -> Option<Cursor<'_, K, V>> { in cursor_back()
306 fn raw_entry(&mut self, key: &K) -> RawEntry<'_, K, V> { in raw_entry()
360 pub fn entry(&mut self, key: K) -> Entry<'_, K, V> { in entry()
368 pub fn find_mut(&mut self, key: &K) -> Option<OccupiedEntry<'_, K, V>> { in find_mut()
419 pub fn cursor_lower_bound(&mut self, key: &K) -> Option<Cursor<'_, K, V>> in cursor_lower_bound()
H A Dstatic_assert.rs32 const _: () = core::assert!($condition); constant
H A Dlist.rs494 pub fn cursor_front(&mut self) -> Option<Cursor<'_, T, ID>> { in cursor_front()
506 pub fn iter(&self) -> Iter<'_, T, ID> { in iter()
591 pub fn current(&self) -> ArcBorrow<'_, T> { in current()
/linux/rust/kernel/init/
H A Dmacros.rs830 const _: () = { constant
1164 let _ = || { localVariable
1391 const _: () = { constant
/linux/rust/kernel/sync/
H A Dcondvar.rs119 guard: &mut Guard<'_, T, B>, in wait_internal()
147 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait()
158 pub fn wait_interruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait_interruptible()
171 guard: &mut Guard<'_, T, B>, in wait_interruptible_timeout()
/linux/tools/testing/selftests/proc/
H A Dproc-tid0.c35 static void *f(void *_) in f()
40 static void sigalrm(int _) in sigalrm()
H A Dproc-empty-vm.c157 static void sigaction_SIGSEGV(int _, siginfo_t *__, void *___) in sigaction_SIGSEGV()
163 static void sigaction_SIGSEGV_vsyscall(int _, siginfo_t *__, void *___) in sigaction_SIGSEGV_vsyscall()
H A Dsetns-dcache.c48 char _ = 0; in main() local
H A Dsetns-sysvipc.c47 char _ = 0; in main() local
H A Dproc-pid-vm.c230 static void sigaction_SIGSEGV(int _, siginfo_t *__, void *___) in sigaction_SIGSEGV()
332 char _; in main() local
/linux/arch/x86/include/asm/
H A Dspecial_insns.h229 const struct { char _[64]; } *__src = src; in movdir64b() member
230 struct { char _[64]; } *__dst = dst; in movdir64b() member
274 const struct { char _[64]; } *__src = src; in enqcmds() member
275 struct { char _[64]; } __iomem *__dst = dst; in enqcmds() member
/linux/scripts/
H A Djobserver-exec32 _, _, path = fds.partition('fifo:') variable
H A Dgenerate_rust_target.rs31 formatter: &mut Formatter<'_>, in comma_sep()
32 f: impl Fn(&mut Formatter<'_>, &T) -> Result, in comma_sep()
/linux/tools/testing/selftests/x86/
H A Dnx_stack.c112 static void sigsegv(int _, siginfo_t *__, void *uc_) in sigsegv()
153 static void sigtrap(int _, siginfo_t *__, void *uc_) in sigtrap()
/linux/tools/lib/bpf/
H A Dbpf_core_read.h368 #define ___nolast2(a, _) a argument
369 #define ___nolast3(a, b, _) a, b argument
370 #define ___nolast4(a, b, c, _) a, b, c argument
371 #define ___nolast5(a, b, c, d, _) a, b, c, d argument
372 #define ___nolast6(a, b, c, d, e, _) a, b, c, d, e argument
373 #define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f argument
374 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument
375 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument
376 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i argument
/linux/drivers/net/phy/
H A Dax88796b_rust.rs97 let _ = dev.init_hw(); in link_change_notify() localVariable
98 let _ = dev.start_aneg(); in link_change_notify() localVariable
/linux/include/uapi/linux/
H A Datmapi.h28 typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; member
/linux/tools/power/cpupower/utils/helpers/
H A Dhelpers.h22 #define _(String) gettext(String) macro
30 #define _(String) String macro
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_namespacing.c54 int f(struct { in f()
H A Dbtf_dump_test_case_bitfields.c85 int f(struct { in f()
/linux/rust/kernel/list/
H A Darc.rs292 pub fn try_from_arc_borrow(arc: ArcBorrow<'_, T>) -> Option<Self> in try_from_arc_borrow()
399 pub fn as_arc_borrow(&self) -> ArcBorrow<'_, T> { in as_arc_borrow()
/linux/lib/raid6/
H A Drecov_s390xc.c14 typedef struct { u8 _[256]; } addrtype; in xor_block() member

123