Searched refs:wire_count (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/sys/arch/x86/x86/
H A Dpmap.c2379 * => caller should adjust ptp's wire_count and free PTP if needed
2441 KASSERT(pmap->pm_ptphint[lidx]->wire_count > 0);
2449 if (pg != NULL && __predict_false(pg->wire_count == 0)) {
2465 KASSERT(ptp->wire_count <= 1);
2469 pmap_stats_update(pmap, -ptp->wire_count, 0);
2472 ptp->wire_count = 0;
2531 ptp->wire_count--;
2532 if (ptp->wire_count > 1)
2575 } else if (pt->pg[i]->wire_count == 0) {
2635 ptp->wire_count
[all...]
/netbsd-current/regress/sys/uvm/pdsim/
H A Dpdsim.h83 int wire_count; member in struct:vm_page
/netbsd-current/sys/uvm/
H A Duvm_page.c1446 KASSERT(pg->wire_count == 0);
1493 pg->wire_count != 0) {
1516 if (pg->wire_count) {
1517 pg->wire_count = 0;
1768 if (pg->wire_count == 0) {
1772 pg->wire_count++;
1773 KASSERT(pg->wire_count > 0); /* detect wraparound */
1789 KASSERT(pg->wire_count != 0);
1792 pg->wire_count--;
1793 if (pg->wire_count
[all...]
H A Duvm_page.h170 uint32_t wire_count; /* o,i: wired down map refs */ member in struct:vm_page
H A Duvm_loan.c65 * each loan of a page to the kernel bumps the pg->wire_count. the
361 if (pg->wire_count > 0) {
416 if (pg->wire_count > 0) {
465 if (pg->wire_count > 0) {
764 if (pg->wire_count > 0) {
H A Duvm_pdpolicy_clock.c459 KASSERT(pg->wire_count == 0);
H A Duvm_pdaemon.c709 KASSERT(p->wire_count == 0);
H A Duvm_pdpolicy_clockpro.c658 pg->wire_count > 0) {
1364 pg->wire_count > 0) {
H A Duvm_fault.c1387 if (!uvmpdpol_pageisqueued_p(pg) && pg->wire_count == 0) {
2072 if (!uvmpdpol_pageisqueued_p(pg) && pg->wire_count == 0) {
H A Duvm_amap.c1064 KASSERT(pg->wire_count > 0);
H A Duvm_map.c3992 pg->wire_count != 0) {
4012 if (pg->wire_count != 0) {
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dpmap.c576 pg->wire_count = 1; /* max = 1 + Ln_ENTRIES = 513 */
605 pg->wire_count = 0;
622 if (pg->wire_count != 1)
639 wirecount = --pg->wire_count; /* 1 -> 0 */
650 KASSERTMSG(pg->wire_count >= 1,
651 "wire_count=%d", pg->wire_count);
652 /* decrement wire_count of parent */
653 wirecount = --pg->wire_count;
654 KASSERTMSG(pg->wire_count <
[all...]
/netbsd-current/sys/arch/m68k/m68k/
H A Dpmap_motorola.c2799 pg->wire_count++;
2802 pg, pg->wire_count));
2819 rv = --pg->wire_count;
2822 pg, pg->wire_count));
2940 if (pg->wire_count > PAGE_SIZE / sizeof(pt_entry_t)) {
2941 panic("*%s*: 0x%lx: wire count %d", str, va, pg->wire_count);
2949 if (pg->wire_count != count)
2951 str, va, pg->wire_count, count);
/netbsd-current/sys/arch/hppa/hppa/
H A Dpmap.c369 pg->wire_count = 1; /* no mappings yet */
404 if (--ptp->wire_count <= 1) {
411 ptp->wire_count = 0;
1277 (uintptr_t)pmap, pa, pg->wire_count - 1, 0);
1426 ptp->wire_count++;
/netbsd-current/external/bsd/top/dist/machine/
H A Dm_macosx.c711 memory_stats[4] = pagetok(vm_stats.wire_count);
H A Dm_decosf1.c455 vmstats.inactive_count + vmstats.wire_count));
/netbsd-current/sys/arch/powerpc/ibm4xx/
H A Dpmap.c575 pg->wire_count = 1; /* no mappings yet */
598 pg->wire_count = 0;
/netbsd-current/sys/miscfs/genfs/
H A Dgenfs_io.c1122 if (pg->wire_count == 0) {
1247 if (flags & PGO_DEACTIVATE && tpg->wire_count == 0) {
/netbsd-current/sys/arch/ia64/ia64/
H A Dpmap.c2658 pg->wire_count = 1; /* no mappings yet */
2678 pg->wire_count = 0;
/netbsd-current/sys/ufs/lfs/
H A Dlfs_vfsops.c2274 DLOG((DLOG_PAGE, "pg[%d]->wire_count = %d\n", i,
2275 pg->wire_count));
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_vnops.c610 if (pp->wire_count == 0 && pp->valid == 0 &&

Completed in 263 milliseconds