Searched refs:uvm_physseg (Results 1 – 4 of 4) sorted by relevance
89 struct uvm_physseg { struct123 #define HANDLE_TO_PHYSSEG_NODE(h) ((struct uvm_physseg *)(h))159 static struct uvm_physseg uvm_physseg[VM_PHYSSEG_MAX]; variable171 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 …]
67 typedef struct uvm_physseg * uvm_physseg_t;
49 file uvm/uvm_physseg.c uvm
3760 ./usr/include/uvm/uvm_physseg.h comp-obsolete obsolete