/linux-6.14.4/rust/kernel/ |
D | device.rs | 86 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 …]
|
D | kunit.rs | 15 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
|
D | print.rs | 27 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
|
D | jump_label.rs | 40 const _: &str = include!(concat!( constant
|
D | devres.rs | 125 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
|
D | seq_file.rs | 33 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
|
D | rbtree.rs | 195 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()
|
D | miscdevice.rs | 128 _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()
|
D | static_assert.rs | 32 const _: () = core::assert!($condition); constant
|
/linux-6.14.4/tools/testing/selftests/net/ |
D | bpf_offload.py | 709 _, 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/ |
D | macros.rs | 831 const _: () = { constant 1171 let _ = || { localVariable 1401 const _: () = { constant
|
/linux-6.14.4/rust/kernel/sync/ |
D | condvar.rs | 118 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()
|
D | lock.rs | 169 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/ |
D | proc-tid0.c | 35 static void *f(void *_) in f() 40 static void sigalrm(int _) in sigalrm()
|
D | proc-empty-vm.c | 157 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()
|
D | setns-dcache.c | 48 char _ = 0; in main() local
|
D | setns-sysvipc.c | 47 char _ = 0; in main() local
|
/linux-6.14.4/arch/x86/include/asm/ |
D | special_insns.h | 223 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/ |
D | jobserver-exec | 32 _, _, path = fds.partition('fifo:') variable
|
D | generate_rust_target.rs | 31 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/ |
D | nx_stack.c | 112 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/ |
D | bpf_core_read.h | 368 #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/ |
D | ax88796b_rust.rs | 97 let _ = dev.init_hw(); in link_change_notify() localVariable 98 let _ = dev.start_aneg(); in link_change_notify() localVariable
|
/linux-6.14.4/rust/ |
D | ffi.rs | 19 const _: () = assert!( constant
|
/linux-6.14.4/include/uapi/linux/ |
D | atmapi.h | 28 typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; member
|