OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chan_mtx
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/dev/scsipi/
scsipi_base.c
192
mutex_enter(
chan_mtx
(chan));
203
cv_wait(chan_cv_thread(chan),
chan_mtx
(chan));
204
mutex_exit(
chan_mtx
(chan));
231
mutex_enter(
chan_mtx
(chan));
233
mutex_exit(
chan_mtx
(chan));
267
mutex_enter(
chan_mtx
(chan));
274
mutex_exit(
chan_mtx
(chan));
332
mutex_exit(
chan_mtx
(chan));
335
mutex_enter(
chan_mtx
(chan));
383
KASSERT(mutex_owned(
chan_mtx
(periph->periph_channel)))
[
all
...]
atapiconf.c
158
mutex_init(
chan_mtx
(chan), MUTEX_DEFAULT, IPL_BIO);
184
mutex_enter(
chan_mtx
(chan));
193
mutex_exit(
chan_mtx
(chan));
225
mutex_destroy(
chan_mtx
(chan));
ss.c
212
mutex_enter(
chan_mtx
(chan));
220
mutex_exit(
chan_mtx
(chan));
421
mutex_enter(
chan_mtx
(chan));
437
mutex_exit(
chan_mtx
(chan));
495
mutex_enter(
chan_mtx
(chan));
497
mutex_exit(
chan_mtx
(chan));
scsipiconf.c
106
mutex_enter(
chan_mtx
(periph->periph_channel));
108
mutex_exit(
chan_mtx
(periph->periph_channel));
scsipi_base.h
99
KDASSERT(mutex_owned(
chan_mtx
(periph->periph_channel)));
scsipi_ioctl.c
209
mutex_enter(
chan_mtx
(periph->periph_channel));
211
mutex_exit(
chan_mtx
(periph->periph_channel));
st.c
449
mutex_enter(
chan_mtx
(chan));
458
mutex_exit(
chan_mtx
(chan));
1140
mutex_enter(
chan_mtx
(chan));
1156
mutex_exit(
chan_mtx
(chan));
1196
mutex_enter(
chan_mtx
(chan));
1308
mutex_exit(
chan_mtx
(chan));
1324
mutex_exit(
chan_mtx
(chan));
1356
mutex_enter(
chan_mtx
(chan));
1365
mutex_enter(
chan_mtx
(chan));
1367
mutex_exit(
chan_mtx
(chan))
[
all
...]
sd.c
416
mutex_enter(
chan_mtx
(chan));
418
mutex_exit(
chan_mtx
(chan));
683
mutex_enter(
chan_mtx
(chan));
810
mutex_exit(
chan_mtx
(chan));
850
mutex_exit(
chan_mtx
(chan));
854
mutex_enter(
chan_mtx
(chan));
1181
mutex_enter(
chan_mtx
(chan));
1183
mutex_exit(
chan_mtx
(chan));
1193
mutex_enter(
chan_mtx
(chan));
1195
mutex_exit(
chan_mtx
(chan))
[
all
...]
scsiconf.c
193
mutex_init(
chan_mtx
(chan), MUTEX_DEFAULT, IPL_BIO);
314
mutex_destroy(
chan_mtx
(chan));
530
mutex_enter(
chan_mtx
(chan));
538
mutex_exit(
chan_mtx
(chan));
if_se.c
1030
mutex_enter(
chan_mtx
(sc->sc_periph->periph_channel));
1032
mutex_exit(
chan_mtx
(sc->sc_periph->periph_channel));
if_dse.c
1106
mutex_enter(
chan_mtx
(sc->sc_periph->periph_channel));
1108
mutex_exit(
chan_mtx
(sc->sc_periph->periph_channel));
scsipiconf.h
321
#define
chan_mtx
(ch) (&(ch)->chan_adapter->adapt_mtx)
macro
cd.c
362
mutex_enter(
chan_mtx
(chan));
364
mutex_exit(
chan_mtx
(chan));
777
mutex_enter(
chan_mtx
(chan));
870
mutex_exit(
chan_mtx
(chan));
910
mutex_exit(
chan_mtx
(chan));
914
mutex_enter(
chan_mtx
(chan));
Completed in 22 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025