Searched refs:sudev_list (Results 1 – 1 of 1) sorted by relevance
176 struct dlist *sudev_list; in refresh_exported_devices() local179 sudev_list = dlist_new_with_delete(sizeof(struct sysfs_device), in refresh_exported_devices()202 if (check_new(sudev_list, sudev)) { in refresh_exported_devices()204 dlist_unshift(sudev_list, sudev); in refresh_exported_devices()208 dlist_for_each_data(sudev_list, sudev, struct sysfs_device) { in refresh_exported_devices()219 dlist_destroy(sudev_list); in refresh_exported_devices()