HomeSort by: relevance | last modified time | path
    Searched defs:wired_count (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/uvm/
uvm_pmap.h 89 long wired_count; /* # of pages wired */ member in struct:pmap_statistics
uvm_map.h 153 int wired_count; /* can be paged if == 0 */ member in struct:vm_map_entry
162 #define VM_MAPENT_ISWIRED(entry) ((entry)->wired_count != 0)
  /src/sys/arch/hb68k/pg68k/
pmap_pgmmu.c 360 if (pm->pm_stats.wired_count == 0) {
365 best_victim->pm_stats.wired_count >
366 pm->pm_stats.wired_count) {
1028 pmap_stat_update(pmap, wired_count, -1);
1396 pmap_stat_update(pmap, wired_count,
1420 pmap_stat_update(pmap, wired_count, 1);
1462 wired_count, -1);
1528 pmap_stat_update(pmap, wired_count, 1);
1575 pmap_stat_update(pmap_kernel(), wired_count, -count); local
1604 pmap_stat_update(pmap, wired_count, -1)
    [all...]

Completed in 60 milliseconds