Searched refs:next_centry (Results 1 – 2 of 2) sorted by relevance
4152 _sd_cctl_t *next_centry; local4191 next_centry = centry->cc_chain;4193 centry = next_centry;4450 _sd_cctl_t *next_centry; local4461 next_centry = dmc->sab_dmchain;4463 while (next_centry != NULL) {4464 CLEAR_CENTRY_PAGEIO(next_centry);4466 prev_centry = next_centry;4468 if (next_centry->cc_data) {4472 next_centry = next_centry->cc_next_dm;[all …]
109 _sd_cctl_t *next_centry; in sdbc_alloc_static_cache() local115 next_centry = centry->cc_chain; in sdbc_alloc_static_cache()117 centry = next_centry; in sdbc_alloc_static_cache()