uvm_pmalloc
struct uvm_pmalloc nowait_pma;
struct uvm_pmalloc *pma;
struct uvm_pmalloc *pma = &nowait_pma;
struct uvm_pmalloc pma;
struct uvm_pmalloc *pma, *pma_next;
TAILQ_HEAD(, uvm_pmalloc) allocs;
TAILQ_ENTRY(uvm_pmalloc) pmq; /* [F] next request */
extern struct uvm_pmalloc nowait_pma; /* [F] */