Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c1150 _sd_cctl_t *dirty_hd, **dirty_nxt; in _sd_process_pending() local
1195 dirty_nxt = &(dirty_hd); in _sd_process_pending()
1223 dirty_nxt = &((*dirty_nxt)->cc_dirty_link); in _sd_process_pending()
1224 (*dirty_nxt) = cc_ent; in _sd_process_pending()
1271 dirty_nxt = &((*dirty_nxt)->cc_dirty_link); in _sd_process_pending()
1272 (*dirty_nxt) = cc_ent; in _sd_process_pending()
1317 _sd_enqueue_dirty_chain(cd, dirty_hd, (*dirty_nxt), dirty_enq); in _sd_process_pending()