Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c288 while (ssc->sc_refs > 0) { in ucom_drain()
976 ssc->sc_refs++; in ucom_ref()
1013 retval = (ssc->sc_refs < 2); in ucom_unref()
1014 ssc->sc_refs--; in ucom_unref()
Dusb_serial.h145 int sc_refs; member