Home
last modified time | relevance | path

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

123

/linux-6.12.1/tools/testing/selftests/net/
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-6.12.1/rust/kernel/
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
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
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()
Dstatic_assert.rs32 const _: () = core::assert!($condition); constant
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-6.12.1/rust/kernel/init/
Dmacros.rs830 const _: () = { constant
1164 let _ = || { localVariable
1391 const _: () = { constant
/linux-6.12.1/rust/kernel/sync/
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-6.12.1/tools/testing/selftests/proc/
Dproc-tid0.c35 static void *f(void *_) in f()
40 static void sigalrm(int _) in sigalrm()
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()
Dsetns-dcache.c48 char _ = 0; in main() local
Dsetns-sysvipc.c47 char _ = 0; in main() local
Dproc-pid-vm.c230 static void sigaction_SIGSEGV(int _, siginfo_t *__, void *___) in sigaction_SIGSEGV()
332 char _; in main() local
/linux-6.12.1/arch/x86/include/asm/
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-6.12.1/scripts/
Djobserver-exec32 _, _, path = fds.partition('fifo:') variable
Dgenerate_rust_target.rs31 formatter: &mut Formatter<'_>, in comma_sep()
32 f: impl Fn(&mut Formatter<'_>, &T) -> Result, in comma_sep()
/linux-6.12.1/tools/testing/selftests/x86/
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-6.12.1/tools/lib/bpf/
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-6.12.1/drivers/net/phy/
Dax88796b_rust.rs97 let _ = dev.init_hw(); in link_change_notify() localVariable
98 let _ = dev.start_aneg(); in link_change_notify() localVariable
/linux-6.12.1/include/uapi/linux/
Datmapi.h28 typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; member
/linux-6.12.1/tools/power/cpupower/utils/helpers/
Dhelpers.h22 #define _(String) gettext(String) macro
30 #define _(String) String macro
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_namespacing.c54 int f(struct { in f()
/linux-6.12.1/lib/raid6/
Drecov_s390xc.c14 typedef struct { u8 _[256]; } addrtype; in xor_block() member
/linux-6.12.1/rust/kernel/list/
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-6.12.1/drivers/gpu/drm/
Ddrm_panic_qr.rs396 fn iter(&self) -> SegmentIterator<'_> { in iter()
539 fn add_segments(&mut self, segments: &[&Segment<'_>]) { in add_segments()
591 fn encode(&mut self, segments: &[&Segment<'_>]) { in encode()
596 fn iter(&self) -> EncodedMsgIterator<'_> { in iter()

123