Home
last modified time | relevance | path

Searched refs:PV_STAT (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/powerpc/aim/
HDmmu_radix.c684 #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-14-stable/sys/arm64/arm64/
HDpmap.c172 #define PV_STAT(x) do { x ; } while (0) macro
175 #define PV_STAT(x) do { } while (0) macro
2934 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in reclaim_pv_chunk_domain()
2935 PV_STAT(atomic_add_int(&pv_entry_spare, freed)); in reclaim_pv_chunk_domain()
2936 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in reclaim_pv_chunk_domain()
2939 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV)); in reclaim_pv_chunk_domain()
2940 PV_STAT(atomic_subtract_int(&pc_chunk_count, 1)); in reclaim_pv_chunk_domain()
2941 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in reclaim_pv_chunk_domain()
3016 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry()
3017 PV_STAT(atomic_add_int(&pv_entry_spare, 1)); in free_pv_entry()
[all …]
/freebsd-14-stable/sys/riscv/riscv/
HDpmap.c177 #define PV_STAT(x) do { x ; } while (0) macro
180 #define PV_STAT(x) do { } while (0) macro
1791 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry()
1792 PV_STAT(atomic_add_int(&pv_entry_spare, 1)); in free_pv_entry()
1793 PV_STAT(atomic_subtract_long(&pv_entry_count, 1)); in free_pv_entry()
1819 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV)); in free_pv_chunk()
1820 PV_STAT(atomic_subtract_int(&pc_chunk_count, 1)); in free_pv_chunk()
1821 PV_STAT(atomic_add_int(&pc_chunk_frees, 1)); in free_pv_chunk()
1847 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry()
1866 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry()
[all …]
/freebsd-14-stable/sys/i386/i386/
HDpmap.c173 #define PV_STAT(x) do { x ; } while (0) macro
175 #define PV_STAT(x) do { } while (0) macro
2388 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim()
2389 PV_STAT(pv_entry_spare += freed); in pmap_pv_reclaim()
2407 PV_STAT(pv_entry_spare -= _NPCPV); in pmap_pv_reclaim()
2408 PV_STAT(pc_chunk_count--); in pmap_pv_reclaim()
2409 PV_STAT(pc_chunk_frees++); in pmap_pv_reclaim()
2445 PV_STAT(pv_entry_frees++); in free_pv_entry()
2446 PV_STAT(pv_entry_spare++); in free_pv_entry()
2477 PV_STAT(pv_entry_spare -= _NPCPV); in free_pv_chunk()
[all …]
/freebsd-14-stable/sys/arm/arm/
HDpmap-v6.c227 #define PV_STAT(x) do { x ; } while (0) macro
229 #define PV_STAT(x) do { } while (0) macro
2894 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim()
2895 PV_STAT(pv_entry_spare += freed); in pmap_pv_reclaim()
2913 PV_STAT(pv_entry_spare -= _NPCPV); in pmap_pv_reclaim()
2914 PV_STAT(pc_chunk_count--); in pmap_pv_reclaim()
2915 PV_STAT(pc_chunk_frees++); in pmap_pv_reclaim()
2946 PV_STAT(pv_entry_spare -= _NPCPV); in free_pv_chunk()
2947 PV_STAT(pc_chunk_count--); in free_pv_chunk()
2948 PV_STAT(pc_chunk_frees++); in free_pv_chunk()
[all …]
/freebsd-14-stable/sys/amd64/amd64/
HDpmap.c342 #define PV_STAT(x) do { x ; } while (0) macro
344 #define PV_STAT(x) do { } while (0) macro
884 PV_STAT(i = 0); in pmap_delayed_invl_start_u()
886 PV_STAT(i++); in pmap_delayed_invl_start_u()
889 PV_STAT(counter_u64_add(invl_start_restart, 1)); in pmap_delayed_invl_start_u()
903 PV_STAT(counter_u64_add(invl_start_restart, 1)); in pmap_delayed_invl_start_u()
932 PV_STAT(counter_u64_add(invl_start_restart, 1)); in pmap_delayed_invl_start_u()
996 PV_STAT(counter_u64_add(invl_finish_restart, 1)); in pmap_delayed_invl_finish_u()
1009 PV_STAT(counter_u64_add(invl_finish_restart, 1)); in pmap_delayed_invl_finish_u()
1021 PV_STAT(counter_u64_add(invl_finish_restart, 1)); in pmap_delayed_invl_finish_u()
[all …]