Symbol: nice
crypto/heimdal/appl/login/login.c
431
nice(udb->ue_nice[UDBRC_INTER]);
include/unistd.h
461
int nice(int);
libexec/atrun/atrun.c
303
nice(tolower(queue) - 'a');
sys/dev/qat/qat_api/common/compression/dc_session.c
292
hw_comp_upper_csr.nice =
sys/dev/qat/qat_api/firmware/include/icp_qat_hw_20_comp.h
137
uint16_t nice;
sys/dev/qat/qat_api/firmware/include/icp_qat_hw_20_comp.h
200
csr.nice,
sys/kern/sched_4bsd.c
1863
SLOT(nice),
sys/kern/sched_4bsd.c
825
sched_4bsd_nice(struct proc *p, int nice)
sys/kern/sched_4bsd.c
830
p->p_nice = nice;
sys/kern/sched_shim.c
46
DEFINE_SHIM2(nice, void, sched_nice, struct proc *, p, int, nice)
sys/kern/sched_ule.c
144
#define SCHED_PRI_NICE(nice) (((nice) - PRIO_MIN) * 5 / 4)
sys/kern/sched_ule.c
1733
int nice;
sys/kern/sched_ule.c
1738
nice = td->td_proc->p_nice;
sys/kern/sched_ule.c
1752
score = imax(0, sched_interact_score(td) + nice);
sys/kern/sched_ule.c
1766
const u_int nice_pri_off = SCHED_PRI_NICE(nice);
sys/kern/sched_ule.c
1780
len, run, run_unshifted, cpu_pri_off, nice, nice_pri_off));
sys/kern/sched_ule.c
2432
sched_ule_nice(struct proc *p, int nice)
sys/kern/sched_ule.c
2438
p->p_nice = nice;
sys/kern/sched_ule.c
3406
SLOT(nice),
sys/sys/sched.h
283
void (*nice)(struct proc *p, int nice);
sys/sys/sched.h
97
void sched_nice(struct proc *p, int nice);
usr.bin/ctlstat/ctlstat.c
237
cpu_stats->nice = cp_time[CP_NICE];
usr.bin/ctlstat/ctlstat.c
634
ctx->cur_cpu.nice + ctx->cur_cpu.system +
usr.bin/ctlstat/ctlstat.c
87
uint64_t nice;
usr.sbin/apmd/apmd.c
665
nice(NICE_INCR);