Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.c687 if (cdi->cd_io_head) { in _sdbc_power_flush()
719 (void) flush_centry_list(cdi, cdi->cd_io_head, state_rdev, in _sdbc_power_flush()
721 cdi->cd_io_head = NULL; in _sdbc_power_flush()
H A Dsd_io.c1058 if (cdi->cd_io_head == NULL) in _sd_enqueue_io_pending()
1059 cdi->cd_io_head = cdi->cd_io_tail = cclist; in _sd_enqueue_io_pending()
1158 if (cdi->cd_io_head == NULL) { in _sd_process_pending()
1168 cc_ent = cdi->cd_io_head; in _sd_process_pending()
1186 if ((cdi->cd_io_head = cc_ent->cc_dirty_link) == NULL) in _sd_process_pending()
H A Dsd_bcache.h546 struct _sd_cctl *cd_io_head, *cd_io_tail; /* io in progress q */ member
H A Dsd_bcache.c1501 cdi->cd_io_head = cdi->cd_io_tail = NULL; in _sd_open_cd()
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c2413 cdi.cd_io_head, cdi.cd_io_tail, cdi.cd_fail_head); in sdbc_cdinfo()
2469 if (cdi.cd_io_head) { in sdbc_cdinfo()
2474 (uintptr_t)cdi.cd_io_head, in sdbc_cdinfo()