Home
last modified time | relevance | path

Searched refs:p_nice (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_resource.c110 low = td->td_proc->p_nice; in kern_getpriority()
116 low = p->p_nice; in kern_getpriority()
138 if (p->p_nice < low) in kern_getpriority()
139 low = p->p_nice; in kern_getpriority()
155 if (p->p_nice < low) in kern_getpriority()
156 low = p->p_nice; in kern_getpriority()
279 if (n < p->p_nice && priv_check(td, PRIV_SCHED_SETPRIORITY) != 0) in donice()
H A Dsched_ule.c1592 score = imax(0, sched_interact_score(td) + td->td_proc->p_nice); in sched_priority()
1605 pri += SCHED_PRI_NICE(td->td_proc->p_nice); in sched_priority()
1609 pri, td->td_proc->p_nice, td_get_sched(td)->ts_ticks, in sched_priority()
2175 p->p_nice = nice; in sched_nice()
H A Dkern_clock.c659 if (p->p_nice > NZERO) in statclock()
H A Dsched_4bsd.c612 NICE_WEIGHT * (td->td_proc->p_nice - PRIO_MIN); in resetpriority()
812 p->p_nice = nice; in sched_nice()
H A Dinit_main.c499 p->p_nice = NZERO; in proc0_init()
H A Dkern_proc.c1128 kp->ki_nice = p->p_nice; in fill_kinfo_proc_only()
/f-stack/lib/
H A Dff_init_main.c412 p->p_nice = NZERO; in proc0_init()
/f-stack/freebsd/vm/
H A Dvm_swapout.c702 pri -= p->p_nice * 8; in swapper_selector()
/f-stack/freebsd/sys/
H A Dproc.h681 signed char p_nice; /* (c) Process "nice" value. */ member