Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/atm/
Dhe.c1702 wake_up(&he_vcc->rx_waitq); in he_service_rbrq()
2144 init_waitqueue_head(&he_vcc->rx_waitq); in he_open()
2269 &HE_VCC(vcc)->rx_waitq); in he_open()
2360 add_wait_queue(&he_vcc->rx_waitq, &wait); in he_close()
2369 remove_wait_queue(&he_vcc->rx_waitq, &wait); in he_close()
Dhe.h325 wait_queue_head_t rx_waitq; member