OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_ccb_pool
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/iscsi/
iscsi_utils.c
207
ccb = TAILQ_FIRST(&sess->
s_ccb_pool
);
212
TAILQ_REMOVE(&sess->
s_ccb_pool
, ccb, ccb_chain);
300
TAILQ_INSERT_TAIL(&sess->
s_ccb_pool
, ccb, ccb_chain);
331
TAILQ_INSERT_HEAD(&sess->
s_ccb_pool
, ccb, ccb_chain);
359
TAILQ_REMOVE(&sess->
s_ccb_pool
, ccb, ccb_chain);
iscsi_globals.h
424
ccb_list_t
s_ccb_pool
; /* The free CCB pool */
member in struct:session_s
iscsi_ioctl.c
1134
TAILQ_INIT(&sess->
s_ccb_pool
);
Completed in 185 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025