Lines Matching refs:obj_next
462 list = &tail->obj_next; in mcache_alloc_ext()
591 o = &(*o)->obj_next; in mcache_alloc_ext()
712 ((mcache_obj_t *)buf)->obj_next = NULL; in mcache_free()
751 nlist = list->obj_next; in mcache_free_ext()
752 list->obj_next = (ccp->cc_objs == 0) ? NULL : in mcache_free_ext()
986 (*list)->obj_next = NULL; in mcache_slab_alloc()
987 list = *plist = &(*list)->obj_next; in mcache_slab_alloc()
1012 nlist = list->obj_next; in mcache_slab_free()
1013 list->obj_next = NULL; in mcache_slab_free()
1051 mcache_obj_t *next = list->obj_next; in mcache_slab_audit()
1068 list = list->obj_next = next; in mcache_slab_audit()
1254 o = o->obj_next; in mcache_bkt_destroy()
1638 next = ((mcache_obj_t *)addr)->obj_next; in mcache_audit_free_verify()
1650 ((mcache_obj_t *)addr)->obj_next = next; in mcache_audit_free_verify()
1662 next = ((mcache_obj_t *)addr)->obj_next; in mcache_audit_free_verify_set()
1674 ((mcache_obj_t *)addr)->obj_next = next; in mcache_audit_free_verify_set()