Searched refs:queued (Results 1 – 8 of 8) sorted by relevance
/kernel/ |
D | stop_machine.c | 399 bool queued = false; in queue_stop_cpus_work() local 416 queued = true; in queue_stop_cpus_work() 422 return queued; in queue_stop_cpus_work()
|
/kernel/sched/ |
D | core.c | 2299 int running, queued, match; in wait_task_inactive() local 2338 queued = task_on_rq_queued(p); in wait_task_inactive() 2346 queued = 1; in wait_task_inactive() 2377 if (unlikely(queued)) { in wait_task_inactive() 2773 bool queued, running; in __do_set_cpus_allowed() local 2792 queued = task_on_rq_queued(p); in __do_set_cpus_allowed() 2795 if (queued) { in __do_set_cpus_allowed() 2808 if (queued) in __do_set_cpus_allowed() 7099 int prio, oldprio, queued, running, queue_flag = in rt_mutex_setprio() local 7162 queued = task_on_rq_queued(p); in rt_mutex_setprio() [all …]
|
D | stop_task.c | 95 static void task_tick_stop(struct rq *rq, struct task_struct *curr, int queued) in task_tick_stop() argument
|
D | idle.c | 477 static void task_tick_idle(struct rq *rq, struct task_struct *curr, int queued) in task_tick_idle() argument
|
D | deadline.c | 2067 static void task_tick_dl(struct rq *rq, struct task_struct *p, int queued) in task_tick_dl() argument 2077 if (hrtick_enabled_dl(rq) && queued && p->dl.runtime > 0 && in task_tick_dl()
|
D | fair.c | 5120 entity_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr, int queued) in entity_tick() argument 5138 if (queued) { in entity_tick() 11986 static void task_tick_fair(struct rq *rq, struct task_struct *curr, int queued) in task_tick_fair() argument 11993 entity_tick(cfs_rq, se, queued); in task_tick_fair()
|
D | sched.h | 2234 void (*task_tick)(struct rq *rq, struct task_struct *p, int queued);
|
D | rt.c | 2749 static void task_tick_rt(struct rq *rq, struct task_struct *p, int queued) in task_tick_rt() argument
|