Searched refs:taskq_cpupct_max_percent (Results 1 – 1 of 1) sorted by relevance
535 int taskq_cpupct_max_percent = TASKQ_CPUPCT_MAX_PERCENT; variable1904 if (pct > taskq_cpupct_max_percent) in taskq_create_common()1905 pct = taskq_cpupct_max_percent; in taskq_create_common()