Home
last modified time | relevance | path

Searched refs:trybucket (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_page.c1088 int b, trybucket, bucketcount; in uvm_pagealloc_pgfl() local
1099 trybucket = ucpu->pgflbucket; in uvm_pagealloc_pgfl()
1100 b = trybucket; in uvm_pagealloc_pgfl()
1108 } while (b != trybucket); in uvm_pagealloc_pgfl()