Lines Matching refs:mo_next
682 static_assert(offsetof(struct skmem_obj, mo_next) == 0); in skmem_cache_create()
1006 next = ((struct skmem_obj *)buf)->mo_next; in skmem_magazine_destroy()
1007 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_magazine_destroy()
1023 ((struct skmem_obj *)buf)->mo_next = next; in skmem_magazine_destroy()
1325 list = &tail->mo_next; in skmem_cache_batch_alloc()
1425 struct skmem_obj *rlistn = rlist->mo_next; in skmem_cache_batch_alloc()
1436 VERIFY(rlist->mo_next == rlistn); in skmem_cache_batch_alloc()
1440 rlistp->mo_next = NULL; in skmem_cache_batch_alloc()
1451 VERIFY(rlist->mo_next == rlistn); in skmem_cache_batch_alloc()
1455 if ((rlist = rlist->mo_next) == NULL) { in skmem_cache_batch_alloc()
1504 (*list)->mo_next == NULL); in skmem_cache_batch_alloc()
1525 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_cache_free()
1537 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_cache_free_nocache()
1600 listn = list->mo_next; in skmem_cache_batch_free_common()
1601 list->mo_next = (cp->cp_rounds == 0) ? NULL : in skmem_cache_batch_free_common()
1752 list->mo_next != NULL)) { in skmem_cache_batch_free_common()
1757 listn = list->mo_next; in skmem_cache_batch_free_common()
1758 list->mo_next = NULL; in skmem_cache_batch_free_common()
1765 list->mo_next = listn; in skmem_cache_batch_free_common()
2308 list = list->mo_next; in skmem_audit_buf()