Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c542 int taskq_cpupct_max_percent = TASKQ_CPUPCT_MAX_PERCENT; variable
1951 if (pct > taskq_cpupct_max_percent) in taskq_create_common()
1952 pct = taskq_cpupct_max_percent; in taskq_create_common()