Searched refs:mo_next (Results 1 – 4 of 4) sorted by relevance
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()[all …]
389 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_slab_alloc_locked()573 ASSERT((*list)->mo_next == NULL); in skmem_slab_batch_alloc()577 list = &(*list)->mo_next; in skmem_slab_batch_alloc()607 ((struct skmem_obj *)buf)->mo_next == NULL); in skmem_slab_free_locked()752 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_slab_free()772 listn = list->mo_next; in skmem_slab_batch_free()773 list->mo_next = NULL; in skmem_slab_batch_free()
195 struct skmem_obj *mo_next; /* next object in the list */ member
206 …tic_assert(offsetof(struct __metadata_preamble, _mdp_next) == offsetof(struct skmem_obj, mo_next)); in pp_init()207 static_assert(offsetof(struct __buflet, __buflet_next) == offsetof(struct skmem_obj, mo_next)); in pp_init()615 blistn = (*blist)->mo_next; in pp_metadata_construct()616 (*blist)->mo_next = NULL; in pp_metadata_construct()805 &((struct skmem_obj *)(void *)nbuf)->mo_next; in pp_metadata_destruct_common()809 &((struct skmem_obj *)(void *)nbuf)->mo_next; in pp_metadata_destruct_common()815 &((struct skmem_obj *)(void *)nbuf)->mo_next; in pp_metadata_destruct_common()819 &((struct skmem_obj *)(void *)nbuf)->mo_next; in pp_metadata_destruct_common()2015 plistn = plist->mo_next; in pp_alloc_packet_common()2016 plist->mo_next = NULL; in pp_alloc_packet_common()[all …]