Searched refs:on_object (Results 1 – 2 of 2) sorted by relevance
58 while (node != NULL && node->on_object < object) { in objlist_exists()63 return (node != NULL && node->on_object == object); in objlist_exists()77 node->on_object = object; in objlist_insert()80 uint64_t last_objnum = (last_object != NULL ? last_object->on_object : in objlist_insert()82 ASSERT3U(node->on_object, >, last_objnum); in objlist_insert()
31 uint64_t on_object; member