Home
last modified time | relevance | path

Searched defs:_ (Results 1 – 25 of 95) 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/quote/
H A Dlib.rs643 let _: $crate::__private::Span = $crate::__private::get_span($span).__into_span(); localVariable
658 let _: $crate::__private::Span = $crate::__private::get_span($span).__into_span(); localVariable
895 let _: $crate::__private::HasIterator = has_iter; localVariable
918 let _: $crate::__private::HasIterator = has_iter; localVariable
965 let _: $crate::__private::HasIterator = has_iter; localVariable
979 let _: $crate::__private::HasIterator = has_iter; localVariable
/linux/rust/kernel/
H A Ddevice.rs373 pub fn pr_emerg(&self, args: fmt::Arguments<'_>) { in pr_emerg()
383 pub fn pr_alert(&self, args: fmt::Arguments<'_>) { in pr_alert()
393 pub fn pr_crit(&self, args: fmt::Arguments<'_>) { in pr_crit()
403 pub fn pr_err(&self, args: fmt::Arguments<'_>) { in pr_err()
413 pub fn pr_warn(&self, args: fmt::Arguments<'_>) { in pr_warn()
423 pub fn pr_notice(&self, args: fmt::Arguments<'_>) { in pr_notice()
433 pub fn pr_info(&self, args: fmt::Arguments<'_>) { in pr_info()
443 pub fn pr_dbg(&self, args: fmt::Arguments<'_>) { in pr_dbg()
457 unsafe fn printk(&self, klevel: &[u8], msg: fmt::Arguments<'_>) { in printk()
H A Dplatform.rs210 let _ = (dev, this); in unbind() localVariable
275 pub fn io_request_by_index(&self, index: u32) -> Option<IoRequest<'_>> { in io_request_by_index()
283 pub fn io_request_by_name(&self, name: &CStr) -> Option<IoRequest<'_>> { in io_request_by_name()
357 pub fn irq_by_index(&self, index: u32) -> Result<IrqRequest<'_>> { in irq_by_index()
371 pub fn optional_irq_by_index(&self, index: u32) -> Result<IrqRequest<'_>> { in optional_irq_by_index()
384 pub fn irq_by_name(&self, name: &CStr) -> Result<IrqRequest<'_>> { in irq_by_name()
398 pub fn optional_irq_by_name(&self, name: &CStr) -> Result<IrqRequest<'_>> { in optional_irq_by_name()
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 Djump_label.rs40 const _: &str = include!(concat!( constant
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 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 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(&mut self) -> Option<CursorMut<'_, K, V>> { in cursor_front_mut()
261 pub fn cursor_front(&self) -> Option<Cursor<'_, K, V>> { in cursor_front()
276 pub fn cursor_back_mut(&mut self) -> Option<CursorMut<'_, K, V>> { in cursor_back_mut()
291 pub fn cursor_back(&self) -> Option<Cursor<'_, K, V>> { in cursor_back()
341 fn raw_entry(&mut self, key: &K) -> RawEntry<'_, K, V> { in raw_entry()
395 pub fn entry(&mut self, key: K) -> Entry<'_, K, V> { in entry()
403 pub fn find_mut(&mut self, key: &K) -> Option<OccupiedEntry<'_, K, V>> { in find_mut()
454 pub fn cursor_lower_bound_mut(&mut self, key: &K) -> Option<CursorMut<'_, K, V>> in cursor_lower_bound_mut()
[all …]
H A Dlist.rs722 pub fn cursor_front(&mut self) -> Cursor<'_, T, ID> { in cursor_front()
731 pub fn cursor_back(&mut self) -> Cursor<'_, T, ID> { in cursor_back()
740 pub fn iter(&self) -> Iter<'_, T, ID> { in iter()
979 pub fn peek_next(&mut self) -> Option<CursorPeek<'_, 'a, T, true, ID>> { in peek_next()
994 pub fn peek_prev(&mut self) -> Option<CursorPeek<'_, 'a, T, false, ID>> { in peek_prev()
1126 pub fn arc(&self) -> ArcBorrow<'_, T> { in arc()
H A Dmaple_tree.rs238 pub fn lock(&self) -> MapleGuard<'_, T> { in lock()
323 pub fn ma_state(&mut self, first: usize, end: usize) -> MaState<'_, T> { in ma_state()
376 pub fn load(&mut self, index: usize) -> Option<T::BorrowedMut<'_>> { in load()
571 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
/linux/rust/pin-init/src/
H A Dmacros.rs849 const _: () = { constant
1257 let _ = || { localVariable
1579 const _: () = { constant
1609 const _: () = { constant
/linux/drivers/android/binder/
H A Dprocess.rs233 let _ = self.push_work(node); in update_node_refcount() localVariable
594 let _ = all_threads.push(thread.clone(), GFP_ATOMIC); in debug_print() localVariable
599 let _ = all_nodes.push(node.clone(), GFP_ATOMIC); in debug_print() localVariable
675 fn get_current_thread(self: ArcBorrow<'_, Self>) -> Result<Arc<Thread>> { in get_current_thread()
722 self: ArcBorrow<'_, Self>, in set_as_manager()
749 self: ArcBorrow<'_, Self>, in get_node_inner()
784 self: ArcBorrow<'_, Self>, in get_node()
807 self: ArcBorrow<'_, Process>, in insert_or_update_handle()
921 self: ArcBorrow<'_, Process>, in update_ref()
931 let _ = self.insert_or_update_handle(node_ref, true); in update_ref() localVariable
[all …]
H A Dnode.rs326 guard: &mut Guard<'_, ProcessInner, SpinLockBackend>, in add_death()
481 guard: &Guard<'_, ProcessInner, SpinLockBackend>, in populate_counts()
491 guard: &Guard<'_, ProcessInner, SpinLockBackend>, in populate_debug_info()
504 pub(crate) fn force_has_count(&self, guard: &mut Guard<'_, ProcessInner, SpinLockBackend>) { in force_has_count()
510 fn write(&self, writer: &mut BinderReturnWriter<'_>, code: u32) -> Result { in write()
520 guard: &mut Guard<'_, ProcessInner, SpinLockBackend>, in submit_oneway()
582 guard: &mut Guard<'_, ProcessInner, SpinLockBackend>, in take_outdated_transaction()
599 writer: &mut BinderReturnWriter<'_>, in do_work_locked()
600 mut guard: Guard<'_, ProcessInner, SpinLockBackend>, in do_work_locked()
703 writer: &mut BinderReturnWriter<'_>, in do_work()
[all …]
H A Dfreeze.rs88 writer: &mut BinderReturnWriter<'_>, in do_work()
231 let _ = self.push_work(msg); in request_freeze_notif() localVariable
266 let _ = self.push_work(clear_msg); in freeze_notif_done() localVariable
305 let _ = self.push_work(msg); in clear_freeze_notif() localVariable
395 let _ = proc.push_work(msg); in send_messages() localVariable
/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/tools/testing/selftests/proc/
H A Dproc-tid0.c35 static void *f(void *_) in f()
40 static void sigalrm(int _) in sigalrm()
/linux/arch/x86/include/asm/
H A Dspecial_insns.h232 const struct { char _[64]; } *__src = src; in movdir64b() member
233 struct { char _[64]; } *__dst = dst; in movdir64b() member
277 const struct { char _[64]; } *__src = src; in enqcmds() member
278 struct { char _[64]; } __iomem *__dst = dst; in enqcmds() member
/linux/samples/rust/
H A Drust_debugfs.rs127 fn build_counter(dir: &Dir) -> impl PinInit<File<Atomic<usize>>> + '_ { in build_counter()
131 fn build_inner(dir: &Dir) -> impl PinInit<File<Mutex<Inner>>> + '_ { in build_inner()
135 fn new(pdev: &platform::Device<Core>) -> impl PinInit<Self, Error> + '_ { in new()
/linux/rust/proc-macro2/probe/
H A Dproc_macro_span.rs53 const _: Option<&str> = option_env!("RUSTC_BOOTSTRAP"); constant
/linux/rust/syn/
H A Dparse.rs383 let _ = proof; in advance_step_cursor() localVariable
584 let _ = token; in peek() localVariable
627 let _ = token; in peek2() localVariable
641 let _ = token; in peek3() localVariable
745 let _ = separator; in parse_terminated() localVariable
1276 let _ = scope; in __parse_scoped() localVariable
1381 let _ = tokens; in to_tokens() localVariable
/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()
/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...]

1234