Searched refs:async_wait (Results 1 – 2 of 2) sorted by relevance
85 wake_up_interruptible(&priv->async_wait); in tpm_dev_async_work()108 wake_up_interruptible(&priv->async_wait); in tpm_timeout_work()122 init_waitqueue_head(&priv->async_wait); in tpm_common_open()243 poll_wait(file, &priv->async_wait, wait); in tpm_common_poll()
16 wait_queue_head_t async_wait; member