Searched refs:queued (Results 1 - 7 of 7) sorted by relevance

/kernel/sched/
H A Didle_task.c54 static void task_tick_idle(struct rq *rq, struct task_struct *curr, int queued) argument
H A Dstop_task.c77 static void task_tick_stop(struct rq *rq, struct task_struct *curr, int queued) argument
H A Dcore.c1215 int running, queued; local
1253 queued = task_on_rq_queued(p);
1285 if (unlikely(queued)) {
2853 * If we are going to sleep and we have plugged IO queued,
3026 int oldprio, queued, running, enqueue_flag = 0; local
3055 queued = task_on_rq_queued(p);
3057 if (queued)
3097 if (queued)
3108 int old_prio, delta, queued; local
3129 queued
3411 int retval, oldprio, oldpolicy = -1, queued, running; local
4828 bool queued, running; local
7233 int queued; local
7422 int queued, running; local
[all...]
H A Dfair.c274 /* runqueue on which this entity is (to be) queued */
3098 entity_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr, int queued) argument
3114 * queued ticks are scheduled to match the slice, so don't bother
3117 if (queued) {
7521 static void task_tick_fair(struct rq *rq, struct task_struct *curr, int queued) argument
7528 entity_tick(cfs_rq, se, queued);
7619 * If it's queued, then the dequeue_entity(.flags=0) will already
7620 * have normalized the vruntime, if it's !queued, then only when
7704 static void task_move_group_fair(struct task_struct *p, int queued) argument
7723 * When !queued, vruntim
[all...]
H A Ddeadline.c410 * When a -deadline entity is queued back on the runqueue, its runtime and
1092 static void task_tick_dl(struct rq *rq, struct task_struct *p, int queued) argument
1097 if (hrtick_enabled(rq) && queued && p->dl.runtime > 0)
H A Dsched.h252 * are queued on this cfs_rq, so a weight of a entity should not be
408 int curr; /* highest queued rt task prio */
1126 void (*task_tick) (struct rq *rq, struct task_struct *p, int queued);
H A Drt.c82 /* We start is dequeued state, because no RT tasks are queued */
2048 static void task_tick_rt(struct rq *rq, struct task_struct *p, int queued) argument

Completed in 304 milliseconds