Home
last modified time | relevance | path

Searched refs:uvm_physseg (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/uvm/
Duvm_physseg.c89 struct uvm_physseg { struct
123 #define HANDLE_TO_PHYSSEG_NODE(h) ((struct uvm_physseg *)(h))
159 static struct uvm_physseg uvm_physseg[VM_PHYSSEG_MAX]; variable
171 if (sz % sizeof(struct uvm_physseg)) in uvm_physseg_alloc()
175 size_t n = sz / sizeof(struct uvm_physseg); in uvm_physseg_alloc()
181 return &uvm_physseg[nseg - n]; in uvm_physseg_alloc()
206 if (sz % sizeof(struct uvm_physseg)) in uvm_physseg_free()
217 if ((struct uvm_physseg *)p >= uvm_physseg && in uvm_physseg_free()
218 (struct uvm_physseg *)p < (uvm_physseg + VM_PHYSSEG_MAX)) { in uvm_physseg_free()
219 if (sz % sizeof(struct uvm_physseg)) in uvm_physseg_free()
[all …]
Duvm_physseg.h67 typedef struct uvm_physseg * uvm_physseg_t;
Dfiles.uvm49 file uvm/uvm_physseg.c uvm
/netbsd/src/distrib/sets/lists/comp/
Dmi3760 ./usr/include/uvm/uvm_physseg.h comp-obsolete obsolete