Home
last modified time | relevance | path

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

123

/linux-6.14.4/rust/kernel/
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 …]
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.rs27 let _ = w.write_fmt(unsafe { *(ptr as *const fmt::Arguments<'_>) }); in rust_fmt_argument() localVariable
102 args: fmt::Arguments<'_>,
111 &args as *const _ as *const c_void, constant
123 pub fn call_printk_cont(args: fmt::Arguments<'_>) { in call_printk_cont()
131 &args as *const _ as *const c_void, in call_printk_cont() constant
Djump_label.rs40 const _: &str = include!(concat!( constant
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
Dseq_file.rs33 pub fn call_printf(&self, args: core::fmt::Arguments<'_>) { in call_printf()
39 &args as *const _ as *const crate::ffi::c_void, in call_printf() constant
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()
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()
Dstatic_assert.rs32 const _: () = core::assert!($condition); constant
/linux-6.14.4/tools/testing/selftests/net/
Dbpf_offload.py709 _, base_maps = bpftool("map") variable
721 _, out = cmd("mount") variable
733 _, _, err = cmd("tc qdisc delete dev lo handle 0", variable
762 ret, _ = sim.cls_bpf_add_filter(obj, skip_hw=True, fail=False) variable
766 ret, _ = sim.cls_bpf_add_filter(obj, fail=False) variable
773 ret, _, err = sim.cls_bpf_add_filter(obj, skip_sw=True, variable
783 ret, _ = sim.cls_bpf_add_filter(obj, fail=False) variable
793 ret, _ = sim.cls_bpf_add_filter(bytecode, fail=False) variable
804 ret, _, err = sim.cls_bpf_add_filter(bytecode, skip_sw=True, variable
812 ret, _, err = sim.cls_bpf_add_filter(obj, chain=1, prio=1, handle=1, variable
[all …]
/linux-6.14.4/rust/kernel/init/
Dmacros.rs831 const _: () = { constant
1171 let _ = || { localVariable
1401 const _: () = { constant
/linux-6.14.4/rust/kernel/sync/
Dcondvar.rs118 guard: &mut Guard<'_, T, B>, in wait_internal()
146 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait()
157 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_timeout()
Dlock.rs169 pub fn lock(&self) -> Guard<'_, T, B> { in lock()
180 pub fn try_lock(&self) -> Option<Guard<'_, T, B>> { in try_lock()
/linux-6.14.4/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
/linux-6.14.4/arch/x86/include/asm/
Dspecial_insns.h223 const struct { char _[64]; } *__src = src; in movdir64b() member
224 struct { char _[64]; } *__dst = dst; in movdir64b() member
268 const struct { char _[64]; } *__src = src; in enqcmds() member
269 struct { char _[64]; } __iomem *__dst = dst; in enqcmds() member
/linux-6.14.4/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.14.4/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.14.4/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.14.4/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.14.4/rust/
Dffi.rs19 const _: () = assert!( constant
/linux-6.14.4/include/uapi/linux/
Datmapi.h28 typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; member

123