Home | Sort by: relevance | last modified time | path |
/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) |