Home
last modified time | relevance | path

Searched refs:pop (Results 1 – 11 of 11) sorted by relevance

/DragonOS/build-scripts/kernel_build/src/utils/
H A Dmod.rs21 let path = queue.pop().unwrap(); in list_all_files()
/DragonOS/kernel/src/debug/klog/
H A Dmm.rs71 __MM_ALLOCATOR_LOG_CHANNEL.buf.pop(); in log()
/DragonOS/kernel/src/driver/tty/
H A Dkthread.rs51 *item = KEYBUF.pop().unwrap(); in tty_refresh_thread()
/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dsc.rs222 if let Some(page) = self.empty_slabs.pop() { in try_reclaim_pages()
270 let empty_page = self.empty_slabs.pop().expect("We checked head.is_some()"); in allocate()
H A Dpages.rs414 pub(crate) fn pop<'b>(&'b mut self) -> Option<&'a mut T> { in pop() method
/DragonOS/kernel/src/arch/riscv64/asm/
H A Dhead.S75 .option pop
/DragonOS/kernel/src/ipc/
H A Dsignal_types.rs526 return (filter_result.pop(), still_pending); in find_and_delete()
/DragonOS/kernel/src/mm/
H A Dmmio_buddy.rs369 return Ok(element.pop().unwrap()); in pop_buddy_block()
/DragonOS/kernel/src/filesystem/kernfs/
H A Dmod.rs629 while let Some((_, child)) = children.pop() { in remove_recursive()
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs707 cwd_vec.pop(); in chdir()
/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs1646 let short_dentry: ShortDirEntry = match long_name_entries.pop().unwrap() { in new()