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

  /src/sys/uvm/
uvm_pdaemon.c 1014 struct pool *firstpool, *curpool; local in function:uvmpd_pool_drain_thread
1018 firstpool = NULL;
1030 firstpool = NULL;
1043 firstpool = NULL;
1067 if (firstpool == NULL) {
1068 firstpool = curpool;
1069 } else if (firstpool == curpool) {

Completed in 11 milliseconds