Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/arm64/sptm/pmap/
H A Dpmap_data.c871 pv_entry_t *spill_head = pmap_cpu_data->pv_free.list->pve_next; in pv_list_free() local
878 if (__improbable(pv_free_array_give_batch(spill_head) != KERN_SUCCESS)) { in pv_list_free()
885 pv_list_kern_free(spill_head, spill_tail, PV_BATCH_SIZE); in pv_list_free()
/xnu-12377.81.4/osfmk/arm/pmap/
H A Dpmap_data.c1844 pv_entry_t *spill_head = pmap_cpu_data->pv_free.list->pve_next; in pv_list_free() local
1851 if (__improbable(pv_free_array_give_batch(spill_head) != KERN_SUCCESS)) { in pv_list_free()
1858 pv_list_kern_free(spill_head, spill_tail, PV_BATCH_SIZE); in pv_list_free()