Home
last modified time | relevance | path

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

/kernel/
Dsched_rt.c1492 if (--p->rt.time_slice) in task_tick_rt()
1495 p->rt.time_slice = DEF_TIMESLICE; in task_tick_rt()
Dsched.c5939 unsigned int time_slice; in SYSCALL_DEFINE2() local
5960 time_slice = 0; in SYSCALL_DEFINE2()
5962 time_slice = DEF_TIMESLICE; in SYSCALL_DEFINE2()
5970 time_slice = NS_TO_JIFFIES(sched_slice(&rq->cfs, se)); in SYSCALL_DEFINE2()
5974 jiffies_to_timespec(time_slice, &t); in SYSCALL_DEFINE2()