Lines Matching defs:PV_STAT

273 #define PV_STAT(x)	do { x ; } while (0)
275 #define PV_STAT(x) do { } while (0)
2795 PV_STAT(atomic_add_long(&pv_entry_frees, freed));
2796 PV_STAT(atomic_add_int(&pv_entry_spare, freed));
2797 PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
2801 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
2802 PV_STAT(atomic_subtract_int(&pc_chunk_count, 1));
2803 PV_STAT(atomic_add_int(&pc_chunk_frees, 1));
2846 PV_STAT(atomic_add_long(&pv_entry_frees, 1));
2847 PV_STAT(atomic_add_int(&pv_entry_spare, 1));
2848 PV_STAT(atomic_subtract_long(&pv_entry_count, 1));
2875 PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
2876 PV_STAT(atomic_subtract_int(&pc_chunk_count, 1));
2877 PV_STAT(atomic_add_int(&pc_chunk_frees, 1));
2903 PV_STAT(atomic_add_long(&pv_entry_allocs, 1));
2923 PV_STAT(atomic_add_long(&pv_entry_count, 1));
2924 PV_STAT(atomic_subtract_int(&pv_entry_spare, 1));
2933 PV_STAT(pc_chunk_tryfail++);
2940 PV_STAT(atomic_add_int(&pc_chunk_count, 1));
2941 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1));
2953 PV_STAT(atomic_add_long(&pv_entry_count, 1));
2954 PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV - 1));
3027 PV_STAT(atomic_add_int(&pc_chunk_count, 1));
3028 PV_STAT(atomic_add_int(&pc_chunk_allocs, 1));
3037 PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV));
3103 PV_STAT(atomic_add_long(&pv_entry_allocs, NPTEPG - 1));
3133 PV_STAT(atomic_add_long(&pv_entry_count, NPTEPG - 1));
3134 PV_STAT(atomic_subtract_int(&pv_entry_spare, NPTEPG - 1));
5422 PV_STAT(atomic_add_long(&pv_entry_frees, freed));
5423 PV_STAT(atomic_add_int(&pv_entry_spare, freed));
5424 PV_STAT(atomic_subtract_long(&pv_entry_count, freed));