Home
last modified time | relevance | path

Searched defs:unlink_node (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/alloc/src/collections/
Dlinked_list.rs263 unsafe fn unlink_node(&mut self, mut node: NonNull<Node<T>>) { in unlink_node() method
/third_party/libfuse/lib/
Dfuse.c1399 static void unlink_node(struct fuse *f, struct node *node) in unlink_node() function