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

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c5670 _sd_cctl_t *cur_chain = NULL, *dirty_next = NULL; local
5758 cur_chain = dirty_next = cc_ent;
5777 _sd_enqueue_dirty(cd, cur_chain, dirty_next,
5779 cur_chain = dirty_next = NULL;
5788 if (dirty_next) {
5789 dirty_next->cc_dirty_next = cc_ent;
5790 dirty_next = cc_ent;
5793 cur_chain = dirty_next = cc_ent;
5819 _sd_enqueue_dirty(cd, cur_chain, dirty_next,
5821 cur_chain = dirty_next
[all...]

Completed in 68 milliseconds