Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/arm64/sptm/pmap/
H A Dpmap_data.c840 pv_entry_t *spill_head = pmap_cpu_data->pv_free.list->pve_next; in pv_list_free() local
847 if (__improbable(pv_free_array_give_batch(spill_head) != KERN_SUCCESS)) { in pv_list_free()
854 pv_list_kern_free(spill_head, spill_tail, PV_BATCH_SIZE); in pv_list_free()
/xnu-11417.121.6/osfmk/arm/pmap/
H A Dpmap_data.c1839 pv_entry_t *spill_head = pmap_cpu_data->pv_free.list->pve_next; in pv_list_free() local
1846 if (__improbable(pv_free_array_give_batch(spill_head) != KERN_SUCCESS)) { in pv_list_free()
1853 pv_list_kern_free(spill_head, spill_tail, PV_BATCH_SIZE); in pv_list_free()