Home
last modified time | relevance | path

Searched refs:TASK_RUNNING (Results 1 - 18 of 18) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dwait.c63 * started to run but is not in state TASK_RUNNING. try_to_wake_up() returns
382 __set_current_state(TASK_RUNNING); in finish_wait()
434 * p->state = TASK_RUNNING; p->state = TASK_RUNNING;
452 __set_current_state(TASK_RUNNING); in wait_woken()
H A Dcore.c2169 WARN_ON_ONCE(p->state != TASK_RUNNING && p->state != TASK_WAKING && in set_task_cpu()
2177 WARN_ON_ONCE(p->state == TASK_RUNNING && in set_task_cpu()
2733 p->state = TASK_RUNNING; in ttwu_do_wakeup()
2802 * __set_current_state(TASK_RUNNING);
2805 * runnable, so all that needs doing is change p->state back to TASK_RUNNING in
2810 * TASK_RUNNING. Otherwise we lost the race, schedule() has happened, and we
3109 * If (@state & @p->state) @p->state = TASK_RUNNING.
3163 p->state = TASK_RUNNING; in try_to_wake_up()
3360 case TASK_RUNNING: in try_invoke_on_locked_down_task()
3721 p->state = TASK_RUNNING; in wake_up_new_task()
[all...]
H A Drt.c1869 if (task->state == TASK_RUNNING || boosted) { in find_cas_cpu()
H A Dfair.c10526 if (task_on_rq_queued(push_task) && push_task->state == TASK_RUNNING && task_cpu(push_task) == busiest_cpu && in active_load_balance_cpu_stop()
11488 if (rq->curr->state != TASK_RUNNING || rq->curr->nr_cpus_allowed == 1) { in check_for_migration_fair()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-fence.c774 __set_current_state(TASK_RUNNING); in dma_fence_default_wait()
872 __set_current_state(TASK_RUNNING); in dma_fence_wait_any_timeout()
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/
H A Dprocess.c580 if (!p || p == current || p->state == TASK_RUNNING) { in get_wchan()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h85 #define TASK_RUNNING 0x0000 macro
115 (TASK_RUNNING | TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE | __TASK_STOPPED | __TASK_TRACED | EXIT_DEAD | \
168 * __set_current_state(TASK_RUNNING);
182 * Wakeup will do: if (@state & p->state) p->state = TASK_RUNNING, that is,
184 * TASK_RUNNING store which can collide with __set_current_state(TASK_RUNNING).
186 * However, with slightly different timing the wakeup TASK_RUNNING store can
200 * serialize against wakeups such that any possible in-flight TASK_RUNNING stores
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drk_fiq_debugger.c290 set_current_state(TASK_RUNNING); in console_thread()
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H A Dcgroup-v1.c754 case TASK_RUNNING:
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dlinuxver.h807 current->state = TASK_RUNNING; \
/device/soc/rockchip/common/sdk_linux/include/trace/events/
H A Dsched.h104 * Decrement it by 1 (except TASK_RUNNING state i.e 0) before using in trace_sched_switch_state()
162 __entry->running = (p->state == TASK_RUNNING);),
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drk_fiq_debugger.c287 set_current_state(TASK_RUNNING); in console_thread()
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger.c364 if (task_state == TASK_RUNNING) { in fiq_debugger_do_ps()
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger.c352 if (task_state == TASK_RUNNING) in fiq_debugger_do_ps()
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
H A Dl2cap_sock.c1328 set_current_state(TASK_RUNNING); in __l2cap_wait_ack()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_sdio.c6973 set_current_state(TASK_RUNNING); in dhdsdio_dpc()
H A Dwl_cfg80211.c17491 set_current_state(TASK_RUNNING); in wl_cfg80211_netdev_notifier_call()
H A Ddhd_linux.c15809 set_current_state(TASK_RUNNING); in dhd_wait_pend8021x()

Completed in 104 milliseconds