Searched refs:list_itr (Results 1 – 1 of 1) sorted by relevance
106 struct list_head *list_itr; in adf_dev_init() local162 list_for_each(list_itr, &service_table) { in adf_dev_init()163 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_init()194 struct list_head *list_itr; in adf_dev_start() local209 list_for_each(list_itr, &service_table) { in adf_dev_start()210 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start()248 struct list_head *list_itr; in adf_dev_stop() local264 list_for_each(list_itr, &service_table) { in adf_dev_stop()265 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_stop()300 struct list_head *list_itr; in adf_dev_shutdown() local[all …]