Lines Matching refs:obj_next
467 list = &tail->obj_next; in mcache_alloc_ext()
596 o = &(*o)->obj_next; in mcache_alloc_ext()
717 ((mcache_obj_t *)buf)->obj_next = NULL; in mcache_free()
756 nlist = list->obj_next; in mcache_free_ext()
757 list->obj_next = (ccp->cc_objs == 0) ? NULL : in mcache_free_ext()
991 (*list)->obj_next = NULL; in mcache_slab_alloc()
992 list = *plist = &(*list)->obj_next; in mcache_slab_alloc()
1017 nlist = list->obj_next; in mcache_slab_free()
1018 list->obj_next = NULL; in mcache_slab_free()
1056 mcache_obj_t *next = list->obj_next; in mcache_slab_audit()
1073 list = list->obj_next = next; in mcache_slab_audit()
1259 o = o->obj_next; in mcache_bkt_destroy()
1643 next = ((mcache_obj_t *)addr)->obj_next; in mcache_audit_free_verify()
1655 ((mcache_obj_t *)addr)->obj_next = next; in mcache_audit_free_verify()
1667 next = ((mcache_obj_t *)addr)->obj_next; in mcache_audit_free_verify_set()
1679 ((mcache_obj_t *)addr)->obj_next = next; in mcache_audit_free_verify_set()