Home
last modified time | relevance | path

Searched refs:set_current_state (Results 1 - 12 of 12) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dwait.c235 * Note: we use "set_current_state()" _after_ the wait-queue add,
255 set_current_state(state); in prepare_to_wait()
272 set_current_state(state); in prepare_to_wait_exclusive()
316 set_current_state(state); in prepare_to_wait_event()
337 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr()
356 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr_irq()
448 set_current_state(mode); /* A */ in wait_woken()
H A Dcore.c140 * is changed locklessly using set_current_state(), __set_current_state() or
2435 set_current_state(TASK_UNINTERRUPTIBLE); in wait_task_inactive()
2795 * set_current_state(TASK_UNINTERRUPTIBLE);
2804 * between set_current_state() and schedule(). In this case @p is still
3076 * accesses to the task state; see try_to_wake_up() and set_current_state().
3116 * with set_current_state().
3172 * in set_current_state() that the waiting thread does. in try_to_wake_up()
6762 set_current_state(TASK_RUNNING); in yield()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-fence.c858 set_current_state(TASK_INTERRUPTIBLE); in dma_fence_wait_any_timeout()
860 set_current_state(TASK_UNINTERRUPTIBLE); in dma_fence_wait_any_timeout()
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drk_fiq_debugger.c281 set_current_state(TASK_INTERRUPTIBLE); in console_thread()
290 set_current_state(TASK_RUNNING); in console_thread()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drk_fiq_debugger.c279 set_current_state(TASK_INTERRUPTIBLE); in console_thread()
287 set_current_state(TASK_RUNNING); in console_thread()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h103 /* Convenience macros for the sake of set_current_state: */
139 #define set_current_state(state_value) \ macro
157 * set_current_state() includes a barrier so that the write of current->state
162 * set_current_state(TASK_UNINTERRUPTIBLE);
195 #define set_current_state(state_value) smp_store_mb(current->state, (state_value)) macro
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
H A Dl2cap_sock.c1298 set_current_state(TASK_INTERRUPTIBLE); in __l2cap_wait_ack()
1315 set_current_state(TASK_INTERRUPTIBLE); in __l2cap_wait_ack()
1328 set_current_state(TASK_RUNNING); in __l2cap_wait_ack()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dlinuxver.h795 set_current_state(TASK_INTERRUPTIBLE); \
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_sdio.c6970 set_current_state(TASK_INTERRUPTIBLE); in dhdsdio_dpc()
6973 set_current_state(TASK_RUNNING); in dhdsdio_dpc()
H A Dwl_cfg80211.c17489 set_current_state(TASK_INTERRUPTIBLE); in wl_cfg80211_netdev_notifier_call()
17491 set_current_state(TASK_RUNNING); in wl_cfg80211_netdev_notifier_call()
H A Ddhd_linux.c15805 set_current_state(TASK_INTERRUPTIBLE); in dhd_wait_pend8021x()
15809 set_current_state(TASK_RUNNING); in dhd_wait_pend8021x()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c879 set_current_state(TASK_INTERRUPTIBLE); in _kc_msleep_interruptible()
[all...]

Completed in 107 milliseconds