HomeSort by: relevance | last modified time | path
    Searched defs:npgb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm_page.c 735 struct pgflbucket *opgb, *npgb; local in function:uvm_page_redim
785 npgb = (struct pgflbucket *)bucketarray;
786 uvm_page_init_bucket(&npgfl, npgb, nb);
819 npgb = npgfl.pgfl_buckets[nb];
820 npgb->pgb_nfree++;
822 nhead = &npgb->pgb_colors[nc];
uvm_page.c 735 struct pgflbucket *opgb, *npgb; local in function:uvm_page_redim
785 npgb = (struct pgflbucket *)bucketarray;
786 uvm_page_init_bucket(&npgfl, npgb, nb);
819 npgb = npgfl.pgfl_buckets[nb];
820 npgb->pgb_nfree++;
822 nhead = &npgb->pgb_colors[nc];

Completed in 23 milliseconds