Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/io/
H A Drmclomv.c642 rmclomv_cache_section_t *sub_first; in rmclomv_reset_cache() local
650 sub_first = rmclomv_subcache; in rmclomv_reset_cache()
669 while (sub_first != NULL) { in rmclomv_reset_cache()
670 next = sub_first->next_section; in rmclomv_reset_cache()
671 free_section(sub_first); in rmclomv_reset_cache()
672 sub_first = next; in rmclomv_reset_cache()