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()1188 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_slab_alloc_locked()1358 ASSERT((*list)->mo_next == NULL); in skmem_slab_batch_alloc()1362 list = &(*list)->mo_next; in skmem_slab_batch_alloc()1388 ((struct skmem_obj *)buf)->mo_next == NULL); in skmem_slab_free_locked()1520 ((struct skmem_obj *)buf)->mo_next = NULL; in skmem_slab_free()1540 listn = list->mo_next; in skmem_slab_batch_free()1541 list->mo_next = NULL; in skmem_slab_batch_free()1651 next = ((struct skmem_obj *)buf)->mo_next; in skmem_magazine_destroy()1652 ((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()601 blistn = (*blist)->mo_next; in pp_metadata_construct()602 (*blist)->mo_next = NULL; in pp_metadata_construct()812 pp_blist_raw = &((struct skmem_obj *)(void *)nbuf)->mo_next; in pp_metadata_destruct_common()817 &((struct skmem_obj *)(void *)nbuf)->mo_next; in pp_metadata_destruct_common()821 &((struct skmem_obj *)(void *)nbuf)->mo_next; in pp_metadata_destruct_common()2038 plistn = plist->mo_next; in pp_alloc_packet_common()2039 plist->mo_next = NULL; in pp_alloc_packet_common()2049 plist->mo_next = plistn; in pp_alloc_packet_common()[all …]