Searched refs:cc_last (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_ft.c778 _sd_cctl_t *cc_ent, *cc_next, *cc_last, *cc_first, *cc_next_chain; local
836 cc_last = cc_ent;
888 _sd_enqueue_dirty_chain(cd, cc_first, cc_last, num);
H A Dsd_bcache.c6462 * cc_last - last entry in the chain.
6470 * It uses the cc_last to try to coalesce multiple lists into a
6475 _sd_enqueue_dirty(int cd, _sd_cctl_t *chain, _sd_cctl_t *cc_last, int numq) argument
6492 if (cc_last == NULL)
6497 cdi->cd_last_ent = cc_last;
6501 if ((cc_last) && (last_ent = cdi->cd_last_ent) &&
6506 cdi->cd_last_ent = cc_last;
6511 cdi->cd_last_ent = cc_last;
H A Dsd_bcache.h1110 extern void _sd_enqueue_dirty(int cd, _sd_cctl_t *chain, _sd_cctl_t *cc_last,

Completed in 479 milliseconds