Searched refs:PV_STAT (Results 1 – 6 of 6) 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 2103 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry() 2104 PV_STAT(atomic_add_int(&pv_entry_spare, 1)); in free_pv_entry() 2105 PV_STAT(atomic_subtract_long(&pv_entry_count, 1)); in free_pv_entry() 2131 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV)); in free_pv_chunk() 2132 PV_STAT(atomic_subtract_int(&pc_chunk_count, 1)); in free_pv_chunk() 2133 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in free_pv_chunk() 2159 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry() 2178 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry() [all …]
|
| /freebsd/sys/powerpc/aim/ |
| H A D | mmu_radix.c | 684 #define PV_STAT(x) do { x ; } while (0) macro 686 #define PV_STAT(x) do { } while (0) macro 1224 PV_STAT(atomic_add_int(&pc_chunk_count, 1)); in reserve_pv_entries() 1225 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1)); in reserve_pv_entries() 1233 PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV)); in reserve_pv_entries() 1314 PV_STAT(atomic_add_long(&pv_entry_allocs, NPTEPG - 1)); in pmap_pv_demote_l3e() 1345 PV_STAT(atomic_add_long(&pv_entry_count, NPTEPG - 1)); in pmap_pv_demote_l3e() 1346 PV_STAT(atomic_subtract_int(&pv_entry_spare, NPTEPG - 1)); in pmap_pv_demote_l3e() 1491 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in reclaim_pv_chunk() 1492 PV_STAT(atomic_add_int(&pv_entry_spare, freed)); in reclaim_pv_chunk() [all …]
|
| /freebsd/sys/arm/arm/ |
| H A D | pmap-v6.c | 226 #define PV_STAT(x) do { x ; } while (0) macro 228 #define PV_STAT(x) do { } while (0) macro 2926 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim() 2927 PV_STAT(pv_entry_spare += freed); in pmap_pv_reclaim() 2945 PV_STAT(pv_entry_spare -= _NPCPV); in pmap_pv_reclaim() 2946 PV_STAT(pc_chunk_count--); in pmap_pv_reclaim() 2947 PV_STAT(pc_chunk_frees++); in pmap_pv_reclaim() 2978 PV_STAT(pv_entry_spare -= _NPCPV); in free_pv_chunk() 2979 PV_STAT(pc_chunk_count--); in free_pv_chunk() 2980 PV_STAT(pc_chunk_frees++); in free_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 2395 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim() 2396 PV_STAT(pv_entry_spare += freed); in pmap_pv_reclaim() 2414 PV_STAT(pv_entry_spare -= _NPCPV); in pmap_pv_reclaim() 2415 PV_STAT(pc_chunk_count--); in pmap_pv_reclaim() 2416 PV_STAT(pc_chunk_frees++); in pmap_pv_reclaim() 2452 PV_STAT(pv_entry_frees++); in free_pv_entry() 2453 PV_STAT(pv_entry_spare++); in free_pv_entry() 2484 PV_STAT(pv_entry_spare -= _NPCPV); in free_pv_chunk() [all …]
|
| /freebsd/sys/amd64/amd64/ |
| H A D | pmap.c | 339 #define PV_STAT(x) do { x ; } while (0) macro 341 #define PV_STAT(x) do { } while (0) macro 931 PV_STAT(i = 0); in pmap_delayed_invl_start_u() 933 PV_STAT(i++); in pmap_delayed_invl_start_u() 936 PV_STAT(counter_u64_add(invl_start_restart, 1)); in pmap_delayed_invl_start_u() 950 PV_STAT(counter_u64_add(invl_start_restart, 1)); in pmap_delayed_invl_start_u() 979 PV_STAT(counter_u64_add(invl_start_restart, 1)); in pmap_delayed_invl_start_u() 1043 PV_STAT(counter_u64_add(invl_finish_restart, 1)); in pmap_delayed_invl_finish_u() 1056 PV_STAT(counter_u64_add(invl_finish_restart, 1)); in pmap_delayed_invl_finish_u() 1068 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 | 176 #define PV_STAT(x) do { x ; } while (0) macro 179 #define PV_STAT(x) do { } while (0) macro 3464 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in reclaim_pv_chunk_domain() 3465 PV_STAT(atomic_add_int(&pv_entry_spare, freed)); in reclaim_pv_chunk_domain() 3466 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in reclaim_pv_chunk_domain() 3469 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV)); in reclaim_pv_chunk_domain() 3470 PV_STAT(atomic_subtract_int(&pc_chunk_count, 1)); in reclaim_pv_chunk_domain() 3471 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in reclaim_pv_chunk_domain() 3546 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry() 3547 PV_STAT(atomic_add_int(&pv_entry_spare, 1)); in free_pv_entry() [all …]
|