Searched refs:_node (Results 1 – 2 of 2) sorted by relevance
178 struct cuckoo_node *_node; member228 slt->_node = node; in __slot_set()235 slt->_node = NULL; in __slot_reset()282 return s->_node == NULL; in __slot_empty()490 node = b->_slots[i]._node; in __find_in_bucket()562 ASSERT(s->_node != NULL); in __add_to_bucket()563 ret = cuckoo_node_chain(s->_node, node); in __add_to_bucket()578 b->_slots[avail_i]._node = node; in __add_to_bucket()659 ASSERT(to_bkt->_slots[to_slot]._node == NULL); in cuckoo_move()679 if (to_bkt->_slots[to_slot]._node != NULL) { in cuckoo_move()[all …]
752 if unsigned(s._node) != 0:757 if unsigned(s._node) == 0:759 node = s._node