Searched defs:queued (Results 1 – 7 of 7) sorted by relevance
| /kernel/sched/ |
| D | idle_task.c | 53 static void task_tick_idle(struct rq *rq, struct task_struct *curr, int queued) in task_tick_idle()
|
| D | stop_task.c | 80 static void task_tick_stop(struct rq *rq, struct task_struct *curr, int queued) in task_tick_stop()
|
| D | core.c | 1115 bool queued, running; in do_set_cpus_allowed() local 1408 int running, queued; in wait_task_inactive() local 3745 int oldprio, queued, running, queue_flag = DEQUEUE_SAVE | DEQUEUE_MOVE; in rt_mutex_setprio() local 3838 bool queued, running; in set_user_nice() local 4183 int retval, oldprio, oldpolicy = -1, queued, running; in __sched_setscheduler() local 5542 bool queued, running; in sched_setnuma() local 8193 int queued, running; in sched_move_task() local
|
| D | deadline.c | 1316 static void task_tick_dl(struct rq *rq, struct task_struct *p, int queued) in task_tick_dl()
|
| D | rt.c | 2336 static void task_tick_rt(struct rq *rq, struct task_struct *p, int queued) in task_tick_rt()
|
| D | fair.c | 3927 entity_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr, int queued) in entity_tick() 10413 static void task_tick_fair(struct rq *rq, struct task_struct *curr, int queued) in task_tick_fair()
|
| /kernel/ |
| D | stop_machine.c | 341 bool queued = false; in queue_stop_cpus_work() local
|