Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/i386/
H A Dpmap_common.c351 int pv_cnt; in mapping_free_prime() local
362 pv_cnt = 0; in mapping_free_prime()
374 pv_cnt++; in mapping_free_prime()
376 PV_HASHED_FREE_LIST(pvh_eh, pvh_et, pv_cnt); in mapping_free_prime()
378 pv_cnt = 0; in mapping_free_prime()
389 pv_cnt++; in mapping_free_prime()
391 PV_HASHED_KERN_FREE_LIST(pvh_eh, pvh_et, pv_cnt); in mapping_free_prime()
422 int pv_cnt; in mapping_replenish() local
430 pv_cnt = 0; in mapping_replenish()
441 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-12377.81.4/osfmk/arm64/sptm/pmap/
H A Dpmap_data.c721 pv_list_kern_free(pv_entry_t *pve_head, pv_entry_t *pve_tail, int pv_cnt) in pv_list_kern_free() argument
728 pv_kern_free.count += pv_cnt; in pv_list_kern_free()
797 pv_list_free(pv_entry_t *pve_head, pv_entry_t *pve_tail, unsigned int pv_cnt) in pv_list_free() argument
817 if (__probable((pv_cnt <= available) && in pv_list_free()
821 pmap_cpu_data->pv_free.count += pv_cnt; in pv_list_free()
832 while (pv_cnt) { in pv_list_free()
857 pv_cnt--; in pv_list_free()
/xnu-12377.81.4/osfmk/arm/pmap/
H A Dpmap_data.c1696 pv_list_kern_free(pv_entry_t *pve_head, pv_entry_t *pve_tail, int pv_cnt) in pv_list_kern_free() argument
1703 pv_kern_free.count += pv_cnt; in pv_list_kern_free()
1782 pv_list_free(pv_entry_t *pve_head, pv_entry_t *pve_tail, int pv_cnt) in pv_list_free() argument
1808 if (__probable((pv_cnt <= available) && in pv_list_free()
1812 pmap_cpu_data->pv_free.count += pv_cnt; in pv_list_free()
1821 while (pv_cnt) { in pv_list_free()
1831 pv_cnt--; in pv_list_free()