Home
last modified time | relevance | path

Searched refs:cmd_reply_wait_q (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/virt/nitro_enclaves/
H A Dne_pci_dev.c90 rc = wait_event_timeout(ne_pci_dev->cmd_reply_wait_q, in ne_wait_for_reply()
197 wake_up(&ne_pci_dev->cmd_reply_wait_q); in ne_reply_handler()
518 init_waitqueue_head(&ne_pci_dev->cmd_reply_wait_q); in ne_pci_probe()
H A Dne_pci_dev.h278 * @cmd_reply_wait_q: Wait queue for handling command reply from the
293 wait_queue_head_t cmd_reply_wait_q; member
/kernel/linux/linux-6.6/drivers/virt/nitro_enclaves/
H A Dne_pci_dev.c90 rc = wait_event_timeout(ne_pci_dev->cmd_reply_wait_q, in ne_wait_for_reply()
197 wake_up(&ne_pci_dev->cmd_reply_wait_q); in ne_reply_handler()
519 init_waitqueue_head(&ne_pci_dev->cmd_reply_wait_q); in ne_pci_probe()
H A Dne_pci_dev.h282 * @cmd_reply_wait_q: Wait queue for handling command reply from the
297 wait_queue_head_t cmd_reply_wait_q; member

Completed in 3 milliseconds