Searched defs:taskq_search_depth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c467 * taskq_search_depth - Maximum # of buckets searched for a free entry
549 * taskq_search_depth parameter limits the amount of buckets that we search
554 int taskq_search_depth = TASKQ_SEARCH_DEPTH; variable
1220 loopcount = MIN(taskq_search_depth, bsize);

Completed in 63 milliseconds