Home
last modified time | relevance | path

Searched refs:async_wait (Results 1 – 2 of 2) sorted by relevance

/drivers/char/tpm/
Dtpm-dev-common.c85 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()
Dtpm-dev.h16 wait_queue_head_t async_wait; member