Home
last modified time | relevance | path

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

1234

/linux/tools/testing/selftests/net/
H A Dbpf_offload.py711 _, base_maps = bpftool("map") global() variable
724 _, out = cmd("mount") global() variable
736 _, _, err = cmd("tc qdisc delete dev lo handle 0", global() variable
765 ret, _ = sim.cls_bpf_add_filter(obj, skip_hw=True, fail=False) global() variable
769 ret, _ = sim.cls_bpf_add_filter(obj, fail=False) global() variable
776 ret, _, err = sim.cls_bpf_add_filter(obj, skip_sw=True, global() variable
786 ret, _ = sim.cls_bpf_add_filter(obj, fail=False) global() variable
796 ret, _ = sim.cls_bpf_add_filter(bytecode, fail=False) global() variable
807 ret, _, err = sim.cls_bpf_add_filter(bytecode, skip_sw=True, global() variable
815 ret, _, err = sim.cls_bpf_add_filter(obj, chain=1, prio=1, handle=1, global() variable
838 ret, _ = sim.cls_bpf_add_filter(obj, op="replace", prio=1, handle=1, global() variable
861 ret, _, err = sim.cls_bpf_add_filter(obj, verbose=True, skip_sw=True, global() variable
868 ret, _, err = sim.cls_bpf_add_filter(obj, verbose=True, skip_sw=True, global() variable
892 ret, _ = sim.set_ethtool_tc_offloads(False, fail=False) global() variable
901 ret, _ = sim.set_ethtool_tc_offloads(False, fail=False) global() variable
933 ret, _ = sim.set_xdp(obj, "drv", fail=False) global() variable
938 ret, _ = sim.set_xdp(obj, "drv", force=True, fail=False) global() variable
949 ret, _, err = sim.set_xdp(obj, "generic", force=True, global() variable
957 ret, _ = sim.set_mtu(9000, fail=False) global() variable
963 ret, _, err = sim.set_xdp(obj, "drv", fail=False, include_stderr=True) global() variable
972 ret, _, err = sim.set_xdp(nooffload, "offload", global() variable
982 ret, _, err = sim.set_xdp(offload, "drv", fail=False, include_stderr=True) global() variable
992 ret, _, err = sim.set_xdp(devbound, "generic", fail=False, include_stderr=True) global() variable
1000 ret, _, err = bpftool_prog_load("sample_ret0.bpf.o", "/sys/fs/bpf/offload", global() variable
1008 _, _, err = sim.set_xdp(obj, "offload", verbose=True, include_stderr=True) global() variable
1040 ret, _, err = sim.set_xdp(pinned, "offload", global() variable
1045 ret, _, err = sim.set_xdp(pinned, "offload", global() variable
1059 ret, _, err = sim.cls_bpf_add_filter(obj, skip_sw=True, global() variable
1067 ret, _, err = sim.set_xdp(obj, "offload", fail=False, include_stderr=True) global() variable
1087 ret, _ = sim.cls_bpf_add_filter(pinned, da=True, skip_sw=True, fail=False) global() variable
1092 ret, _, err = sim.cls_bpf_add_filter(obj, da=True, skip_sw=True, global() variable
1111 ret, _ = cmd_result(tc_proc, fail=False) global() variable
1145 prog_file, _ = pin_prog("/sys/fs/bpf/tmp_prog") global() variable
1146 map_file, _ = pin_map("/sys/fs/bpf/tmp_map", idx=1, expected=2) global() variable
1170 ret, _ = bpftool("map update id %d key %s value %s" % global() variable
1201 _, entries = bpftool("map dump id %d" % (m["id"])) global() variable
1210 _, entry = bpftool("map getnext id %d" % (m["id"])) global() variable
1213 _, entry = bpftool("map getnext id %d key %s" % global() variable
1250 ret, _ = sim.set_xdp(map_obj, "offload", JSON=False, fail=False) global() variable
1276 ret, _ = simA.set_xdp(progB, "offload", force=True, JSON=False, fail=False) global() variable
1279 ret, _ = d.set_xdp(progA, "offload", force=True, JSON=False, fail=False) global() variable
1286 ret, _, err = simA.set_xdp(progB, "offload", force=True, JSON=False, global() variable
1291 ret, _, err = d.set_xdp(progA, "offload", force=True, JSON=False, global() variable
1301 ret, _ = bpftool_prog_load("sample_map_ret0.bpf.o", "/sys/fs/bpf/nsimB_", global() variable
1308 ret, _, err = bpftool_prog_load("sample_map_ret0.bpf.o", "/sys/fs/bpf/nsimA_", global() variable
1316 ret, _, err = bpftool_prog_load("sample_map_ret0.bpf.o", "/sys/fs/bpf/nsimB_", global() variable
[all...]
/linux/rust/kernel/
H A Ddevice.rs232 drvdata_borrow<T: ForeignOwnable>(&self) -> T::Borrowed<'_> drvdata_borrow() argument
288 pr_emerg(&self, args: fmt::Arguments<'_>) pr_emerg() argument
298 pr_alert(&self, args: fmt::Arguments<'_>) pr_alert() argument
308 pr_crit(&self, args: fmt::Arguments<'_>) pr_crit() argument
318 pr_err(&self, args: fmt::Arguments<'_>) pr_err() argument
328 pr_warn(&self, args: fmt::Arguments<'_>) pr_warn() argument
338 pr_notice(&self, args: fmt::Arguments<'_>) pr_notice() argument
348 pr_info(&self, args: fmt::Arguments<'_>) pr_info() argument
358 pr_dbg(&self, args: fmt::Arguments<'_>) pr_dbg() argument
372 printk(&self, klevel: &[u8], msg: fmt::Arguments<'_>) printk() argument
[all...]
H A Dxarray.rs122 pub fn try_lock(&self) -> Option<Guard<'_, T>> { in try_lock()
135 pub fn lock(&self) -> Guard<'_, T> { in lock()
192 pub fn get(&self, index: usize) -> Option<T::Borrowed<'_>> { in get()
200 pub fn get_mut(&mut self, index: usize) -> Option<T::BorrowedMut<'_>> { in get_mut()
H A Dmm.rs176 pub fn lock_vma_under_rcu(&self, vma_addr: usize) -> Option<VmaReadGuard<'_>> { in lock_vma_under_rcu()
194 let _ = vma_addr; in lock_vma_under_rcu() localVariable
201 pub fn mmap_read_lock(&self) -> MmapReadGuard<'_> { in mmap_read_lock()
214 pub fn mmap_read_trylock(&self) -> Option<MmapReadGuard<'_>> { in mmap_read_trylock()
H A Djump_label.rs40 const _: &str = include!(concat!( constant
H A Dkunit.rs19 pub fn err(args: fmt::Arguments<'_>) { in err() argument
35 pub fn info(args: fmt::Arguments<'_>) { in info() argument
261 const _: () = { global() constant
H A Dprint.rs28 let _ = w.write_fmt(unsafe { *ptr.cast::<fmt::Arguments<'_>>() }); in rust_fmt_argument() localVariable
103 args: fmt::Arguments<'_>,
124 pub fn call_printk_cont(args: fmt::Arguments<'_>) { in call_printk_cont()
H A Dmiscdevice.rs137 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in mmap() argument
150 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in ioctl() argument
167 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in compat_ioctl() argument
177 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in show_fdinfo() argument
H A Dlist.rs599 cursor_front(&mut self) -> Cursor<'_, T, ID> cursor_front() argument
608 cursor_back(&mut self) -> Cursor<'_, T, ID> cursor_back() argument
617 iter(&self) -> Iter<'_, T, ID> iter() argument
856 peek_next(&mut self) -> Option<CursorPeek<'_, 'a, T, true, ID>> peek_next() argument
871 peek_prev(&mut self) -> Option<CursorPeek<'_, 'a, T, false, ID>> peek_prev() argument
1003 arc(&self) -> ArcBorrow<'_, T> arc() argument
H A Dplatform.rs206 let _ = (dev, this); unbind() localVariable
271 io_request_by_index(&self, index: u32) -> Option<IoRequest<'_>> io_request_by_index() argument
279 io_request_by_name(&self, name: &CStr) -> Option<IoRequest<'_>> io_request_by_name() argument
H A Drbtree.rs201 pub fn iter(&self) -> Iter<'_, K, V> { in iter()
216 pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { in iter_mut()
246 pub fn cursor_front(&mut self) -> Option<Cursor<'_, K, V>> { in cursor_front()
261 pub fn cursor_back(&mut self) -> Option<Cursor<'_, K, V>> { in cursor_back()
311 fn raw_entry(&mut self, key: &K) -> RawEntry<'_, K, V> { in raw_entry()
365 pub fn entry(&mut self, key: K) -> Entry<'_, K, V> { in entry()
373 pub fn find_mut(&mut self, key: &K) -> Option<OccupiedEntry<'_, K, V>> { in find_mut()
424 pub fn cursor_lower_bound(&mut self, key: &K) -> Option<Cursor<'_, K, V>> in cursor_lower_bound()
H A Dmaple_tree.rs238 pub fn lock(&self) -> MapleGuard<'_, T> { in lock()
314 pub fn ma_state(&mut self, first: usize, end: usize) -> MaState<'_, T> { in ma_state()
367 pub fn load(&mut self, index: usize) -> Option<T::BorrowedMut<'_>> { in load()
562 pub fn find(&mut self, max: usize) -> Option<T::BorrowedMut<'_>> { in find()
H A Ddriver.rs238 let _ = dev; in acpi_id_info() localVariable
272 let _ = dev; in of_id_info() localVariable
H A Dstatic_assert.rs37 const _: () = ::core::assert!($condition $(,$arg)?); constant
/linux/rust/pin-init/src/
H A Dmacros.rs836 const _: () = { global() constant
1176 let _ = || { global() localVariable
1406 const _: () = { global() constant
1436 const _: () = { global() constant
[all...]
/linux/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/arch/x86/include/asm/
H A Dspecial_insns.h235 const struct { char _[64]; } *__src = src; in movdir64b() member
236 struct { char _[64]; } *__dst = dst; in movdir64b() member
280 const struct { char _[64]; } *__src = src; in enqcmds() member
281 struct { char _[64]; } __iomem *__dst = dst; in enqcmds() member
/linux/tools/testing/selftests/proc/
H A Dproc-tid0.c35 static void *f(void *_) in f()
40 static void sigalrm(int _) in sigalrm()
/linux/scripts/
H A Djobserver-exec32 _, _, path = fds.partition('fifo:') variable
H A Dgenerate_rust_target.rs31 formatter: &mut Formatter<'_>, in comma_sep()
32 f: impl Fn(&mut Formatter<'_>, &T) -> Result, in comma_sep()
/linux/rust/pin-init/examples/
H A Dmutex.rs34 pub fn acquire(&self) -> SpinLockGuard<'_> { in acquire()
92 pub fn lock(&self) -> Pin<CMutexGuard<'_, T>> { in lock()
174 fn insert_new(list: &ListHead) -> impl PinInit<Self> + '_ { in insert_new()
H A Dlinked_list.rs44 pub fn insert_next(list: &ListHead) -> impl PinInit<Self, Infallible> + '_ { in insert_next()
53 pub fn insert_prev(list: &ListHead) -> impl PinInit<Self, Infallible> + '_ { in insert_prev()
/linux/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/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, _) argument
376 ___nolast10(a,b,c,d,e,f,g,h,i,_) global() argument
[all...]
/linux/rust/
H A Dffi.rs19 const _: () = assert!( constant

1234