Home
last modified time | relevance | path

Searched defs:nice (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c511 set_user_nice(VCHIQ_THREAD_T thr, int nice) in set_user_nice()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h98 #define NICE_TO_PRIO(nice) (MAX_RT_PRIO + (nice) + 20) argument
/f-stack/freebsd/kern/
H A Dsched_4bsd.c807 sched_nice(struct proc *p, int nice) in sched_nice()
H A Dsched_ule.c172 #define SCHED_PRI_NICE(nice) (nice) argument
2169 sched_nice(struct proc *p, int nice) in sched_nice()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2387 char nice[32]; in dump_dsl_dir() local