Searched refs:list_itr (Results 1 – 1 of 1) sorted by relevance
122 struct list_head *list_itr; in adf_dev_init() local178 list_for_each(list_itr, &service_table) { in adf_dev_init()179 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_init()210 struct list_head *list_itr; in adf_dev_start() local225 list_for_each(list_itr, &service_table) { in adf_dev_start()226 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start()264 struct list_head *list_itr; in adf_dev_stop() local280 list_for_each(list_itr, &service_table) { in adf_dev_stop()281 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_stop()318 struct list_head *list_itr; in adf_dev_shutdown() local[all …]