Lines Matching refs:obj_next
464 list = &tail->obj_next; in mcache_alloc_ext()
593 o = &(*o)->obj_next; in mcache_alloc_ext()
714 ((mcache_obj_t *)buf)->obj_next = NULL; in mcache_free()
753 nlist = list->obj_next; in mcache_free_ext()
754 list->obj_next = (ccp->cc_objs == 0) ? NULL : in mcache_free_ext()
988 (*list)->obj_next = NULL; in mcache_slab_alloc()
989 list = *plist = &(*list)->obj_next; in mcache_slab_alloc()
1014 nlist = list->obj_next; in mcache_slab_free()
1015 list->obj_next = NULL; in mcache_slab_free()
1053 mcache_obj_t *next = list->obj_next; in mcache_slab_audit()
1070 list = list->obj_next = next; in mcache_slab_audit()
1256 o = o->obj_next; in mcache_bkt_destroy()
1640 next = ((mcache_obj_t *)addr)->obj_next; in mcache_audit_free_verify()
1652 ((mcache_obj_t *)addr)->obj_next = next; in mcache_audit_free_verify()
1664 next = ((mcache_obj_t *)addr)->obj_next; in mcache_audit_free_verify_set()
1676 ((mcache_obj_t *)addr)->obj_next = next; in mcache_audit_free_verify_set()