Searched refs:pc_chunk_frees (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c1501 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail;
1507 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0,
1586 PV_STAT(atomic_add_int(&pc_chunk_frees, 1));
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c1356 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable
1362 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0,
1483 PV_STAT(pc_chunk_frees++);
1545 PV_STAT(pc_chunk_frees++);
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c1815 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail;
1821 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0,
1983 PV_STAT(atomic_add_int(&pc_chunk_frees, 1));
2073 PV_STAT(atomic_add_int(&pc_chunk_frees, 1));
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c2187 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable
2193 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0,
2326 PV_STAT(pc_chunk_frees++);
2396 PV_STAT(pc_chunk_frees++);
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c2765 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable
2771 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0,
2930 PV_STAT(pc_chunk_frees++);
2963 PV_STAT(pc_chunk_frees++);
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c3178 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail;
3184 SYSCTL_INT(_vm_pmap, OID_AUTO, pc_chunk_frees, CTLFLAG_RD, &pc_chunk_frees, 0,
3376 PV_STAT(atomic_add_int(&pc_chunk_frees, 1));
3463 PV_STAT(atomic_add_int(&pc_chunk_frees, 1));
3177 static int pc_chunk_count, pc_chunk_allocs, pc_chunk_frees, pc_chunk_tryfail; variable

Completed in 211 milliseconds