Searched refs:mo_next (Results 1 – 3 of 3) sorted by relevance
688 _CASSERT(offsetof(struct skmem_obj, mo_next) == 0); in skmem_cache_create()1189 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_slab_alloc_locked()1359 ASSERT((*list)->mo_next == NULL); in skmem_slab_batch_alloc()1363 list = &(*list)->mo_next; in skmem_slab_batch_alloc()1389 ((struct skmem_obj *)buf)->mo_next == NULL); in skmem_slab_free_locked()1521 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_slab_free()1541 listn = list->mo_next; in skmem_slab_batch_free()1542 list->mo_next = NULL; in skmem_slab_batch_free()1652 next = ((struct skmem_obj *)buf)->mo_next; in skmem_magazine_destroy()1653 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_magazine_destroy()[all …]
184 struct skmem_obj *mo_next; /* next object in the list */ member
198 offsetof(struct skmem_obj, mo_next)); in pp_init()200 offsetof(struct skmem_obj, mo_next)); in pp_init()602 blistn = (*blist)->mo_next; in pp_metadata_construct()603 (*blist)->mo_next = NULL; in pp_metadata_construct()813 pp_blist_raw = &((struct skmem_obj *)(void *)nbuf)->mo_next; in pp_metadata_destruct_common()818 &((struct skmem_obj *)(void *)nbuf)->mo_next; in pp_metadata_destruct_common()822 &((struct skmem_obj *)(void *)nbuf)->mo_next; in pp_metadata_destruct_common()2039 plistn = plist->mo_next; in pp_alloc_packet_common()2040 plist->mo_next = NULL; in pp_alloc_packet_common()2050 plist->mo_next = plistn; in pp_alloc_packet_common()[all …]