OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VM_MAPENT_ISWIRED
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/uvm/
uvm_map.h
162
#define
VM_MAPENT_ISWIRED
(entry) ((entry)->wired_count != 0)
uvm_map.c
2388
if (
VM_MAPENT_ISWIRED
(entry)) {
2508
KASSERT(!
VM_MAPENT_ISWIRED
(first_entry));
3253
VM_MAPENT_ISWIRED
(current) == 0 &&
3541
if (
VM_MAPENT_ISWIRED
(entry))
3573
if (
VM_MAPENT_ISWIRED
(entry) == 0) { /* not already wired? */
3685
if (
VM_MAPENT_ISWIRED
(entry) == 0)
3750
if (
VM_MAPENT_ISWIRED
(entry))
3805
VM_MAPENT_ISWIRED
(entry) == 0) { /* not already wired? */
3829
if (
VM_MAPENT_ISWIRED
(entry) == 0) { /* not already wired? */
3922
if (
VM_MAPENT_ISWIRED
(entry)
[
all
...]
uvm_fault.c
740
(UVM_FAULT_WIRE or
VM_MAPENT_ISWIRED
) */
1025
if (
VM_MAPENT_ISWIRED
(ufi->entry)) {
2717
if (
VM_MAPENT_ISWIRED
(entry) == 0)
Completed in 59 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026