Searched refs:mo_next (Results 1 – 3 of 3) sorted by relevance
689 _CASSERT(offsetof(struct skmem_obj, mo_next) == 0); in skmem_cache_create()1221 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_slab_alloc_locked()1391 ASSERT((*list)->mo_next == NULL); in skmem_slab_batch_alloc()1395 list = &(*list)->mo_next; in skmem_slab_batch_alloc()1430 ((struct skmem_obj *)buf)->mo_next == NULL); in skmem_slab_free_locked()1611 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_slab_free()1631 listn = list->mo_next; in skmem_slab_batch_free()1632 list->mo_next = NULL; in skmem_slab_batch_free()1742 next = ((struct skmem_obj *)buf)->mo_next; in skmem_magazine_destroy()1743 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_magazine_destroy()[all …]
184 struct skmem_obj *mo_next; /* next object in the list */ member
197 offsetof(struct skmem_obj, mo_next)); in pp_init()199 offsetof(struct skmem_obj, mo_next)); in pp_init()610 blistn = (*blist)->mo_next; in pp_metadata_construct()611 (*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()1962 plistn = plist->mo_next; in pp_alloc_packet_common()1963 plist->mo_next = NULL; in pp_alloc_packet_common()1973 plist->mo_next = plistn; in pp_alloc_packet_common()2076 plistn = plist->mo_next; in pp_alloc_pktq()[all …]