OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_doneq
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/spi/
spiflash.c
90
struct bufq_state *
sc_doneq
;
member in struct:spiflash_softc
236
bufq_alloc(&sc->
sc_doneq
, "fcfs", BUFQ_SORT_RAWBLOCK);
356
while ((bp = bufq_get(sc->
sc_doneq
)) != NULL) {
378
bufq_put(sc->
sc_doneq
, bp);
384
bufq_move(sc->
sc_doneq
, sc->sc_workq);
425
bufq_move(sc->
sc_doneq
, sc->sc_workq);
456
bufq_put(sc->
sc_doneq
, bp);
spiflash.c
90
struct bufq_state *
sc_doneq
;
member in struct:spiflash_softc
236
bufq_alloc(&sc->
sc_doneq
, "fcfs", BUFQ_SORT_RAWBLOCK);
356
while ((bp = bufq_get(sc->
sc_doneq
)) != NULL) {
378
bufq_put(sc->
sc_doneq
, bp);
384
bufq_move(sc->
sc_doneq
, sc->sc_workq);
425
bufq_move(sc->
sc_doneq
, sc->sc_workq);
456
bufq_put(sc->
sc_doneq
, bp);
Completed in 22 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025