Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dtaskq.c535 int taskq_cpupct_max_percent = TASKQ_CPUPCT_MAX_PERCENT; variable
1904 if (pct > taskq_cpupct_max_percent) in taskq_create_common()
1905 pct = taskq_cpupct_max_percent; in taskq_create_common()