OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_write_mtx
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/usb/
if_urtwn.c
84
* The
sc_write_mtx
locking is to prevent sequences of writes from
416
mutex_init(&sc->
sc_write_mtx
, MUTEX_DEFAULT, IPL_NONE);
615
mutex_destroy(&sc->
sc_write_mtx
);
1008
KASSERT(mutex_owned(&sc->
sc_write_mtx
));
1150
KASSERT(mutex_owned(&sc->
sc_write_mtx
));
1269
KASSERT(mutex_owned(&sc->
sc_write_mtx
));
1293
KASSERT(mutex_owned(&sc->
sc_write_mtx
));
1325
KASSERT(mutex_owned(&sc->
sc_write_mtx
));
1501
mutex_enter(&sc->
sc_write_mtx
);
1525
mutex_exit(&sc->
sc_write_mtx
);
[
all
...]
if_otus.c
638
mutex_init(&sc->
sc_write_mtx
, MUTEX_DEFAULT, IPL_NONE);
723
mutex_destroy(&sc->
sc_write_mtx
);
1353
mutex_enter(&sc->
sc_write_mtx
);
1396
mutex_exit(&sc->
sc_write_mtx
);
1464
KASSERT(mutex_owned(&sc->
sc_write_mtx
));
1481
KASSERT(mutex_owned(&sc->
sc_write_mtx
));
2272
mutex_enter(&sc->
sc_write_mtx
);
2274
mutex_exit(&sc->
sc_write_mtx
);
2329
mutex_enter(&sc->
sc_write_mtx
);
2334
mutex_exit(&sc->
sc_write_mtx
);
[
all
...]
if_otusvar.h
206
kmutex_t
sc_write_mtx
;
member in struct:otus_softc
if_urtwnvar.h
136
kmutex_t
sc_write_mtx
;
member in struct:urtwn_softc
Completed in 38 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025