OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lunsw_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
siopvar.h
112
TAILQ_HEAD(
lunsw_list
, siop_lunsw);
121
struct
lunsw_list
lunsw_list
; /* lunsw free list */
member in struct:siop_softc
siop.c
155
TAILQ_INIT(&sc->
lunsw_list
);
240
while((lunsw = TAILQ_FIRST(&sc->
lunsw_list
)) != NULL) {
245
TAILQ_REMOVE(&sc->
lunsw_list
, lunsw, next);
248
TAILQ_INIT(&sc->
lunsw_list
);
1786
lunsw = TAILQ_FIRST(&sc->
lunsw_list
);
1792
TAILQ_REMOVE(&sc->
lunsw_list
, lunsw, next);
2015
TAILQ_INSERT_TAIL(&sc->
lunsw_list
, siop_target->lunsw, next);
Completed in 16 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025