Searched defs:queued (Results 1 – 7 of 7) sorted by relevance
/kernel/sched/ |
D | stop_task.c | 99 static void task_tick_stop(struct rq *rq, struct task_struct *curr, int queued) in task_tick_stop()
|
D | idle.c | 480 static void task_tick_idle(struct rq *rq, struct task_struct *curr, int queued) in task_tick_idle()
|
D | core.c | 2544 bool queued, running; in __do_set_cpus_allowed() local 3305 int running, queued; in wait_task_inactive() local 6987 int prio, oldprio, queued, running, queue_flag = in rt_mutex_setprio() local 7112 bool queued, running, allowed = false; in set_user_nice() local 7470 int retval, oldprio, newprio, queued, running; in __sched_setscheduler() local 9016 bool queued, running; in sched_setnuma() local 10131 int queued, running, queue_flags = in sched_move_task() local
|
D | deadline.c | 1911 static void task_tick_dl(struct rq *rq, struct task_struct *p, int queued) in task_tick_dl()
|
D | rt.c | 2586 static void task_tick_rt(struct rq *rq, struct task_struct *p, int queued) in task_tick_rt()
|
D | fair.c | 4838 entity_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr, int queued) in entity_tick() 11640 static void task_tick_fair(struct rq *rq, struct task_struct *curr, int queued) in task_tick_fair()
|
/kernel/ |
D | stop_machine.c | 399 bool queued = false; in queue_stop_cpus_work() local
|