Lines Matching defs:u32
359 fn new(node_ref: NodeRef, handle: u32, process: Arc<Process>) -> impl PinInit<Self> { in new()
748 flags: u32, in get_node_inner()
783 flags: u32, in get_node()
806 ) -> Result<u32> { in insert_or_update_handle()
882 pub(crate) fn get_node_from_handle(&self, handle: u32, strong: bool) -> Result<NodeRef> { in get_node_from_handle()
902 handle: u32, in update_ref()
1106 fn set_max_threads(&self, max: u32) { in set_max_threads()
1110 fn set_oneway_spam_detection_enabled(&self, enabled: u32) { in set_oneway_spam_detection_enabled()
1524 cmd: u32, in ioctl_write_only()
1550 cmd: u32, in ioctl_write_read()
1609 pub(crate) fn ioctl(this: ArcBorrow<'_, Process>, file: &File, cmd: u32, arg: usize) -> Result { in ioctl()
1629 cmd: u32, in compat_ioctl()
1660 ) -> Result<u32> { in poll()