Home
last modified time | relevance | path

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

123456

/linux/tools/testing/selftests/net/
H A Dbpf_offload.py711 _, 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/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/pin-init/src/
H A Dmacros.rs
/linux/rust/kernel/
H A Dkunit.rs16 pub fn err(args: fmt::Arguments<'_>) { in err()
19 let _ = args; in err() localVariable
36 pub fn info(args: fmt::Arguments<'_>) { in info()
39 let _ = args; in info() localVariable
246 const _: () = { constant
H A Ddevice.rs379 pub fn pr_emerg(&self, args: fmt::Arguments<'_>) { in pr_emerg()
389 pub fn pr_alert(&self, args: fmt::Arguments<'_>) { in pr_alert()
399 pub fn pr_crit(&self, args: fmt::Arguments<'_>) { in pr_crit()
409 pub fn pr_err(&self, args: fmt::Arguments<'_>) { in pr_err()
419 pub fn pr_warn(&self, args: fmt::Arguments<'_>) { in pr_warn()
429 pub fn pr_notice(&self, args: fmt::Arguments<'_>) { in pr_notice()
439 pub fn pr_info(&self, args: fmt::Arguments<'_>) { in pr_info()
449 pub fn pr_dbg(&self, args: fmt::Arguments<'_>) { in pr_dbg()
463 unsafe fn printk(&self, klevel: &[u8], msg: fmt::Arguments<'_>) { in printk()
H A Dplatform.rs241 let _ = (dev, this); in unbind() localVariable
306 pub fn io_request_by_index(&self, index: u32) -> Option<IoRequest<'_>> { in io_request_by_index()
314 pub fn io_request_by_name(&self, name: &CStr) -> Option<IoRequest<'_>> { in io_request_by_name()
388 pub fn irq_by_index(&self, index: u32) -> Result<IrqRequest<'_>> { in irq_by_index()
402 pub fn optional_irq_by_index(&self, index: u32) -> Result<IrqRequest<'_>> { in optional_irq_by_index()
415 pub fn irq_by_name(&self, name: &CStr) -> Result<IrqRequest<'_>> { in irq_by_name()
429 pub fn optional_irq_by_name(&self, name: &CStr) -> Result<IrqRequest<'_>> { in optional_irq_by_name()
H A Dmiscdevice.rs137 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in mmap()
145 fn read_iter(_kiocb: Kiocb<'_, Self::Ptr>, _iov: &mut IovIterDest<'_>) -> Result<usize> { in read_iter()
150 fn write_iter(_kiocb: Kiocb<'_, Self::Ptr>, _iov: &mut IovIterSource<'_>) -> Result<usize> { in write_iter()
160 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in ioctl()
177 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in compat_ioctl()
187 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in show_fdinfo()
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<'_>>() }); rust_fmt_argument() localVariable
103 call_printk( format_string: &[u8; format_strings::LENGTH], module_name: &[u8], args: fmt::Arguments<'_>, ) global() argument
124 call_printk_cont(args: fmt::Arguments<'_>) call_printk_cont() 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(&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()
457 pub fn cursor_lower_bound_mut(&mut self, key: &K) -> Option<CursorMut<'_, K, V>> in cursor_lower_bound_mut()
[all …]
/linux/drivers/android/binder/
H A Dprocess.rs233 let _ = self.push_work(node); in update_node_refcount() localVariable
600 let _ = all_threads.push(thread.clone(), GFP_ATOMIC); in debug_print() localVariable
605 let _ = all_nodes.push(node.clone(), GFP_ATOMIC); in debug_print() localVariable
681 fn get_current_thread(self: ArcBorrow<'_, Self>) -> Result<Arc<Thread>> { in get_current_thread()
728 self: ArcBorrow<'_, Self>, in set_as_manager()
755 self: ArcBorrow<'_, Self>, in get_node_inner()
790 self: ArcBorrow<'_, Self>, in get_node()
813 self: ArcBorrow<'_, Process>, in insert_or_update_handle()
927 self: ArcBorrow<'_, Process>, in update_ref()
937 let _ = self.insert_or_update_handle(node_ref, true); in update_ref() localVariable
[all …]
H A Dnode.rs334 guard: &mut Guard<'_, ProcessInner, SpinLockBackend>, in add_death()
489 guard: &Guard<'_, ProcessInner, SpinLockBackend>, in populate_counts()
499 guard: &Guard<'_, ProcessInner, SpinLockBackend>, in populate_debug_info()
512 pub(crate) fn force_has_count(&self, guard: &mut Guard<'_, ProcessInner, SpinLockBackend>) { in force_has_count()
518 fn write(&self, writer: &mut BinderReturnWriter<'_>, code: u32) -> Result { in write()
528 guard: &mut Guard<'_, ProcessInner, SpinLockBackend>, in submit_oneway()
590 guard: &mut Guard<'_, ProcessInner, SpinLockBackend>, in take_outdated_transaction()
607 writer: &mut BinderReturnWriter<'_>, in do_work_locked()
608 mut guard: Guard<'_, ProcessInner, SpinLockBackend>, in do_work_locked()
711 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/drivers/gpu/nova-core/
H A Dbitfield.rs172 const _: () = { constant
183 const _: () = { constant
/linux/tools/arch/x86/include/asm/
H A Dspecial_insns.h8 const struct { char _[64]; } *__src = src; in movdir64b() member
9 struct { char _[64]; } *__dst = dst; in movdir64b() 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/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.rs141 fn build_counter(dir: &Dir) -> impl PinInit<File<Atomic<usize>>> + '_ { in build_counter()
145 fn build_inner(dir: &Dir) -> impl PinInit<File<Mutex<Inner>>> + '_ { in build_inner()
149 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/tools/docs/
H A Dgen-renames.py59 _, old, new = line[1:].split('\t', 2) variable
78 _, old = line.split('\t', 1) variable
/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()

123456