Searched refs:queued (Results 1 – 9 of 9) sorted by relevance
/kernel/sched/ |
D | core.c | 1952 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 …]
|
D | stop_task.c | 90 static void task_tick_stop(struct rq *rq, struct task_struct *curr, int queued) in task_tick_stop() argument
|
D | idle.c | 469 static void task_tick_idle(struct rq *rq, struct task_struct *curr, int queued) in task_tick_idle() argument
|
D | deadline.c | 1894 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()
|
D | sched.h | 1869 void (*task_tick)(struct rq *rq, struct task_struct *p, int queued);
|
D | fair.c | 4747 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()
|
D | rt.c | 2504 static void task_tick_rt(struct rq *rq, struct task_struct *p, int queued) in task_tick_rt() argument
|
/kernel/ |
D | stop_machine.c | 420 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/ |
D | Kconfig | 178 they have RCU callbacks queued, and prevents RCU from waking
|