Home
last modified time | relevance | path

Searched refs:mo_next (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/skywalk/mem/
H A Dskmem_cache.c688 _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 …]
H A Dskmem_cache_var.h184 struct skmem_obj *mo_next; /* next object in the list */ member
/xnu-8796.141.3/bsd/skywalk/packet/
H A Dpbufpool.c198 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 …]