Searched refs:mcd_head (Results 1 – 1 of 1) sorted by relevance
7825 struct mt_config_data *mcd_head = NULL; in mt_config_children() local7908 if (mcd_head == NULL) in mt_config_children()7909 mcd_head = mcd; in mt_config_children()7919 for (mcd = mcd_head; mcd; mcd = mcd_head) { in mt_config_children()7920 mcd_head = mcd->mtc_next; in mt_config_children()7936 struct mt_config_data *mcd_head = NULL; in mt_config_driver() local7982 if (mcd_head == NULL) in mt_config_driver()7983 mcd_head = mcd; in mt_config_driver()7993 for (mcd = mcd_head; mcd; mcd = mcd_head) { in mt_config_driver()7994 mcd_head = mcd->mtc_next; in mt_config_driver()