Lines Matching refs:mo_next
681 _CASSERT(offsetof(struct skmem_obj, mo_next) == 0); in skmem_cache_create()
1005 next = ((struct skmem_obj *)buf)->mo_next; in skmem_magazine_destroy()
1006 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_magazine_destroy()
1022 ((struct skmem_obj *)buf)->mo_next = next; in skmem_magazine_destroy()
1324 list = &tail->mo_next; in skmem_cache_batch_alloc()
1424 struct skmem_obj *rlistn = rlist->mo_next; in skmem_cache_batch_alloc()
1435 VERIFY(rlist->mo_next == rlistn); in skmem_cache_batch_alloc()
1439 rlistp->mo_next = NULL; in skmem_cache_batch_alloc()
1450 VERIFY(rlist->mo_next == rlistn); in skmem_cache_batch_alloc()
1454 if ((rlist = rlist->mo_next) == NULL) { in skmem_cache_batch_alloc()
1503 (*list)->mo_next == NULL); in skmem_cache_batch_alloc()
1524 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_cache_free()
1536 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_cache_free_nocache()
1599 listn = list->mo_next; in skmem_cache_batch_free_common()
1600 list->mo_next = (cp->cp_rounds == 0) ? NULL : in skmem_cache_batch_free_common()
1764 list->mo_next != NULL)) { in skmem_cache_batch_free_common()
1769 listn = list->mo_next; in skmem_cache_batch_free_common()
1770 list->mo_next = NULL; in skmem_cache_batch_free_common()
1777 list->mo_next = listn; in skmem_cache_batch_free_common()
2320 list = list->mo_next; in skmem_audit_buf()