/linux/tools/testing/selftests/net/ |
H A D | bpf_offload.py | 711 _, base_maps = bpftool("map") variable 724 _, out = cmd("mount") variable 736 _, _, err = cmd("tc qdisc delete dev lo handle 0", variable 765 ret, _ = sim.cls_bpf_add_filter(obj, skip_hw=True, fail=False) variable 769 ret, _ = sim.cls_bpf_add_filter(obj, fail=False) variable 776 ret, _, err = sim.cls_bpf_add_filter(obj, skip_sw=True, variable 786 ret, _ = sim.cls_bpf_add_filter(obj, fail=False) variable 796 ret, _ = sim.cls_bpf_add_filter(bytecode, fail=False) variable 807 ret, _, err = sim.cls_bpf_add_filter(bytecode, skip_sw=True, variable 815 ret, _, err = sim.cls_bpf_add_filter(obj, chain=1, prio=1, handle=1, variable [all …]
|
/linux/rust/kernel/ |
H A D | device.rs | 107 pub fn pr_emerg(&self, args: fmt::Arguments<'_>) { in pr_emerg() 117 pub fn pr_alert(&self, args: fmt::Arguments<'_>) { in pr_alert() 127 pub fn pr_crit(&self, args: fmt::Arguments<'_>) { in pr_crit() 137 pub fn pr_err(&self, args: fmt::Arguments<'_>) { in pr_err() 147 pub fn pr_warn(&self, args: fmt::Arguments<'_>) { in pr_warn() 157 pub fn pr_notice(&self, args: fmt::Arguments<'_>) { in pr_notice() 167 pub fn pr_info(&self, args: fmt::Arguments<'_>) { in pr_info() 177 pub fn pr_dbg(&self, args: fmt::Arguments<'_>) { in pr_dbg() 191 unsafe fn printk(&self, klevel: &[u8], msg: fmt::Arguments<'_>) { in printk() 198 klevel as *const _ as *const crate::ffi::c_char, in printk() constant [all …]
|
H A D | kunit.rs | 16 pub fn err(args: fmt::Arguments<'_>) { in err() 23 &args as *const _ as *const c_void, in err() constant 32 pub fn info(args: fmt::Arguments<'_>) { in info() 39 &args as *const _ as *const c_void, in info() constant 258 const _: () = { constant
|
H A D | print.rs | 28 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 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 190 let _ = DevresInner::new(dev, data, flags)?; in new_foreign_owned() localVariable 235 pub fn try_access(&self) -> Option<RevocableGuard<'_, T>> { in try_access()
|
H A D | xarray.rs | 121 pub fn try_lock(&self) -> Option<Guard<'_, T>> { in try_lock() 134 pub fn lock(&self) -> Guard<'_, T> { in lock() 191 pub fn get(&self, index: usize) -> Option<T::Borrowed<'_>> { in get() 199 pub fn get_mut(&mut self, index: usize) -> Option<T::BorrowedMut<'_>> { in get_mut()
|
H A D | jump_label.rs | 40 const _: &str = include!(concat!( constant
|
H A D | mm.rs | 261 impl Drop for MmapReadGuard<'_> { in mmap_read_trylock() argument 223 lock_vma_under_rcu(&self, vma_addr: usize) -> Option<VmaReadGuard<'_>> lock_vma_under_rcu() argument 241 let _ = vma_addr; lock_vma_under_rcu() localVariable 248 mmap_read_lock(&self) -> MmapReadGuard<'_> mmap_read_lock() argument
|
H A D | miscdevice.rs | 132 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in mmap() 145 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in ioctl() 162 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in compat_ioctl() 172 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in show_fdinfo()
|
H A D | list.rs | 595 pub fn cursor_front(&mut self) -> Cursor<'_, T, ID> { in cursor_front() 604 pub fn cursor_back(&mut self) -> Cursor<'_, T, ID> { in cursor_back() 613 pub fn iter(&self) -> Iter<'_, T, ID> { in iter() 855 pub fn peek_next(&mut self) -> Option<CursorPeek<'_, 'a, T, true, ID>> { in peek_next() 870 pub fn peek_prev(&mut self) -> Option<CursorPeek<'_, 'a, T, false, ID>> { in peek_prev() 1002 pub fn arc(&self) -> ArcBorrow<'_, T> { in arc()
|
H A 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()
|
H A D | static_assert.rs | 37 const _: () = ::core::assert!($condition $(,$arg)?); constant
|
/linux/rust/pin-init/src/ |
H A D | macros.rs | 836 const _: () = { constant 1176 let _ = || { localVariable 1406 const _: () = { constant 1436 const _: () = { constant
|
/linux/tools/testing/selftests/proc/ |
H A D | proc-tid0.c | 35 static void *f(void *_) in f() 40 static void sigalrm(int _) in sigalrm()
|
H A 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()
|
H A D | setns-dcache.c | 48 char _ = 0; in main() local
|
/linux/scripts/ |
H A D | jobserver-exec | 32 _, _, path = fds.partition('fifo:') variable
|
H A D | generate_rust_target.rs | 31 formatter: &mut Formatter<'_>, in comma_sep() 32 f: impl Fn(&mut Formatter<'_>, &T) -> Result, in comma_sep()
|
/linux/rust/pin-init/examples/ |
H A D | mutex.rs | 33 pub fn acquire(&self) -> SpinLockGuard<'_> { in acquire() 90 pub fn lock(&self) -> Pin<CMutexGuard<'_, T>> { in lock() 167 fn insert_new(list: &ListHead) -> impl PinInit<Self> + '_ { in insert_new()
|
H A D | linked_list.rs | 42 pub fn insert_next(list: &ListHead) -> impl PinInit<Self, Infallible> + '_ { in insert_next() 51 pub fn insert_prev(list: &ListHead) -> impl PinInit<Self, Infallible> + '_ { in insert_prev()
|
/linux/tools/testing/selftests/x86/ |
H A 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/tools/lib/bpf/ |
H A 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, _) argument 376 ___nolast10(a,b,c,d,e,f,g,h,i,_) global() argument [all...] |
/linux/rust/ |
H A D | ffi.rs | 19 const _: () = assert!( constant
|
/linux/Documentation/admin-guide/mm/damon/ |
H A D | usage.rst | 487 .. _sysfs_schemes_stats:
|
/linux/include/uapi/linux/ |
H A D | atmapi.h | 28 typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; member
|