Searched defs:queued (Results 1 – 6 of 6) sorted by relevance
/kernel/sched/ |
D | idle_task.c | 54 static void task_tick_idle(struct rq *rq, struct task_struct *curr, int queued) in task_tick_idle()
|
D | stop_task.c | 80 static void task_tick_stop(struct rq *rq, struct task_struct *curr, int queued) in task_tick_stop()
|
D | core.c | 1424 int running, queued; in wait_task_inactive() local 3438 int oldprio, queued, running, enqueue_flag = 0; in rt_mutex_setprio() local 3522 int old_prio, delta, queued; in set_user_nice() local 3844 int retval, oldprio, oldpolicy = -1, queued, running; in __sched_setscheduler() local 5113 bool queued, running; in sched_setnuma() local 7663 int queued; in normalize_task() local 7852 int queued, running; in sched_move_task() local
|
D | deadline.c | 1202 static void task_tick_dl(struct rq *rq, struct task_struct *p, int queued) in task_tick_dl()
|
D | rt.c | 2152 static void task_tick_rt(struct rq *rq, struct task_struct *p, int queued) in task_tick_rt()
|
D | fair.c | 3142 entity_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr, int queued) in entity_tick() 8868 static void task_tick_fair(struct rq *rq, struct task_struct *curr, int queued) in task_tick_fair()
|