Home
last modified time | relevance | path

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

/fs/proc/
Dstat.c26 cputime64_t user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local
32 user = nice = system = idle = iowait = in show_stat()
40 nice = cputime64_add(nice, kstat_cpu(i).cpustat.nice); in show_stat()
57 (unsigned long long)cputime64_to_clock_t(nice), in show_stat()
69 nice = kstat_cpu(i).cpustat.nice; in show_stat()
81 (unsigned long long)cputime64_to_clock_t(nice), in show_stat()
Darray.c349 long priority, nice; in do_task_stat() local
440 nice = task_nice(task); in do_task_stat()
471 nice, in do_task_stat()
/fs/
DKconfig.binfmt152 You can do other nice things, too. Read the file
/fs/ntfs/
DChangeLog6 not running under i_mutex that we play nice. Also need to be careful
129 pages and this ensures we play nice with the VM and the system as a
795 and since setting this flag breaks Captive-NTFS which is not nice.