Searched refs:async_p (Results 1 – 2 of 2) sorted by relevance
736 f->async_p = NULL; in usb_fifo_open()803 if (f->async_p != NULL) { in usb_fifo_close()804 PROC_LOCK(f->async_p); in usb_fifo_close()806 PROC_UNLOCK(f->async_p); in usb_fifo_close()807 f->async_p = NULL; in usb_fifo_close()1023 if (f->async_p != NULL) { in usb_ioctl_f_sub()1029 f->async_p = NULL; in usb_ioctl_f_sub()1035 if (f->async_p == NULL) { in usb_ioctl_f_sub()1747 if (f->async_p != NULL) { in usb_fifo_wakeup()1748 PROC_LOCK(f->async_p); in usb_fifo_wakeup()[all …]
115 struct proc *async_p; /* process that wants SIGIO */ member