Searched refs:rt_time_slice (Results 1 – 5 of 5) sorted by relevance
50 3. rt_time_slice: 实时进程的时间片,默认为100,随着CPU运行而减少,在rt_time_slice为0时,将时间片赋初值并将该进程加入执行队列。
193 if proc.rt_time_slice <= 0 { in sched()194 proc.rt_time_slice = SchedulerRT::RR_TIMESLICE; in sched()
162 current_pcb().rt_time_slice -= 1; in sched_update_jiffies()
108 int64_t rt_time_slice; // 由实时调度器管理的时间片 member
163 rt_pcb->rt_time_slice = 80; in process_init_rt_pcb()