Searched refs:TASKQ_THREADS_PCT (Results 1 – 2 of 2) sorted by relevance
160 #define TASKQ_THREADS_PCT(ncpus, pct) MAX(((ncpus) * (pct)) / 100, 1) macro
850 uint_t newtarget = TASKQ_THREADS_PCT(ncpus, tq->tq_threads_ncpus_pct); in taskq_update_nthreads()1917 max_nthreads = TASKQ_THREADS_PCT(max_ncpus, pct); in taskq_create_common()