Searched defs:node (Results 1 – 7 of 7) sorted by relevance
75 unsafe fn node(ptr: NonNull<Self>) -> NonNull<Node<Self>> in node() method85 let node = unsafe { L::node(head_ptr).as_mut() }; in new() localVariable98 let node = Some(val); in push_front() localVariable112 let node = head.prev.take().unwrap(); in pop_back() localVariable148 let node = p.unwrap(); in for_each_mut() localVariable177 node: Node<Entry>, field203 unsafe fn node(ptr: NonNull<Self>) -> NonNull<Node<Self>> { in node() method
107 #define UTILS_DL_LIST_IS_END(list, node) ((list) == (node) ? TRUE : FALSE) argument129 #define UTILS_DL_LIST_IS_ON_QUEUE(node) ((node)->pstPrev != NULL && (node)->pstNext != NULL) argument172 static inline void UtilsListAdd(UTILS_DL_LIST *list, UTILS_DL_LIST *node) in UtilsListAdd()199 static inline void UtilsListTailInsert(UTILS_DL_LIST *list, UTILS_DL_LIST *node) in UtilsListTailInsert()223 static inline void UtilsListHeadInsert(UTILS_DL_LIST *list, UTILS_DL_LIST *node) in UtilsListHeadInsert()247 static inline void UtilsListDelete(UTILS_DL_LIST *node) in UtilsListDelete()
84 let node = self.data.get(index).unwrap(); in prepare_send() localVariable110 let node = self.data.get(index).unwrap(); in write() localVariable148 let node = self.data.get(index).unwrap(); in try_recv() localVariable225 let node = self.data.get_mut(index).unwrap(); in drop() localVariable251 let node = self.array.data.get(index).unwrap(); in poll() localVariable
156 let node = block.data.get(index).unwrap(); in send() localVariable178 let node = block.data.get(index).unwrap(); in try_recv() localVariable260 let node = (*block_ptr).data.get_mut(index).unwrap(); in drop() localVariable
57 node: Node<Clock>, field129 unsafe fn node(mut ptr: NonNull<Self>) -> NonNull<Node<Self>> in node() method
220 DirectoryNode node; in ForceRemoveDirectory() local280 DirectoryNode node = removeStack.top(); in ForceRemoveDirectory() local
69 node: Node<Waiter>, field101 unsafe fn node(mut ptr: NonNull<Self>) -> NonNull<Node<Self>> in node() method