OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:q_mtx
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ieee1394/
firewire.c
495
mutex_enter(&fc->atq->
q_mtx
);
497
mutex_exit(&fc->atq->
q_mtx
);
498
mutex_enter(&fc->ats->
q_mtx
);
500
mutex_exit(&fc->ats->
q_mtx
);
598
mutex_init(&fc->arq->
q_mtx
, MUTEX_DEFAULT, IPL_VM);
599
mutex_init(&fc->ars->
q_mtx
, MUTEX_DEFAULT, IPL_VM);
600
mutex_init(&fc->atq->
q_mtx
, MUTEX_DEFAULT, IPL_VM);
601
mutex_init(&fc->ats->
q_mtx
, MUTEX_DEFAULT, IPL_VM);
683
mutex_destroy(&fc->arq->
q_mtx
);
684
mutex_destroy(&fc->ars->
q_mtx
);
[
all
...]
firewirereg.h
207
kmutex_t
q_mtx
;
member in struct:fw_xferq
fwohci.c
1360
KASSERT(mutex_owned(&dbch->xferq.
q_mtx
));
1534
mutex_enter(&dbch->xferq.
q_mtx
);
1536
mutex_exit(&dbch->xferq.
q_mtx
);
1546
mutex_enter(&dbch->xferq.
q_mtx
);
1548
mutex_exit(&dbch->xferq.
q_mtx
);
1572
mutex_enter(&dbch->xferq.
q_mtx
);
1647
mutex_exit(&dbch->xferq.
q_mtx
);
1670
mutex_enter(&dbch->xferq.
q_mtx
);
1695
mutex_exit(&dbch->xferq.
q_mtx
);
2769
mutex_enter(&dbch->xferq.
q_mtx
);
[
all
...]
Completed in 14 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025