Searched refs:on_object (Results 1 – 2 of 2) sorted by relevance
57 while (node != NULL && node->on_object < object) { in objlist_exists()62 return (node != NULL && node->on_object == object); in objlist_exists()76 node->on_object = object; in objlist_insert()79 uint64_t last_objnum = (last_object != NULL ? last_object->on_object : in objlist_insert()81 ASSERT3U(node->on_object, >, last_objnum); in objlist_insert()
30 uint64_t on_object; member