Searched refs:object_list (Results 1 – 4 of 4) sorted by relevance
123 object = object->object_list.tqe_next)190 object = object->object_list.tqe_next) {
57 TAILQ_ENTRY(vm_object) object_list; /* list of all objects */
160 TAILQ_INSERT_TAIL(&vm_object_list, object, object_list);324 TAILQ_REMOVE(&vm_object_list, object, object_list);1160 object_list);
501 object_list::object_list() : head(0), tail(0) in object_list() function in object_list505 void object_list::append(object *obj) in append()519 void object_list::wrap_up_block(object_list *ol) in wrap_up_block()849 object_list oblist;852 block_object(const position &, const object_list &ol, PTABLE(place) *t);860 block_object::block_object(const position &d, const object_list &ol, in block_object()