Searched refs:cd_io_head (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.c687 if (cdi->cd_io_head) {
719 (void) flush_centry_list(cdi, cdi->cd_io_head, state_rdev,
721 cdi->cd_io_head = NULL;
H A Dsd_io.c1058 if (cdi->cd_io_head == NULL)
1059 cdi->cd_io_head = cdi->cd_io_tail = cclist;
1158 if (cdi->cd_io_head == NULL) {
1168 cc_ent = cdi->cd_io_head;
1186 if ((cdi->cd_io_head = cc_ent->cc_dirty_link) == NULL)
H A Dsd_bcache.h546 struct _sd_cctl *cd_io_head, *cd_io_tail; /* io in progress q */ member in struct:_sd_cd_info
H A Dsd_bcache.c1501 cdi->cd_io_head = cdi->cd_io_tail = NULL;
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c2413 cdi.cd_io_head, cdi.cd_io_tail, cdi.cd_fail_head);
2469 if (cdi.cd_io_head) {
2470 mdb_printf("I/O Pending Chain (cd_io_head):");
2474 (uintptr_t)cdi.cd_io_head,

Completed in 135 milliseconds