| balloon.c | 345 struct balloon_page_entry *bpge = obj; local in function:bpge_ctor 347 bpge->pg = uvm_pagealloc(NULL, 0, NULL, UVM_PGA_ZERO); 348 if (bpge->pg == NULL) 358 struct balloon_page_entry *bpge = obj; local in function:bpge_dtor 360 uvm_pagefree(bpge->pg); 486 /* plug pages back into memory through bpge entries */
|