Searched refs:rx_waitq (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | he.c | 1704 HPRINTK("wake_up rx_waitq (cid 0x%x)\n", cid); in he_service_rbrq() 1705 wake_up(&he_vcc->rx_waitq); in he_service_rbrq() 2147 init_waitqueue_head(&he_vcc->rx_waitq); in he_open() 2271 HPRINTK("open rx cid 0x%x (rx_waitq %p)\n", cid, in he_open() 2272 &HE_VCC(vcc)->rx_waitq); in he_open() 2363 add_wait_queue(&he_vcc->rx_waitq, &wait); in he_close() 2372 remove_wait_queue(&he_vcc->rx_waitq, &wait); in he_close()
|
H A D | he.h | 325 wait_queue_head_t rx_waitq; member
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | he.c | 1701 HPRINTK("wake_up rx_waitq (cid 0x%x)\n", cid); in he_service_rbrq() 1702 wake_up(&he_vcc->rx_waitq); in he_service_rbrq() 2144 init_waitqueue_head(&he_vcc->rx_waitq); in he_open() 2268 HPRINTK("open rx cid 0x%x (rx_waitq %p)\n", cid, 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()
|
H A D | he.h | 325 wait_queue_head_t rx_waitq; member
|
Completed in 19 milliseconds