close_wait        729 drivers/atm/firestream.c 				wake_up_interruptible (& FS_VCC (ATM_SKB(skb)->vcc)->close_wait);
close_wait        892 drivers/atm/firestream.c 	init_waitqueue_head (&vcc->close_wait);
close_wait       1118 drivers/atm/firestream.c 		wait_event_interruptible(vcc->close_wait, !vcc->last_skb);
close_wait        436 drivers/atm/firestream.h 	wait_queue_head_t close_wait;
close_wait       1675 drivers/atm/iphase.c                wake_up(&iadev->close_wait);
close_wait       2172 drivers/atm/iphase.c         init_waitqueue_head(&iadev->close_wait);
close_wait       2456 drivers/atm/iphase.c                     wake_up(&ia_dev[i]->close_wait);
close_wait       2646 drivers/atm/iphase.c            wait_event_timeout(iadev->close_wait, (ia_vcc->vc_desc_cnt <= 0), closetime);
close_wait       1006 drivers/atm/iphase.h         wait_queue_head_t    close_wait;
close_wait        337 drivers/net/wan/z85230.h 	wait_queue_head_t	close_wait;	/* and for close to end */
close_wait        121 drivers/usb/gadget/function/u_serial.c 	wait_queue_head_t	close_wait;
close_wait        754 drivers/usb/gadget/function/u_serial.c 	wake_up(&port->close_wait);
close_wait       1155 drivers/usb/gadget/function/u_serial.c 	init_waitqueue_head(&port->close_wait);
close_wait       1186 drivers/usb/gadget/function/u_serial.c 	wait_event(port->close_wait, gs_closed(port));