OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:q_ccb_wait
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
nvmevar.h
93
kcondvar_t
q_ccb_wait
; /* wait for ccb avail/finish */
member in struct:nvme_queue
nvme.c
1564
cv_wait(&q->
q_ccb_wait
, &q->q_ccb_mtx);
1792
cv_init(&q->
q_ccb_wait
, "nvmeqw");
1848
cv_wait(&q->
q_ccb_wait
, &q->q_ccb_mtx);
1904
cv_broadcast(&q->
q_ccb_wait
);
1932
cv_destroy(&q->
q_ccb_wait
);
Completed in 32 milliseconds
Indexes created Sat Oct 25 16:10:12 GMT 2025