Home
last modified time | relevance | path

Searched refs:listn (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/bsd/skywalk/mem/
H A Dskmem_cache.c1625 struct skmem_obj *listn; in skmem_slab_batch_free() local
1631 listn = list->mo_next; in skmem_slab_batch_free()
1640 if ((list = listn) == NULL) { in skmem_slab_batch_free()
2283 struct skmem_obj *listn; in skmem_cache_batch_free() local
2309 listn = list->mo_next; in skmem_cache_batch_free()
2313 listn = NULL; in skmem_cache_batch_free()
2343 if ((list = listn) != NULL) { in skmem_cache_batch_free()
2467 listn = list->mo_next; in skmem_cache_batch_free()
2475 list->mo_next = listn; in skmem_cache_batch_free()
2476 list = listn; in skmem_cache_batch_free()
/xnu-10063.141.1/bsd/skywalk/packet/
H A Dpbufpool.c2458 struct skmem_obj *listn; in pp_alloc_buflet_common() local
2460 listn = list->mo_next; in pp_alloc_buflet_common()
2473 list = listn; in pp_alloc_buflet_common()