Lines Matching refs:nice
1938 pool->attrs->nice < 0 ? "H" : "");
1947 set_user_nice(worker->task, pool->attrs->nice);
3394 to->nice = from->nice;
3409 hash = jhash_1word(attrs->nice, hash);
3419 if (a->nice != b->nice)
4693 pr_cont(" flags=0x%x nice=%d", pool->flags, pool->attrs->nice);
5403 * nice RW int : nice value of the workers
5487 written = scnprintf(buf, PAGE_SIZE, "%d\n", wq->unbound_attrs->nice);
5521 if (sscanf(buf, "%d", &attrs->nice) == 1 &&
5522 attrs->nice >= MIN_NICE && attrs->nice <= MAX_NICE)
5611 __ATTR(nice, 0644, wq_nice_show, wq_nice_store),
5992 pool->attrs->nice = std_nice[i++];
6007 attrs->nice = std_nice[i];
6016 attrs->nice = std_nice[i];