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

  /src/sys/uvm/
uvm_pdpolicy_clockpro.c 406 struct bucket *newbuckets; local in function:clockpro_hashinit
414 newbuckets = clockpro_hashalloc(sz);
415 if (newbuckets == NULL) {
419 struct bucket *b = &newbuckets[i];
431 buckets = newbuckets;
uvm_pdpolicy_clockpro.c 406 struct bucket *newbuckets; local in function:clockpro_hashinit
414 newbuckets = clockpro_hashalloc(sz);
415 if (newbuckets == NULL) {
419 struct bucket *b = &newbuckets[i];
431 buckets = newbuckets;
uvm_pdpolicy_clockpro.c 406 struct bucket *newbuckets; local in function:clockpro_hashinit
414 newbuckets = clockpro_hashalloc(sz);
415 if (newbuckets == NULL) {
419 struct bucket *b = &newbuckets[i];
431 buckets = newbuckets;

Completed in 37 milliseconds