Home
last modified time | relevance | path

Searched refs:queued (Results 1 – 9 of 9) sorted by relevance

/kernel/sched/
Dcore.c1952 bool queued, running; in do_set_cpus_allowed() local
1956 queued = task_on_rq_queued(p); in do_set_cpus_allowed()
1959 if (queued) { in do_set_cpus_allowed()
1972 if (queued) in do_set_cpus_allowed()
2343 int running, queued; in wait_task_inactive() local
2382 queued = task_on_rq_queued(p); in wait_task_inactive()
2414 if (unlikely(queued)) { in wait_task_inactive()
5117 int prio, oldprio, queued, running, queue_flag = in rt_mutex_setprio() local
5178 queued = task_on_rq_queued(p); in rt_mutex_setprio()
5180 if (queued) in rt_mutex_setprio()
[all …]
Dstop_task.c90 static void task_tick_stop(struct rq *rq, struct task_struct *curr, int queued) in task_tick_stop() argument
Didle.c469 static void task_tick_idle(struct rq *rq, struct task_struct *curr, int queued) in task_tick_idle() argument
Ddeadline.c1894 static void task_tick_dl(struct rq *rq, struct task_struct *p, int queued) in task_tick_dl() argument
1904 if (hrtick_enabled(rq) && queued && p->dl.runtime > 0 && in task_tick_dl()
Dsched.h1869 void (*task_tick)(struct rq *rq, struct task_struct *p, int queued);
Dfair.c4747 entity_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr, int queued) in entity_tick() argument
4765 if (queued) { in entity_tick()
11127 static void task_tick_fair(struct rq *rq, struct task_struct *curr, int queued) in task_tick_fair() argument
11134 entity_tick(cfs_rq, se, queued); in task_tick_fair()
Drt.c2504 static void task_tick_rt(struct rq *rq, struct task_struct *p, int queued) in task_tick_rt() argument
/kernel/
Dstop_machine.c420 bool queued = false; in queue_stop_cpus_work() local
436 queued = true; in queue_stop_cpus_work()
442 return queued; in queue_stop_cpus_work()
/kernel/rcu/
DKconfig178 they have RCU callbacks queued, and prevents RCU from waking