Home
last modified time | relevance | path

Searched refs:unlink_node (Results 1 - 2 of 2) sorted by relevance

/third_party/libfuse/lib/
H A Dfuse.c1399 static void unlink_node(struct fuse *f, struct node *node) in unlink_node() function
1415 unlink_node(f, node); in remove_node()
1438 unlink_node(f, newnode); in rename_node()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs27165 unsafe fn unlink_node(&mut self, mut node: NonNull<Node<T>>) { in unlink_node() functions
28359 self.list.unlink_node(unlinked_node); in remove_current()
28377 self.list.unlink_node(unlinked_node); in remove_current_as_list()
28490 // `unlink_node` is okay with aliasing `element` references. in next()
28491 self.list.unlink_node(node); in next()
[all...]

Completed in 52 milliseconds