Searched refs:PV_STAT (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/riscv/riscv/ |
H A D | pmap.c | 177 #define PV_STAT(x) do { x ; } while (0) macro 180 #define PV_STAT(x) do { } while (0) macro 2004 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry() 2005 PV_STAT(atomic_add_int(&pv_entry_spare, 1)); in free_pv_entry() 2006 PV_STAT(atomic_subtract_long(&pv_entry_count, 1)); in free_pv_entry() 2032 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV)); in free_pv_chunk() 2033 PV_STAT(atomic_subtract_int(&pc_chunk_count, 1)); in free_pv_chunk() 2034 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in free_pv_chunk() 2060 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry() 2079 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry() [all …]
|
/freebsd/sys/powerpc/aim/ |
H A D | mmu_radix.c | 685 #define PV_STAT(x) do { x ; } while (0) macro 687 #define PV_STAT(x) do { } while (0) macro 1225 PV_STAT(atomic_add_int(&pc_chunk_count, 1)); in reserve_pv_entries() 1226 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in reserve_pv_entries() 1234 PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV)); in reserve_pv_entries() 1315 PV_STAT(atomic_add_long(&pv_entry_allocs, NPTEPG - 1)); in pmap_pv_demote_l3e() 1346 PV_STAT(atomic_add_long(&pv_entry_count, NPTEPG - 1)); in pmap_pv_demote_l3e() 1347 PV_STAT(atomic_subtract_int(&pv_entry_spare, NPTEPG - 1)); in pmap_pv_demote_l3e() 1492 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in reclaim_pv_chunk() 1493 PV_STAT(atomic_add_int(&pv_entry_spare, freed)); in reclaim_pv_chunk() [all …]
|
/freebsd/sys/i386/i386/ |
H A D | pmap.c | 161 #define PV_STAT(x) do { x ; } while (0) macro 163 #define PV_STAT(x) do { } while (0) macro 2398 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim() 2399 PV_STAT(pv_entry_spare += freed); in pmap_pv_reclaim() 2417 PV_STAT(pv_entry_spare -= _NPCPV); in pmap_pv_reclaim() 2418 PV_STAT(pc_chunk_count--); in pmap_pv_reclaim() 2419 PV_STAT(pc_chunk_frees++); in pmap_pv_reclaim() 2455 PV_STAT(pv_entry_frees++); in free_pv_entry() 2456 PV_STAT(pv_entry_spare++); in free_pv_entry() 2487 PV_STAT(pv_entry_spar in free_pv_chunk() [all...] |
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 340 #define PV_STAT(x) do { x ; } while (0) macro 342 #define PV_STAT(x) do { } while (0) macro 874 PV_STAT(i = 0); in pmap_delayed_invl_start_u() 876 PV_STAT(i++); in pmap_delayed_invl_start_u() 879 PV_STAT(counter_u64_add(invl_start_restart, 1)); in pmap_delayed_invl_start_u() 893 PV_STAT(counter_u64_add(invl_start_restart, 1)); in pmap_delayed_invl_start_u() 922 PV_STAT(counter_u64_add(invl_start_restart, 1)); in pmap_delayed_invl_start_u() 986 PV_STAT(counter_u64_add(invl_finish_restart, 1)); in pmap_delayed_invl_finish_u() 999 PV_STAT(counter_u64_add(invl_finish_restart, 1)); in pmap_delayed_invl_finish_u() 1011 PV_STAT(counter_u64_add(invl_finish_restart, 1)); in pmap_delayed_invl_finish_u() [all …]
|
/freebsd/sys/arm64/arm64/ |
H A D | pmap.c | 173 #define PV_STAT(x) do { x ; } while (0) macro 176 #define PV_STAT(x) do { } while (0) macro 3255 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in reclaim_pv_chunk_domain() 3256 PV_STAT(atomic_add_int(&pv_entry_spare, freed)); in reclaim_pv_chunk_domain() 3257 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in reclaim_pv_chunk_domain() 3260 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV)); in reclaim_pv_chunk_domain() 3261 PV_STAT(atomic_subtract_int(&pc_chunk_count, 1)); in reclaim_pv_chunk_domain() 3262 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in reclaim_pv_chunk_domain() 3337 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry() 3338 PV_STAT(atomic_add_int(&pv_entry_spare, 1)); in free_pv_entry() [all …]
|