Searched refs:pgb (Results 1 – 3 of 3) sorted by relevance
115 struct pgflbucket *pgb; in uvm_pgflcache_fill() local132 pgb = uvm.page_free[fl].pgfl_buckets[b]; in uvm_pgflcache_fill()133 head = &pgb->pgb_colors[c]; in uvm_pgflcache_fill()153 pgb->pgb_nfree -= (count - pcc->count); in uvm_pgflcache_fill()168 struct pgflbucket *pgb; in uvm_pgflcache_spill() local180 pgb = pgfl->pgfl_buckets[b]; in uvm_pgflcache_spill()181 head = &pgb->pgb_colors[c]; in uvm_pgflcache_spill()191 pgb->pgb_nfree += adj; in uvm_pgflcache_spill()
311 uvm_page_init_bucket(struct pgfreelist *pgfl, struct pgflbucket *pgb, int num) in uvm_page_init_bucket() argument315 pgb->pgb_nfree = 0; in uvm_page_init_bucket()317 LIST_INIT(&pgb->pgb_colors[i]); in uvm_page_init_bucket()319 pgfl->pgfl_buckets[num] = pgb; in uvm_page_init_bucket()333 struct pgflbucket *pgb; in uvm_page_init() local415 pgb = (struct pgflbucket *)(bucketarray + bucketsize * fl); in uvm_page_init()416 uvm_page_init_bucket(&uvm.page_free[fl], pgb, 0); in uvm_page_init()1007 struct pgflbucket *pgb; in uvm_pagealloc_pgb() local1016 pgb = uvm.page_free[f].pgfl_buckets[b]; in uvm_pagealloc_pgb()1017 if (pgb->pgb_nfree == 0) { in uvm_pagealloc_pgb()[all …]
87 struct pgflbucket *pgb; in uvm_pglist_add() local90 pgb = pgfl->pgfl_buckets[uvm_page_get_bucket(pg)]; in uvm_pglist_add()94 LIST_FOREACH(tp, &pgb->pgb_colors[VM_PGCOLOR(pg)], pageq.list) { in uvm_pglist_add()102 pgb->pgb_nfree--; in uvm_pglist_add()