Lines Matching defs:nice
1239 int high = pool->attrs->nice == HIGHPRI_NICE_LEVEL ? 1 : 0;
1254 if (pool->attrs->nice == HIGHPRI_NICE_LEVEL)
2815 pool->attrs->nice < 0 ? "H" : "");
2874 set_user_nice(worker->task, pool->attrs->nice);
3776 if (pool->attrs->nice == HIGHPRI_NICE_LEVEL)
3808 if (pool->attrs->nice == HIGHPRI_NICE_LEVEL)
4783 to->nice = from->nice;
4814 hash = jhash_1word(attrs->nice, hash);
4828 if (a->nice != b->nice)
6370 pool->attrs->nice == HIGHPRI_NICE_LEVEL ? "-hi" : "");
6372 pr_cont(" nice=%d", pool->attrs->nice);
6381 pool->attrs->nice == HIGHPRI_NICE_LEVEL ? "-hi" : "");
7223 * nice RW int : nice value of the workers
7305 written = scnprintf(buf, PAGE_SIZE, "%d\n", wq->unbound_attrs->nice);
7339 if (sscanf(buf, "%d", &attrs->nice) == 1 &&
7340 attrs->nice >= MIN_NICE && attrs->nice <= MAX_NICE)
7462 __ATTR(nice, 0644, wq_nice_show, wq_nice_store),
7945 static void __init init_cpu_worker_pool(struct worker_pool *pool, int cpu, int nice)
7951 pool->attrs->nice = nice;
8042 attrs->nice = std_nice[i];
8050 attrs->nice = std_nice[i];