Lines Matching defs:_

232                 let _ = self.push_work(node);  in update_node_refcount()  localVariable
590 let _ = all_threads.push(thread.clone(), GFP_ATOMIC); in debug_print() localVariable
595 let _ = all_nodes.push(node.clone(), GFP_ATOMIC); in debug_print() localVariable
671 fn get_current_thread(self: ArcBorrow<'_, Self>) -> Result<Arc<Thread>> { in get_current_thread()
718 self: ArcBorrow<'_, Self>, in set_as_manager()
745 self: ArcBorrow<'_, Self>, in get_node_inner()
780 self: ArcBorrow<'_, Self>, in get_node()
803 self: ArcBorrow<'_, Process>, in insert_or_update_handle()
901 self: ArcBorrow<'_, Process>, in update_ref()
911 let _ = self.insert_or_update_handle(node_ref, true); in update_ref() localVariable
960 let _ = inner.push_work(node); in inc_ref_done() localVariable
1254 let _ = thread.push_work_if_looper(death); in clear_death() localVariable
1271 pub(crate) fn lock_with_nodes(&self) -> WithNodes<'_> { in lock_with_nodes()
1522 this: ArcBorrow<'_, Process>, in ioctl_write_only()
1548 this: ArcBorrow<'_, Process>, in ioctl_write_read()
1570 pub(crate) fn open(ctx: ArcBorrow<'_, Context>, file: &File) -> Result<Arc<Process>> { in open()
1587 let _ = workqueue::system().enqueue(this); in release() localVariable
1593 pub(crate) fn flush(this: ArcBorrow<'_, Process>) -> Result { in flush()
1604 let _ = workqueue::system().enqueue(Arc::from(this)); in flush() localVariable
1609 pub(crate) fn ioctl(this: ArcBorrow<'_, Process>, file: &File, cmd: u32, arg: usize) -> Result { in ioctl()
1627 this: ArcBorrow<'_, Process>, in compat_ioctl()
1636 this: ArcBorrow<'_, Process>, in mmap()
1657 this: ArcBorrow<'_, Process>, in poll()
1659 table: PollTable<'_>, in poll()
1678 fn new(thread: &'a Arc<Thread>, guard: &mut Guard<'_, ProcessInner, SpinLockBackend>) -> Self { in new()