Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/arm64/sptm/pmap/
H A Dpmap_data.c839 pv_entry_t *spill_head = pmap_cpu_data->pv_free.list->pve_next; in pv_list_free() local
846 if (__improbable(pv_free_array_give_batch(spill_head) != KERN_SUCCESS)) { in pv_list_free()
853 pv_list_kern_free(spill_head, spill_tail, PV_BATCH_SIZE); in pv_list_free()
/xnu-11215.1.10/osfmk/arm/pmap/
H A Dpmap_data.c1838 pv_entry_t *spill_head = pmap_cpu_data->pv_free.list->pve_next; in pv_list_free() local
1845 if (__improbable(pv_free_array_give_batch(spill_head) != KERN_SUCCESS)) { in pv_list_free()
1852 pv_list_kern_free(spill_head, spill_tail, PV_BATCH_SIZE); in pv_list_free()