Home
last modified time | relevance | path

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

1234

/linux-6.15/tools/testing/selftests/net/
H A Dbpf_offload.py711 _, base_maps = bpftool("map") variable
724 _, out = cmd("mount") variable
736 _, _, err = cmd("tc qdisc delete dev lo handle 0", variable
933 ret, _ = sim.set_xdp(obj, "drv", fail=False) variable
957 ret, _ = sim.set_mtu(9000, fail=False) variable
972 ret, _, err = sim.set_xdp(nooffload, "offload", variable
1008 _, _, err = sim.set_xdp(obj, "offload", verbose=True, include_stderr=True) variable
1040 ret, _, err = sim.set_xdp(pinned, "offload", variable
1045 ret, _, err = sim.set_xdp(pinned, "offload", variable
1111 ret, _ = cmd_result(tc_proc, fail=False) variable
[all …]
/linux-6.15/rust/kernel/
H A Ddevice.rs86 pub fn pr_emerg(&self, args: fmt::Arguments<'_>) { in pr_emerg()
96 pub fn pr_alert(&self, args: fmt::Arguments<'_>) { in pr_alert()
106 pub fn pr_crit(&self, args: fmt::Arguments<'_>) { in pr_crit()
116 pub fn pr_err(&self, args: fmt::Arguments<'_>) { in pr_err()
126 pub fn pr_warn(&self, args: fmt::Arguments<'_>) { in pr_warn()
136 pub fn pr_notice(&self, args: fmt::Arguments<'_>) { in pr_notice()
146 pub fn pr_info(&self, args: fmt::Arguments<'_>) { in pr_info()
156 pub fn pr_dbg(&self, args: fmt::Arguments<'_>) { in pr_dbg()
170 unsafe fn printk(&self, klevel: &[u8], msg: fmt::Arguments<'_>) { in printk()
177 klevel as *const _ as *const crate::ffi::c_char, in printk() constant
[all …]
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
234 const _: () = { constant
H A Dprint.rs28 let _ = w.write_fmt(unsafe { *(ptr as *const fmt::Arguments<'_>) }); in rust_fmt_argument() localVariable
103 args: fmt::Arguments<'_>,
112 &args as *const _ as *const c_void, constant
124 pub fn call_printk_cont(args: fmt::Arguments<'_>) { in call_printk_cont()
132 &args as *const _ as *const c_void, in call_printk_cont() constant
H A Djump_label.rs40 const _: &str = include!(concat!( constant
H A Ddevres.rs125 let _ = unsafe { Arc::from_raw(data) }; in new() localVariable
154 let _ = unsafe { Arc::from_raw(this.as_ptr()) }; in remove_action() localVariable
183 let _ = DevresInner::new(dev, data, flags)?; in new_foreign_owned() localVariable
H A Dseq_file.rs34 pub fn call_printf(&self, args: core::fmt::Arguments<'_>) { in call_printf()
40 &args as *const _ as *const crate::ffi::c_void, in call_printf() constant
H A Dlist.rs490 pub fn cursor_front(&mut self) -> Cursor<'_, T, ID> { in cursor_front()
499 pub fn cursor_back(&mut self) -> Cursor<'_, T, ID> { in cursor_back()
508 pub fn iter(&self) -> Iter<'_, T, ID> { in iter()
750 pub fn peek_next(&mut self) -> Option<CursorPeek<'_, 'a, T, true, ID>> { in peek_next()
765 pub fn peek_prev(&mut self) -> Option<CursorPeek<'_, 'a, T, false, ID>> { in peek_prev()
897 pub fn arc(&self) -> ArcBorrow<'_, T> { in arc()
H A Drbtree.rs195 pub fn iter(&self) -> Iter<'_, K, V> { in iter()
210 pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { in iter_mut()
240 pub fn cursor_front(&mut self) -> Option<Cursor<'_, K, V>> { in cursor_front()
255 pub fn cursor_back(&mut self) -> Option<Cursor<'_, K, V>> { in cursor_back()
305 fn raw_entry(&mut self, key: &K) -> RawEntry<'_, K, V> { in raw_entry()
359 pub fn entry(&mut self, key: K) -> Entry<'_, K, V> { in entry()
367 pub fn find_mut(&mut self, key: &K) -> Option<OccupiedEntry<'_, K, V>> { in find_mut()
418 pub fn cursor_lower_bound(&mut self, key: &K) -> Option<Cursor<'_, K, V>> in cursor_lower_bound()
H A Dmiscdevice.rs128 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in ioctl()
145 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in compat_ioctl()
155 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in show_fdinfo()
H A Dstatic_assert.rs32 const _: () = core::assert!($condition); constant
/linux-6.15/rust/kernel/sync/
H A Dcondvar.rs117 guard: &mut Guard<'_, T, B>, in wait_internal()
145 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait()
156 pub fn wait_interruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait_interruptible()
170 guard: &mut Guard<'_, T, B>, in wait_interruptible_freezable()
188 guard: &mut Guard<'_, T, B>, in wait_interruptible_timeout()
/linux-6.15/rust/pin-init/src/
H A Dmacros.rs836 const _: () = { constant
1176 let _ = || { localVariable
1406 const _: () = { constant
/linux-6.15/tools/testing/selftests/proc/
H A Dproc-tid0.c35 static void *f(void *_) in f()
40 static void sigalrm(int _) in sigalrm()
/linux-6.15/arch/x86/include/asm/
H A Dspecial_insns.h219 const struct { char _[64]; } *__src = src; in movdir64b() member
220 struct { char _[64]; } *__dst = dst; in movdir64b() member
264 const struct { char _[64]; } *__src = src; in enqcmds() member
265 struct { char _[64]; } __iomem *__dst = dst; in enqcmds() member
/linux-6.15/scripts/
H A Djobserver-exec32 _, _, path = fds.partition('fifo:') variable
/linux-6.15/rust/pin-init/examples/
H A Dmutex.rs32 pub fn acquire(&self) -> SpinLockGuard<'_> { in acquire()
89 pub fn lock(&self) -> Pin<CMutexGuard<'_, T>> { in lock()
166 fn insert_new(list: &ListHead) -> impl PinInit<Self> + '_ { in insert_new()
H A Dlinked_list.rs41 pub fn insert_next(list: &ListHead) -> impl PinInit<Self, Infallible> + '_ { in insert_next()
50 pub fn insert_prev(list: &ListHead) -> impl PinInit<Self, Infallible> + '_ { in insert_prev()
/linux-6.15/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-6.15/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-6.15/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-6.15/rust/
H A Dffi.rs19 const _: () = assert!( constant
/linux-6.15/rust/macros/
H A Dexport.rs17 const _: () = { in export() constant
/linux-6.15/include/uapi/linux/
H A Datmapi.h28 typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; member
/linux-6.15/Documentation/admin-guide/mm/damon/
H A Dusage.rst487 .. _sysfs_schemes_stats:

1234