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

/xnu-2422.115.4/osfmk/i386/
H A Dpmap_x86_common.c957 int num_removed, num_unwired, num_found, num_invalid; local
965 num_unwired = 0;
995 num_unwired++;
1117 if (pmap->stats.wired_count < num_unwired)
1120 assert(pmap->stats.wired_count >= num_unwired);
1121 OSAddAtomic(-num_unwired, &pmap->stats.wired_count);
1122 pmap_ledger_debit(pmap, task_ledgers.wired_mem, machine_ptob(num_unwired));

Completed in 21 milliseconds