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
8666
PV_STAT(counter_u64_add(pv_entry_frees, freed));
sys/amd64/amd64/pmap.c
8667
PV_STAT(counter_u64_add(pv_entry_spare, freed));
sys/amd64/amd64/pmap.c
8668
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
2925
PV_STAT(pv_entry_frees += freed);
sys/arm/arm/pmap-v6.c
2926
PV_STAT(pv_entry_spare += freed);
sys/arm/arm/pmap-v6.c
2944
PV_STAT(pv_entry_spare -= _NPCPV);
sys/arm/arm/pmap-v6.c
2945
PV_STAT(pc_chunk_count--);
sys/arm/arm/pmap-v6.c
2946
PV_STAT(pc_chunk_frees++);
sys/arm/arm/pmap-v6.c
2977
PV_STAT(pv_entry_spare -= _NPCPV);
sys/arm/arm/pmap-v6.c
2978
PV_STAT(pc_chunk_count--);
sys/arm/arm/pmap-v6.c
2979
PV_STAT(pc_chunk_frees++);
sys/arm/arm/pmap-v6.c
2999
PV_STAT(pv_entry_frees++);
sys/arm/arm/pmap-v6.c
3000
PV_STAT(pv_entry_spare++);
sys/arm/arm/pmap-v6.c
3041
PV_STAT(pv_entry_allocs++);
sys/arm/arm/pmap-v6.c
3063
PV_STAT(pv_entry_spare--);
sys/arm/arm/pmap-v6.c
3068
PV_STAT(pv_entry_spare--);
sys/arm/arm/pmap-v6.c
3081
PV_STAT(pc_chunk_tryfail++);
sys/arm/arm/pmap-v6.c
3088
PV_STAT(pc_chunk_count++);
sys/arm/arm/pmap-v6.c
3089
PV_STAT(pc_chunk_allocs++);
sys/arm/arm/pmap-v6.c
3099
PV_STAT(pv_entry_spare += _NPCPV - 1);
sys/arm/arm/pmap-v6.c
4514
PV_STAT(pv_entry_frees++);
sys/arm/arm/pmap-v6.c
4515
PV_STAT(pv_entry_spare++);
sys/arm64/arm64/pmap.c
3422
PV_STAT(atomic_add_long(&pv_entry_frees, freed));
sys/arm64/arm64/pmap.c
3423
PV_STAT(atomic_add_int(&pv_entry_spare, freed));
sys/arm64/arm64/pmap.c
3424
PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
sys/arm64/arm64/pmap.c
3427
PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
sys/arm64/arm64/pmap.c
3428
PV_STAT(atomic_subtract_int(&pc_chunk_count, 1));
sys/arm64/arm64/pmap.c
3429
PV_STAT(atomic_add_int(&pc_chunk_frees, 1));
sys/arm64/arm64/pmap.c
3504
PV_STAT(atomic_add_long(&pv_entry_frees, 1));
sys/arm64/arm64/pmap.c
3505
PV_STAT(atomic_add_int(&pv_entry_spare, 1));
sys/arm64/arm64/pmap.c
3506
PV_STAT(atomic_subtract_long(&pv_entry_count, 1));
sys/arm64/arm64/pmap.c
3529
PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
sys/arm64/arm64/pmap.c
3530
PV_STAT(atomic_subtract_int(&pc_chunk_count, 1));
sys/arm64/arm64/pmap.c
3531
PV_STAT(atomic_add_int(&pc_chunk_frees, 1));
sys/arm64/arm64/pmap.c
3594
PV_STAT(atomic_add_long(&pv_entry_allocs, 1));
sys/arm64/arm64/pmap.c
3613
PV_STAT(atomic_add_long(&pv_entry_count, 1));
sys/arm64/arm64/pmap.c
3614
PV_STAT(atomic_subtract_int(&pv_entry_spare, 1));
sys/arm64/arm64/pmap.c
3622
PV_STAT(pc_chunk_tryfail++);
sys/arm64/arm64/pmap.c
3629
PV_STAT(atomic_add_int(&pc_chunk_count, 1));
sys/arm64/arm64/pmap.c
3630
PV_STAT(atomic_add_int(&pc_chunk_allocs, 1));
sys/arm64/arm64/pmap.c
3642
PV_STAT(atomic_add_long(&pv_entry_count, 1));
sys/arm64/arm64/pmap.c
3643
PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV - 1));
sys/arm64/arm64/pmap.c
3693
PV_STAT(atomic_add_int(&pc_chunk_count, 1));
sys/arm64/arm64/pmap.c
3694
PV_STAT(atomic_add_int(&pc_chunk_allocs, 1));
sys/arm64/arm64/pmap.c
3701
PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV));
sys/arm64/arm64/pmap.c
3777
PV_STAT(atomic_add_long(&pv_entry_allocs, Ln_ENTRIES - 1));
sys/arm64/arm64/pmap.c
3806
PV_STAT(atomic_add_long(&pv_entry_count, Ln_ENTRIES - 1));
sys/arm64/arm64/pmap.c
3807
PV_STAT(atomic_subtract_int(&pv_entry_spare, Ln_ENTRIES - 1));
sys/arm64/arm64/pmap.c
7251
PV_STAT(atomic_add_long(&pv_entry_frees, freed));
sys/arm64/arm64/pmap.c
7252
PV_STAT(atomic_add_int(&pv_entry_spare, freed));
sys/arm64/arm64/pmap.c
7253
PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
sys/i386/i386/pmap.c
2393
PV_STAT(pv_entry_frees += freed);
sys/i386/i386/pmap.c
2394
PV_STAT(pv_entry_spare += freed);
sys/i386/i386/pmap.c
2412
PV_STAT(pv_entry_spare -= _NPCPV);
sys/i386/i386/pmap.c
2413
PV_STAT(pc_chunk_count--);
sys/i386/i386/pmap.c
2414
PV_STAT(pc_chunk_frees++);
sys/i386/i386/pmap.c
2450
PV_STAT(pv_entry_frees++);
sys/i386/i386/pmap.c
2451
PV_STAT(pv_entry_spare++);
sys/i386/i386/pmap.c
2482
PV_STAT(pv_entry_spare -= _NPCPV);
sys/i386/i386/pmap.c
2483
PV_STAT(pc_chunk_count--);
sys/i386/i386/pmap.c
2484
PV_STAT(pc_chunk_frees++);
sys/i386/i386/pmap.c
2509
PV_STAT(pv_entry_allocs++);
sys/i386/i386/pmap.c
2531
PV_STAT(pv_entry_spare--);
sys/i386/i386/pmap.c
2536
PV_STAT(pv_entry_spare--);
sys/i386/i386/pmap.c
2549
PV_STAT(pc_chunk_tryfail++);
sys/i386/i386/pmap.c
2556
PV_STAT(pc_chunk_count++);
sys/i386/i386/pmap.c
2557
PV_STAT(pc_chunk_allocs++);
sys/i386/i386/pmap.c
2567
PV_STAT(pv_entry_spare += _NPCPV - 1);
sys/i386/i386/pmap.c
4921
PV_STAT(pv_entry_frees++);
sys/i386/i386/pmap.c
4922
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
5605
PV_STAT(atomic_add_long(&pv_entry_frees, freed));
sys/powerpc/aim/mmu_radix.c
5606
PV_STAT(atomic_add_int(&pv_entry_spare, freed));
sys/powerpc/aim/mmu_radix.c
5607
PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
sys/riscv/riscv/pmap.c
2102
PV_STAT(atomic_add_long(&pv_entry_frees, 1));
sys/riscv/riscv/pmap.c
2103
PV_STAT(atomic_add_int(&pv_entry_spare, 1));
sys/riscv/riscv/pmap.c
2104
PV_STAT(atomic_subtract_long(&pv_entry_count, 1));
sys/riscv/riscv/pmap.c
2130
PV_STAT(atomic_subtract_int(&pv_entry_spare, _NPCPV));
sys/riscv/riscv/pmap.c
2131
PV_STAT(atomic_subtract_int(&pc_chunk_count, 1));
sys/riscv/riscv/pmap.c
2132
PV_STAT(atomic_add_int(&pc_chunk_frees, 1));
sys/riscv/riscv/pmap.c
2158
PV_STAT(atomic_add_long(&pv_entry_allocs, 1));
sys/riscv/riscv/pmap.c
2177
PV_STAT(atomic_add_long(&pv_entry_count, 1));
sys/riscv/riscv/pmap.c
2178
PV_STAT(atomic_subtract_int(&pv_entry_spare, 1));
sys/riscv/riscv/pmap.c
2186
PV_STAT(pc_chunk_tryfail++);
sys/riscv/riscv/pmap.c
2193
PV_STAT(atomic_add_int(&pc_chunk_count, 1));
sys/riscv/riscv/pmap.c
2194
PV_STAT(atomic_add_int(&pc_chunk_allocs, 1));
sys/riscv/riscv/pmap.c
2206
PV_STAT(atomic_add_long(&pv_entry_count, 1));
sys/riscv/riscv/pmap.c
2207
PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV - 1));
sys/riscv/riscv/pmap.c
2256
PV_STAT(atomic_add_int(&pc_chunk_count, 1));
sys/riscv/riscv/pmap.c
2257
PV_STAT(atomic_add_int(&pc_chunk_allocs, 1));
sys/riscv/riscv/pmap.c
2266
PV_STAT(atomic_add_int(&pv_entry_spare, _NPCPV));
sys/riscv/riscv/pmap.c
2377
PV_STAT(atomic_add_long(&pv_entry_allocs, Ln_ENTRIES - 1));
sys/riscv/riscv/pmap.c
2406
PV_STAT(atomic_add_long(&pv_entry_count, Ln_ENTRIES - 1));
sys/riscv/riscv/pmap.c
2407
PV_STAT(atomic_add_int(&pv_entry_spare, -(Ln_ENTRIES - 1)));
sys/riscv/riscv/pmap.c
4408
PV_STAT(atomic_add_long(&pv_entry_frees, freed));
sys/riscv/riscv/pmap.c
4409
PV_STAT(atomic_add_int(&pv_entry_spare, freed));
sys/riscv/riscv/pmap.c
4410
PV_STAT(atomic_subtract_long(&pv_entry_count, freed));