Lines Matching refs:mo_next
689 _CASSERT(offsetof(struct skmem_obj, mo_next) == 0); in skmem_cache_create()
1221 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_slab_alloc_locked()
1391 ASSERT((*list)->mo_next == NULL); in skmem_slab_batch_alloc()
1395 list = &(*list)->mo_next; in skmem_slab_batch_alloc()
1430 ((struct skmem_obj *)buf)->mo_next == NULL); in skmem_slab_free_locked()
1611 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_slab_free()
1631 listn = list->mo_next; in skmem_slab_batch_free()
1632 list->mo_next = NULL; in skmem_slab_batch_free()
1742 next = ((struct skmem_obj *)buf)->mo_next; in skmem_magazine_destroy()
1743 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_magazine_destroy()
1759 ((struct skmem_obj *)buf)->mo_next = next; in skmem_magazine_destroy()
2073 list = &tail->mo_next; in skmem_cache_batch_alloc()
2173 struct skmem_obj *rlistn = rlist->mo_next; in skmem_cache_batch_alloc()
2184 VERIFY(rlist->mo_next == rlistn); in skmem_cache_batch_alloc()
2188 rlistp->mo_next = NULL; in skmem_cache_batch_alloc()
2199 VERIFY(rlist->mo_next == rlistn); in skmem_cache_batch_alloc()
2203 if ((rlist = rlist->mo_next) == NULL) { in skmem_cache_batch_alloc()
2252 (*list)->mo_next == NULL); in skmem_cache_batch_alloc()
2272 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_cache_free()
2309 listn = list->mo_next; in skmem_cache_batch_free()
2310 list->mo_next = (cp->cp_rounds == 0) ? NULL : in skmem_cache_batch_free()
2462 list->mo_next != NULL)) { in skmem_cache_batch_free()
2467 listn = list->mo_next; in skmem_cache_batch_free()
2468 list->mo_next = NULL; in skmem_cache_batch_free()
2475 list->mo_next = listn; in skmem_cache_batch_free()
3032 list = list->mo_next; in skmem_audit_buf()