Home | History | Annotate | Download | only in usb

Lines Matching defs:sc_async

104 	proc_t *sc_async;	/* process that wants SIGIO */
257 if (atomic_load_relaxed(&sc->sc_async) != NULL) {
259 if (sc->sc_async != NULL) {
261 (intmax_t)sc->sc_async->p_pid));
262 psignal(sc->sc_async, SIGIO);
306 atomic_store_relaxed(&sc->sc_async, NULL);
323 atomic_store_relaxed(&sc->sc_async, NULL);
388 atomic_store_relaxed(&sc->sc_async, NULL);
534 if (sc->sc_async != NULL) {
538 atomic_store_relaxed(&sc->sc_async, l->l_proc);
541 atomic_store_relaxed(&sc->sc_async, NULL);
548 if (sc->sc_async == NULL) {
552 if (*(int *)addr != sc->sc_async->p_pgid) {
561 if (sc->sc_async == NULL) {
565 if (-*(int *)addr != sc->sc_async->p_pgid
566 && *(int *)addr != sc->sc_async->p_pid) {