Searched refs:TASK_INTERRUPTIBLE (Results 1 - 19 of 19) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | osal_wait.c | 68 prepare_to_wait(wq, &__wait, TASK_INTERRUPTIBLE); in osal_wait_interruptible() 138 prepare_to_wait(wq, &__wait, TASK_INTERRUPTIBLE); in osal_wait_timeout_interruptible()
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | wait.c | 337 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr() 356 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr_irq()
|
H A D | fair.c | 1091 if (tsk->state & TASK_INTERRUPTIBLE) { in update_stats_dequeue()
|
/device/soc/rockchip/common/sdk_linux/include/linux/sched/ |
H A D | signal.h | 384 if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL))) {
in signal_pending_state() 391 return (state & TASK_INTERRUPTIBLE) || __fatal_signal_pending(p);
in signal_pending_state()
|
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
H A D | dma-fence.c | 757 __set_current_state(TASK_INTERRUPTIBLE); in dma_fence_default_wait() 858 set_current_state(TASK_INTERRUPTIBLE); in dma_fence_wait_any_timeout()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | sched.h | 86 #define TASK_INTERRUPTIBLE 0x0001
macro 111 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
115 (TASK_RUNNING | TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE | __TASK_STOPPED | __TASK_TRACED | EXIT_DEAD | \
|
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | msg.c | 201 __set_current_state(TASK_INTERRUPTIBLE); in ss_add() 1208 __set_current_state(TASK_INTERRUPTIBLE); in do_msgrcv()
|
H A D | sem.c | 233 * current->state is set to TASK_INTERRUPTIBLE while holding sem_lock().
2226 __set_current_state(TASK_INTERRUPTIBLE);
in do_semtimedop()
|
/device/soc/rockchip/common/sdk_linux/net/bluetooth/ |
H A D | l2cap_sock.c | 383 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in l2cap_sock_accept() 1298 set_current_state(TASK_INTERRUPTIBLE); in __l2cap_wait_ack() 1315 set_current_state(TASK_INTERRUPTIBLE); in __l2cap_wait_ack()
|
H A D | sco.c | 699 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in sco_sock_accept()
|
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | rk_fiq_debugger.c | 281 set_current_state(TASK_INTERRUPTIBLE);
in console_thread()
|
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/ |
H A D | cgroup-v1.c | 757 case TASK_INTERRUPTIBLE:
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | linuxver.h | 795 set_current_state(TASK_INTERRUPTIBLE); \
|
/device/soc/rockchip/common/sdk_linux/include/trace/events/ |
H A D | sched.h | 139 ? __print_flags(__entry->prev_state &(TASK_REPORT_MAX - 1), "|", {TASK_INTERRUPTIBLE, "S"},
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | rk_fiq_debugger.c | 279 set_current_state(TASK_INTERRUPTIBLE); in console_thread()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_sdio.c | 6970 set_current_state(TASK_INTERRUPTIBLE); in dhdsdio_dpc()
|
H A D | wl_cfg80211.c | 17489 set_current_state(TASK_INTERRUPTIBLE); in wl_cfg80211_netdev_notifier_call()
|
H A D | dhd_linux.c | 15805 set_current_state(TASK_INTERRUPTIBLE); in dhd_wait_pend8021x()
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | r8168_n.c | 879 set_current_state(TASK_INTERRUPTIBLE); in _kc_msleep_interruptible() [all...] |
Completed in 126 milliseconds