Lines Matching refs:mo_next

688 		_CASSERT(offsetof(struct skmem_obj, mo_next) == 0);  in skmem_cache_create()
1188 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_slab_alloc_locked()
1358 ASSERT((*list)->mo_next == NULL); in skmem_slab_batch_alloc()
1362 list = &(*list)->mo_next; in skmem_slab_batch_alloc()
1388 ((struct skmem_obj *)buf)->mo_next == NULL); in skmem_slab_free_locked()
1520 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_slab_free()
1540 listn = list->mo_next; in skmem_slab_batch_free()
1541 list->mo_next = NULL; in skmem_slab_batch_free()
1651 next = ((struct skmem_obj *)buf)->mo_next; in skmem_magazine_destroy()
1652 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_magazine_destroy()
1668 ((struct skmem_obj *)buf)->mo_next = next; in skmem_magazine_destroy()
1982 list = &tail->mo_next; in skmem_cache_batch_alloc()
2082 struct skmem_obj *rlistn = rlist->mo_next; in skmem_cache_batch_alloc()
2093 VERIFY(rlist->mo_next == rlistn); in skmem_cache_batch_alloc()
2097 rlistp->mo_next = NULL; in skmem_cache_batch_alloc()
2108 VERIFY(rlist->mo_next == rlistn); in skmem_cache_batch_alloc()
2112 if ((rlist = rlist->mo_next) == NULL) { in skmem_cache_batch_alloc()
2161 (*list)->mo_next == NULL); in skmem_cache_batch_alloc()
2181 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_cache_free()
2214 listn = list->mo_next; in skmem_cache_batch_free()
2215 list->mo_next = (cp->cp_rounds == 0) ? NULL : in skmem_cache_batch_free()
2343 list->mo_next != NULL)) { in skmem_cache_batch_free()
2348 listn = list->mo_next; in skmem_cache_batch_free()
2349 list->mo_next = NULL; in skmem_cache_batch_free()
2356 list->mo_next = listn; in skmem_cache_batch_free()
2888 list = list->mo_next; in skmem_audit_buf()