Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c128 HIGHPRI_NICE_LEVEL = MIN_NICE, enumerator
1239 int high = pool->attrs->nice == HIGHPRI_NICE_LEVEL ? 1 : 0; in bh_pool_irq_work()
1254 if (pool->attrs->nice == HIGHPRI_NICE_LEVEL) in kick_bh_pool()
3768 if (pool->attrs->nice == HIGHPRI_NICE_LEVEL) in drain_dead_softirq_workfn()
3800 if (pool->attrs->nice == HIGHPRI_NICE_LEVEL) in workqueue_softirq_dead()
6355 pool->attrs->nice == HIGHPRI_NICE_LEVEL ? "-hi" : ""); in pr_cont_pool_info()
6366 pool->attrs->nice == HIGHPRI_NICE_LEVEL ? "-hi" : ""); in pr_cont_worker_id()
7959 int std_nice[NR_STD_WORKER_POOLS] = { 0, HIGHPRI_NICE_LEVEL }; in workqueue_init_early()