Home
last modified time | relevance | path

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

/linux-2.4.37.9/kernel/
Dsched.c71 #define NICE_TO_TICKS(nice) (TICK_SCALE(20-(nice))+1) macro
580 prev->counter = NICE_TO_TICKS(prev->nice); in schedule()
622 p->counter = (p->counter >> 1) + NICE_TO_TICKS(p->nice); in schedule()
1171 jiffies_to_timespec(p->policy & SCHED_FIFO ? 0 : NICE_TO_TICKS(p->nice), in sys_sched_rr_get_interval()