sys/amd64/amd64/pmap.c
1043
PV_STAT(counter_u64_add(invl_finish_restart, 1));
sys/amd64/amd64/pmap.c
1056
PV_STAT(counter_u64_add(invl_finish_restart, 1));
sys/amd64/amd64/pmap.c
1068
PV_STAT(counter_u64_add(invl_finish_restart, 1));
sys/amd64/amd64/pmap.c
1206
PV_STAT(counter_u64_add(invl_wait, 1));
sys/amd64/amd64/pmap.c
1239
PV_STAT(counter_u64_add(invl_wait_slow, 1));
sys/amd64/amd64/pmap.c
5342
PV_STAT(counter_u64_add(pv_entry_frees, freed));
sys/amd64/amd64/pmap.c
5343
PV_STAT(counter_u64_add(pv_entry_spare, freed));
sys/amd64/amd64/pmap.c
5344
PV_STAT(counter_u64_add(pv_entry_count, -freed));
sys/amd64/amd64/pmap.c
5347
PV_STAT(counter_u64_add(pv_entry_spare, -_NPCPV));
sys/amd64/amd64/pmap.c
5348
PV_STAT(counter_u64_add(pc_chunk_count, -1));
sys/amd64/amd64/pmap.c
5349
PV_STAT(counter_u64_add(pc_chunk_frees, 1));
sys/amd64/amd64/pmap.c
5422
PV_STAT(counter_u64_add(pv_entry_frees, 1));
sys/amd64/amd64/pmap.c
5423
PV_STAT(counter_u64_add(pv_entry_spare, 1));
sys/amd64/amd64/pmap.c
5424
PV_STAT(counter_u64_add(pv_entry_count, -1));
sys/amd64/amd64/pmap.c
5447
PV_STAT(counter_u64_add(pv_entry_spare, -_NPCPV));
sys/amd64/amd64/pmap.c
5448
PV_STAT(counter_u64_add(pc_chunk_count, -1));
sys/amd64/amd64/pmap.c
5449
PV_STAT(counter_u64_add(pc_chunk_frees, 1));
sys/amd64/amd64/pmap.c
5513
PV_STAT(counter_u64_add(pv_entry_allocs, 1));
sys/amd64/amd64/pmap.c
5532
PV_STAT(counter_u64_add(pv_entry_count, 1));
sys/amd64/amd64/pmap.c
5533
PV_STAT(counter_u64_add(pv_entry_spare, -1));
sys/amd64/amd64/pmap.c
5541
PV_STAT(counter_u64_add(pc_chunk_tryfail, 1));
sys/amd64/amd64/pmap.c
5549
PV_STAT(counter_u64_add(pc_chunk_count, 1));
sys/amd64/amd64/pmap.c
5550
PV_STAT(counter_u64_add(pc_chunk_allocs, 1));
sys/amd64/amd64/pmap.c
5563
PV_STAT(counter_u64_add(pv_entry_count, 1));
sys/amd64/amd64/pmap.c
5564
PV_STAT(counter_u64_add(pv_entry_spare, _NPCPV - 1));
sys/amd64/amd64/pmap.c
5649
PV_STAT(counter_u64_add(pc_chunk_count, 1));
sys/amd64/amd64/pmap.c
5650
PV_STAT(counter_u64_add(pc_chunk_allocs, 1));
sys/amd64/amd64/pmap.c
5659
PV_STAT(counter_u64_add(pv_entry_spare, _NPCPV));
sys/amd64/amd64/pmap.c
5734
PV_STAT(counter_u64_add(pv_entry_allocs, NPTEPG - 1));
sys/amd64/amd64/pmap.c
5763
PV_STAT(counter_u64_add(pv_entry_count, NPTEPG - 1));
sys/amd64/amd64/pmap.c
5764
PV_STAT(counter_u64_add(pv_entry_spare, -(NPTEPG - 1)));
sys/amd64/amd64/pmap.c
8665
PV_STAT(counter_u64_add(pv_entry_frees, freed));
sys/amd64/amd64/pmap.c
8666
PV_STAT(counter_u64_add(pv_entry_spare, freed));
sys/amd64/amd64/pmap.c
8667
PV_STAT(counter_u64_add(pv_entry_count, -freed));
sys/amd64/amd64/pmap.c
931
PV_STAT(i = 0);
sys/amd64/amd64/pmap.c
933
PV_STAT(i++);
sys/amd64/amd64/pmap.c
936
PV_STAT(counter_u64_add(invl_start_restart, 1));
sys/amd64/amd64/pmap.c
950
PV_STAT(counter_u64_add(invl_start_restart, 1));
sys/amd64/amd64/pmap.c
979
PV_STAT(counter_u64_add(invl_start_restart, 1));
sys/arm/arm/pmap-v6.c
2926
PV_STAT(pv_entry_frees += freed);
sys/arm/arm/pmap-v6.c
2927
PV_STAT(pv_entry_spare += freed);
sys/arm/arm/pmap-v6.c
2945
PV_STAT(pv_entry_spare -= _NPCPV);
sys/arm/arm/pmap-v6.c
2946
PV_STAT(pc_chunk_count--);
sys/arm/arm/pmap-v6.c
2947
PV_STAT(pc_chunk_frees++);
sys/arm/arm/pmap-v6.c
2978
PV_STAT(pv_entry_spare -= _NPCPV);
sys/arm/arm/pmap-v6.c
2979
PV_STAT(pc_chunk_count--);
sys/arm/arm/pmap-v6.c
2980
PV_STAT(pc_chunk_frees++);
sys/arm/arm/pmap-v6.c
3000
PV_STAT(pv_entry_frees++);
sys/arm/arm/pmap-v6.c
3001
PV_STAT(pv_entry_spare++);
sys/arm/arm/pmap-v6.c
3042
PV_STAT(pv_entry_allocs++);
sys/arm/arm/pmap-v6.c
3064
PV_STAT(pv_entry_spare--);
sys/arm/arm/pmap-v6.c
3069
PV_STAT(pv_entry_spare--);
sys/arm/arm/pmap-v6.c
3082
PV_STAT(pc_chunk_tryfail++);
sys/arm/arm/pmap-v6.c
3089
PV_STAT(pc_chunk_count++);
sys/arm/arm/pmap-v6.c
3090
PV_STAT(pc_chunk_allocs++);
sys/arm/arm/pmap-v6.c
3100
PV_STAT(pv_entry_spare += _NPCPV - 1);
sys/arm/arm/pmap-v6.c
4515
PV_STAT(pv_entry_frees++);
sys/arm/arm/pmap-v6.c
4516
PV_STAT(pv_entry_spare++);
sys/arm64/arm64/pmap.c
3509
PV_STAT(atomic_add_long(&pv_entry_frees, freed));
sys/arm64/arm64/pmap.c
3510
PV_STAT(atomic_add_int(&pv_entry_spare, freed));
sys/arm64/arm64/pmap.c
3511
PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
sys/arm64/arm64/pmap.c
3514
PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
sys/arm64/arm64/pmap.c
3515
PV_STAT(atomic_subtract_int(&pc_chunk_count, 1));
sys/arm64/arm64/pmap.c
3516
PV_STAT(atomic_add_int(&pc_chunk_frees, 1));
sys/arm64/arm64/pmap.c
3591
PV_STAT(atomic_add_long(&pv_entry_frees, 1));
sys/arm64/arm64/pmap.c
3592
PV_STAT(atomic_add_int(&pv_entry_spare, 1));
sys/arm64/arm64/pmap.c
3593
PV_STAT(atomic_subtract_long(&pv_entry_count, 1));
sys/arm64/arm64/pmap.c
3616
PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
sys/arm64/arm64/pmap.c
3617
PV_STAT(atomic_subtract_int(&pc_chunk_count, 1));
sys/arm64/arm64/pmap.c
3618
PV_STAT(atomic_add_int(&pc_chunk_frees, 1));
sys/arm64/arm64/pmap.c
3681
PV_STAT(atomic_add_long(&pv_entry_allocs, 1));
sys/arm64/arm64/pmap.c
3700
PV_STAT(atomic_add_long(&pv_entry_count, 1));
sys/arm64/arm64/pmap.c
3701
PV_STAT(atomic_subtract_int(&pv_entry_spare, 1));
sys/arm64/arm64/pmap.c
3709
PV_STAT(pc_chunk_tryfail++);
sys/arm64/arm64/pmap.c
3716
PV_STAT(atomic_add_int(&pc_chunk_count, 1));
sys/arm64/arm64/pmap.c
3717
PV_STAT(atomic_add_int(&pc_chunk_allocs, 1));
sys/arm64/arm64/pmap.c
3729
PV_STAT(atomic_add_long(&pv_entry_count, 1));
sys/arm64/arm64/pmap.c
3730
PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV - 1));
sys/arm64/arm64/pmap.c
3780
PV_STAT(atomic_add_int(&pc_chunk_count, 1));
sys/arm64/arm64/pmap.c
3781
PV_STAT(atomic_add_int(&pc_chunk_allocs, 1));
sys/arm64/arm64/pmap.c
3788
PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV));
sys/arm64/arm64/pmap.c
3864
PV_STAT(atomic_add_long(&pv_entry_allocs, Ln_ENTRIES - 1));
sys/arm64/arm64/pmap.c
3893
PV_STAT(atomic_add_long(&pv_entry_count, Ln_ENTRIES - 1));
sys/arm64/arm64/pmap.c
3894
PV_STAT(atomic_subtract_int(&pv_entry_spare, Ln_ENTRIES - 1));
sys/arm64/arm64/pmap.c
7379
PV_STAT(atomic_add_long(&pv_entry_frees, freed));
sys/arm64/arm64/pmap.c
7380
PV_STAT(atomic_add_int(&pv_entry_spare, freed));
sys/arm64/arm64/pmap.c
7381
PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
sys/i386/i386/pmap.c
2395
PV_STAT(pv_entry_frees += freed);
sys/i386/i386/pmap.c
2396
PV_STAT(pv_entry_spare += freed);
sys/i386/i386/pmap.c
2414
PV_STAT(pv_entry_spare -= _NPCPV);
sys/i386/i386/pmap.c
2415
PV_STAT(pc_chunk_count--);
sys/i386/i386/pmap.c
2416
PV_STAT(pc_chunk_frees++);
sys/i386/i386/pmap.c
2452
PV_STAT(pv_entry_frees++);
sys/i386/i386/pmap.c
2453
PV_STAT(pv_entry_spare++);
sys/i386/i386/pmap.c
2484
PV_STAT(pv_entry_spare -= _NPCPV);
sys/i386/i386/pmap.c
2485
PV_STAT(pc_chunk_count--);
sys/i386/i386/pmap.c
2486
PV_STAT(pc_chunk_frees++);
sys/i386/i386/pmap.c
2511
PV_STAT(pv_entry_allocs++);
sys/i386/i386/pmap.c
2533
PV_STAT(pv_entry_spare--);
sys/i386/i386/pmap.c
2538
PV_STAT(pv_entry_spare--);
sys/i386/i386/pmap.c
2551
PV_STAT(pc_chunk_tryfail++);
sys/i386/i386/pmap.c
2558
PV_STAT(pc_chunk_count++);
sys/i386/i386/pmap.c
2559
PV_STAT(pc_chunk_allocs++);
sys/i386/i386/pmap.c
2569
PV_STAT(pv_entry_spare += _NPCPV - 1);
sys/i386/i386/pmap.c
4923
PV_STAT(pv_entry_frees++);
sys/i386/i386/pmap.c
4924
PV_STAT(pv_entry_spare++);
sys/powerpc/aim/mmu_radix.c
1224
PV_STAT(atomic_add_int(&pc_chunk_count, 1));
sys/powerpc/aim/mmu_radix.c
1225
PV_STAT(atomic_add_int(&pc_chunk_allocs, 1));
sys/powerpc/aim/mmu_radix.c
1233
PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV));
sys/powerpc/aim/mmu_radix.c
1314
PV_STAT(atomic_add_long(&pv_entry_allocs, NPTEPG - 1));
sys/powerpc/aim/mmu_radix.c
1345
PV_STAT(atomic_add_long(&pv_entry_count, NPTEPG - 1));
sys/powerpc/aim/mmu_radix.c
1346
PV_STAT(atomic_subtract_int(&pv_entry_spare, NPTEPG - 1));
sys/powerpc/aim/mmu_radix.c
1491
PV_STAT(atomic_add_long(&pv_entry_frees, freed));
sys/powerpc/aim/mmu_radix.c
1492
PV_STAT(atomic_add_int(&pv_entry_spare, freed));
sys/powerpc/aim/mmu_radix.c
1493
PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
sys/powerpc/aim/mmu_radix.c
1496
PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
sys/powerpc/aim/mmu_radix.c
1497
PV_STAT(atomic_subtract_int(&pc_chunk_count, 1));
sys/powerpc/aim/mmu_radix.c
1498
PV_STAT(atomic_add_int(&pc_chunk_frees, 1));
sys/powerpc/aim/mmu_radix.c
1558
PV_STAT(atomic_add_long(&pv_entry_frees, 1));
sys/powerpc/aim/mmu_radix.c
1559
PV_STAT(atomic_add_int(&pv_entry_spare, 1));
sys/powerpc/aim/mmu_radix.c
1560
PV_STAT(atomic_subtract_long(&pv_entry_count, 1));
sys/powerpc/aim/mmu_radix.c
1586
PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
sys/powerpc/aim/mmu_radix.c
1587
PV_STAT(atomic_subtract_int(&pc_chunk_count, 1));
sys/powerpc/aim/mmu_radix.c
1588
PV_STAT(atomic_add_int(&pc_chunk_frees, 1));
sys/powerpc/aim/mmu_radix.c
1613
PV_STAT(atomic_add_long(&pv_entry_allocs, 1));
sys/powerpc/aim/mmu_radix.c
1632
PV_STAT(atomic_add_long(&pv_entry_count, 1));
sys/powerpc/aim/mmu_radix.c
1633
PV_STAT(atomic_subtract_int(&pv_entry_spare, 1));
sys/powerpc/aim/mmu_radix.c
1642
PV_STAT(pc_chunk_tryfail++);
sys/powerpc/aim/mmu_radix.c
1649
PV_STAT(atomic_add_int(&pc_chunk_count, 1));
sys/powerpc/aim/mmu_radix.c
1650
PV_STAT(atomic_add_int(&pc_chunk_allocs, 1));
sys/powerpc/aim/mmu_radix.c
1661
PV_STAT(atomic_add_long(&pv_entry_count, 1));
sys/powerpc/aim/mmu_radix.c
1662
PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV - 1));
sys/powerpc/aim/mmu_radix.c
5598
PV_STAT(atomic_add_long(&pv_entry_frees, freed));
sys/powerpc/aim/mmu_radix.c
5599
PV_STAT(atomic_add_int(&pv_entry_spare, freed));
sys/powerpc/aim/mmu_radix.c
5600
PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
sys/riscv/riscv/pmap.c
2108
PV_STAT(atomic_add_long(&pv_entry_frees, 1));
sys/riscv/riscv/pmap.c
2109
PV_STAT(atomic_add_int(&pv_entry_spare, 1));
sys/riscv/riscv/pmap.c
2110
PV_STAT(atomic_subtract_long(&pv_entry_count, 1));
sys/riscv/riscv/pmap.c
2136
PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
sys/riscv/riscv/pmap.c
2137
PV_STAT(atomic_subtract_int(&pc_chunk_count, 1));
sys/riscv/riscv/pmap.c
2138
PV_STAT(atomic_add_int(&pc_chunk_frees, 1));
sys/riscv/riscv/pmap.c
2164
PV_STAT(atomic_add_long(&pv_entry_allocs, 1));
sys/riscv/riscv/pmap.c
2183
PV_STAT(atomic_add_long(&pv_entry_count, 1));
sys/riscv/riscv/pmap.c
2184
PV_STAT(atomic_subtract_int(&pv_entry_spare, 1));
sys/riscv/riscv/pmap.c
2192
PV_STAT(pc_chunk_tryfail++);
sys/riscv/riscv/pmap.c
2199
PV_STAT(atomic_add_int(&pc_chunk_count, 1));
sys/riscv/riscv/pmap.c
2200
PV_STAT(atomic_add_int(&pc_chunk_allocs, 1));
sys/riscv/riscv/pmap.c
2212
PV_STAT(atomic_add_long(&pv_entry_count, 1));
sys/riscv/riscv/pmap.c
2213
PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV - 1));
sys/riscv/riscv/pmap.c
2262
PV_STAT(atomic_add_int(&pc_chunk_count, 1));
sys/riscv/riscv/pmap.c
2263
PV_STAT(atomic_add_int(&pc_chunk_allocs, 1));
sys/riscv/riscv/pmap.c
2272
PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV));
sys/riscv/riscv/pmap.c
2383
PV_STAT(atomic_add_long(&pv_entry_allocs, Ln_ENTRIES - 1));
sys/riscv/riscv/pmap.c
2412
PV_STAT(atomic_add_long(&pv_entry_count, Ln_ENTRIES - 1));
sys/riscv/riscv/pmap.c
2413
PV_STAT(atomic_add_int(&pv_entry_spare, -(Ln_ENTRIES - 1)));
sys/riscv/riscv/pmap.c
4436
PV_STAT(atomic_add_long(&pv_entry_frees, freed));
sys/riscv/riscv/pmap.c
4437
PV_STAT(atomic_add_int(&pv_entry_spare, freed));
sys/riscv/riscv/pmap.c
4438
PV_STAT(atomic_subtract_long(&pv_entry_count, freed));