Searched refs:uvm_pmalloc (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/uvm/ |
| D | uvm_pmemrange.h | 84 struct uvm_pmalloc { struct 85 TAILQ_ENTRY(uvm_pmalloc) pmq; /* [F] next request */ 96 extern struct uvm_pmalloc nowait_pma; /* [F] */ argument 118 TAILQ_HEAD(, uvm_pmalloc) allocs;
|
| D | uvm_pdaemon.c | 105 void uvmpd_scan(struct uvm_pmalloc *, int, int); 106 int uvmpd_scan_inactive(struct uvm_pmalloc *, int); 107 void uvmpd_scan_active(struct uvm_pmalloc *, int, int); 198 struct uvm_pmalloc nowait_pma; 201 uvmpd_pma_done(struct uvm_pmalloc *pma) in uvmpd_pma_done() 215 struct uvm_pmalloc *pma; in uvm_pageout() 466 uvmpd_scan_inactive(struct uvm_pmalloc *pma, int shortage) in uvmpd_scan_inactive() 912 uvmpd_scan(struct uvm_pmalloc *pma, int shortage, int inactive_shortage) in uvmpd_scan() 961 uvmpd_scan_active(struct uvm_pmalloc *pma, int swap_shortage, in uvmpd_scan_active()
|
| D | uvm_pmemrange.c | 1185 struct uvm_pmalloc *pma = &nowait_pma; in uvm_pmr_getpages() 2103 struct uvm_pmalloc pma; in uvm_wait_pla() 2166 struct uvm_pmalloc *pma, *pma_next; in uvm_wakeup_pla()
|