Searched refs:tp_idle (Results 1 – 2 of 2) sorted by relevance
127 tpool->tp_idle++; in tpool_worker()149 tpool->tp_idle--; in tpool_worker()283 if (tpool->tp_idle > 0) in tpool_dispatch()402 excess = tpool->tp_njobs - tpool->tp_idle; in tpool_resume()
86 int tp_idle; /* number of idle workers */ member