Home
last modified time | relevance | path

Searched refs:ENQUEUE_WAKEUP (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/sched/
H A Ddeadline.c1671 enqueue_dl_entity(dl_se, ENQUEUE_WAKEUP); in dl_server_start()
1962 if (flags & ENQUEUE_WAKEUP) in update_stats_enqueue_dl()
2050 if (flags & ENQUEUE_WAKEUP) in enqueue_dl_entity()
2061 if (flags & ENQUEUE_WAKEUP) { in enqueue_dl_entity()
H A Dfair.c1341 if (flags & ENQUEUE_WAKEUP) in update_stats_enqueue_fair()
6028 enqueue_entity(qcfs_rq, se, ENQUEUE_WAKEUP); in unthrottle_cfs_rq()
6923 int task_new = !(flags & ENQUEUE_WAKEUP); in enqueue_task_fair()
6983 flags = ENQUEUE_WAKEUP; in enqueue_task_fair()
H A Dext.c724 SCX_ENQ_WAKEUP = ENQUEUE_WAKEUP,
2117 if (enq_flags & ENQUEUE_WAKEUP) in enqueue_task_scx()
H A Dcore.c3710 int en_flags = ENQUEUE_WAKEUP | ENQUEUE_NOCLOCK; in ttwu_do_activate()