Searched refs:delete_and_next_subnode (Results 1 – 3 of 3) sorted by relevance
365 next_subnode = current.delete_and_next_subnode()?;419 core_node.delete_and_next_subnode()? in patch_cpus()
386 subnode_iter = subnode.delete_and_next_subnode().unwrap(); in node_mut_delete_and_next_subnode()
475 pub fn delete_and_next_subnode(self) -> Result<Option<Self>> { in delete_and_next_subnode() method