Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/arm64/sptm/pmap/ !
H A Dpmap_data.c833 pv_entry_t *spill_head = pmap_cpu_data->pv_free.list->pve_next; in pv_list_free() local
840 if (__improbable(pv_free_array_give_batch(spill_head) != KERN_SUCCESS)) { in pv_list_free()
847 pv_list_kern_free(spill_head, spill_tail, PV_BATCH_SIZE); in pv_list_free()
/xnu-10063.141.1/osfmk/arm/pmap/ !
H A Dpmap_data.c1843 pv_entry_t *spill_head = pmap_cpu_data->pv_free.list->pve_next; in pv_list_free() local
1850 if (__improbable(pv_free_array_give_batch(spill_head) != KERN_SUCCESS)) { in pv_list_free()
1857 pv_list_kern_free(spill_head, spill_tail, PV_BATCH_SIZE); in pv_list_free()