Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/sched/
Dprio.h6 #define MIN_NICE -20 macro
7 #define NICE_WIDTH (MAX_NICE - MIN_NICE + 1)
/linux-4.19.296/fs/ocfs2/cluster/
Dheartbeat.c1222 set_user_nice(current, MIN_NICE); in o2hb_thread()