Home
last modified time | relevance | path

Searched refs:pv_cnt (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.141.1/osfmk/i386/
H A Dpmap_common.c332 int pv_cnt; in mapping_free_prime() local
343 pv_cnt = 0; in mapping_free_prime()
355 pv_cnt++; in mapping_free_prime()
357 PV_HASHED_FREE_LIST(pvh_eh, pvh_et, pv_cnt); in mapping_free_prime()
359 pv_cnt = 0; in mapping_free_prime()
370 pv_cnt++; in mapping_free_prime()
372 PV_HASHED_KERN_FREE_LIST(pvh_eh, pvh_et, pv_cnt); in mapping_free_prime()
403 int pv_cnt; in mapping_replenish() local
411 pv_cnt = 0; in mapping_replenish()
422 pv_cnt++; in mapping_replenish()
[all …]
H A Dpmap_internal.h352 PV_HASHED_FREE_LIST(pv_hashed_entry_t pvh_eh, pv_hashed_entry_t pvh_et, int pv_cnt) in PV_HASHED_FREE_LIST() argument
357 pv_hashed_free_count += (uint32_t)pv_cnt; in PV_HASHED_FREE_LIST()
385 PV_HASHED_KERN_FREE_LIST(pv_hashed_entry_t pvh_eh, pv_hashed_entry_t pvh_et, int pv_cnt) in PV_HASHED_KERN_FREE_LIST() argument
390 pv_hashed_kern_free_count += (uint32_t)pv_cnt; in PV_HASHED_KERN_FREE_LIST()
889 uint32_t pv_cnt; in pmap_pv_remove() local
963 pv_cnt = 0; in pmap_pv_remove()
965 pv_cnt++; in pmap_pv_remove()
996 pmap_pv_hashlist_cnts += pv_cnt; in pmap_pv_remove()
997 if (pmap_pv_hashlist_max < pv_cnt) { in pmap_pv_remove()
998 pmap_pv_hashlist_max = pv_cnt; in pmap_pv_remove()
/xnu-10063.141.1/osfmk/arm64/sptm/pmap/
H A Dpmap_data.c683 pv_list_kern_free(pv_entry_t *pve_head, pv_entry_t *pve_tail, int pv_cnt) in pv_list_kern_free() argument
690 pv_kern_free.count += pv_cnt; in pv_list_kern_free()
759 pv_list_free(pv_entry_t *pve_head, pv_entry_t *pve_tail, unsigned int pv_cnt) in pv_list_free() argument
779 if (__probable((pv_cnt <= available) && in pv_list_free()
783 pmap_cpu_data->pv_free.count += pv_cnt; in pv_list_free()
794 while (pv_cnt) { in pv_list_free()
819 pv_cnt--; in pv_list_free()
/xnu-10063.141.1/osfmk/arm/pmap/
H A Dpmap_data.c1695 pv_list_kern_free(pv_entry_t *pve_head, pv_entry_t *pve_tail, int pv_cnt) in pv_list_kern_free() argument
1702 pv_kern_free.count += pv_cnt; in pv_list_kern_free()
1781 pv_list_free(pv_entry_t *pve_head, pv_entry_t *pve_tail, int pv_cnt) in pv_list_free() argument
1807 if (__probable((pv_cnt <= available) && in pv_list_free()
1811 pmap_cpu_data->pv_free.count += pv_cnt; in pv_list_free()
1820 while (pv_cnt) { in pv_list_free()
1830 pv_cnt--; in pv_list_free()