Searched refs:mo_next (Results 1 – 3 of 3) sorted by relevance
706 _CASSERT(offsetof(struct skmem_obj, mo_next) == 0); in skmem_cache_create()1206 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_slab_alloc_locked()1376 ASSERT((*list)->mo_next == NULL); in skmem_slab_batch_alloc()1380 list = &(*list)->mo_next; in skmem_slab_batch_alloc()1406 ((struct skmem_obj *)buf)->mo_next == NULL); in skmem_slab_free_locked()1538 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_slab_free()1558 listn = list->mo_next; in skmem_slab_batch_free()1559 list->mo_next = NULL; in skmem_slab_batch_free()1669 next = ((struct skmem_obj *)buf)->mo_next; in skmem_magazine_destroy()1670 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_magazine_destroy()[all …]
184 struct skmem_obj *mo_next; /* next object in the list */ member
196 offsetof(struct skmem_obj, mo_next)); in pp_init()198 offsetof(struct skmem_obj, mo_next)); in pp_init()496 blistn = (*blist)->mo_next; in pp_metadata_construct()497 (*blist)->mo_next = NULL; in pp_metadata_construct()694 ((struct skmem_obj *)(void *)lbuf)->mo_next = _blist; in pp_metadata_destruct_common()1726 plistn = plist->mo_next; in pp_alloc_packet_common()1727 plist->mo_next = NULL; in pp_alloc_packet_common()1737 plist->mo_next = plistn; in pp_alloc_packet_common()1834 plistn = plist->mo_next; in pp_alloc_pktq()1835 plist->mo_next = NULL; in pp_alloc_pktq()[all …]