Searched refs:TASK_WAKING (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rtg.h | 85 { TASK_WAKING, "W"}) : "R",
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rtg.h | 86 { TASK_WAKING, "W"}) : "R",
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | walt.c | 489 if (!p->on_rq && p->state != TASK_WAKING) in fixup_busy_time() 495 if (p->state == TASK_WAKING) in fixup_busy_time() 517 if (p->state == TASK_WAKING && p->last_sleep_ts >= in fixup_busy_time() 582 if (p->state == TASK_WAKING) in fixup_busy_time()
|
H A D | core.c | 1873 * during wakeups, see set_cpus_allowed_ptr()'s TASK_WAKING test. in migration_cpu_stop() 2026 if (task_running(rq, p) || p->state == TASK_WAKING) { in __set_cpus_allowed_ptr() 2058 WARN_ON_ONCE(p->state != TASK_RUNNING && p->state != TASK_WAKING && in set_task_cpu() 3091 * TASK_WAKING such that we can unlock p->pi_lock before doing the in try_to_wake_up() 3094 p->state = TASK_WAKING; in try_to_wake_up() 3189 case TASK_WAKING: in try_invoke_on_locked_down_task() 4688 * p->state = TASK_WAKING in __schedule()
|
H A D | deadline.c | 1734 if (p->state != TASK_WAKING) in migrate_task_rq_dl() 1739 * Since p->state == TASK_WAKING, set_task_cpu() has been called in migrate_task_rq_dl()
|
H A D | fair.c | 4479 * ->migrate_task_rq_fair() (p->state == TASK_WAKING) 6764 p->state == TASK_WAKING) in cpu_util_without() 7209 if (p->state == TASK_WAKING) { in migrate_task_rq_fair() 11608 (p->state == TASK_WAKING && p->sched_remote_wakeup)) in vruntime_normalized()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | walt.c | 490 if (!p->on_rq && p->__state != TASK_WAKING) in fixup_busy_time() 496 if (p->__state == TASK_WAKING) in fixup_busy_time() 518 if (p->__state == TASK_WAKING && p->last_sleep_ts >= in fixup_busy_time() 583 if (p->__state == TASK_WAKING) in fixup_busy_time()
|
H A D | core.c | 2133 if (state != TASK_RUNNING && state != TASK_WAKING && !p->on_rq) in get_wchan() 2654 * during wakeups, see set_cpus_allowed_ptr()'s TASK_WAKING test. in migration_cpu_stop() 3108 if (task_on_cpu(rq, p) || READ_ONCE(p->__state) == TASK_WAKING) { 3433 WARN_ON_ONCE(state != TASK_RUNNING && state != TASK_WAKING && !p->on_rq); in set_task_cpu() 4437 * TASK_WAKING such that we can unlock p->pi_lock before doing the in try_to_wake_up() 4440 WRITE_ONCE(p->__state, TASK_WAKING); in try_to_wake_up() 4509 if (state == TASK_RUNNING || state == TASK_WAKING) in __task_needs_rq_lock() 6827 * p->state = TASK_WAKING in __schedule()
|
H A D | deadline.c | 1874 if (READ_ONCE(p->__state) != TASK_WAKING) in migrate_task_rq_dl() 1879 * Since p->state == TASK_WAKING, set_task_cpu() has been called in migrate_task_rq_dl()
|
H A D | fair.c | 7864 p->__state == TASK_WAKING) in cpu_util_without()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | sched.h | 98 #define TASK_WAKING 0x0200 macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | sched.h | 99 #define TASK_WAKING 0x00000200 macro
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 109 #define TASK_WAKING 256 macro
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 110 #define TASK_WAKING 256 macro
|
Completed in 81 milliseconds