Home
last modified time | relevance | path

Searched refs:prepare_to_wait (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_wait.c68 prepare_to_wait(wq, &__wait, TASK_INTERRUPTIBLE); in osal_wait_interruptible()
69 /* if wakeup the queue before prepare_to_wait, the func will return true. And will not go to schedule */ in osal_wait_interruptible()
105 prepare_to_wait(wq, &__wait, TASK_UNINTERRUPTIBLE); in osal_wait_uninterruptible()
106 /* if wakeup the queue before prepare_to_wait, the func will return true. And will not go to schedule */ in osal_wait_uninterruptible()
138 prepare_to_wait(wq, &__wait, TASK_INTERRUPTIBLE); in osal_wait_timeout_interruptible()
139 /* if wakeup the queue before prepare_to_wait, the func will return true. And will not go to schedule */ in osal_wait_timeout_interruptible()
179 prepare_to_wait(wq, &__wait, TASK_UNINTERRUPTIBLE); in osal_wait_timeout_uninterruptible()
180 /* if wakeup the queue before prepare_to_wait, the func will return true. And will not go to schedule */ in osal_wait_timeout_uninterruptible()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dwait.c246 void prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait() function
258 EXPORT_SYMBOL(prepare_to_wait); variable
/device/soc/rockchip/common/sdk_linux/fs/xfs/
H A Dxfs_inode.c2661 prepare_to_wait(wq, &wait.wq_entry, TASK_UNINTERRUPTIBLE); in _xfs_iunpin_wait()

Completed in 9 milliseconds