Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dattribute_container.c179 /* FIXME: can't break out of this unless klist_iter_exit is also
186 ({ klist_iter_exit(iter) ; NULL; }); \
259 klist_iter_exit(&iter); in do_attribute_container_device_trigger_safe()
273 klist_iter_exit(&iter); in do_attribute_container_device_trigger_safe()
495 klist_iter_exit(&iter); in attribute_container_find_class_device()
H A Ddriver.c131 klist_iter_exit(&i); in driver_for_each_device()
169 klist_iter_exit(&i); in driver_find_device()
H A Dbus.c371 klist_iter_exit(&i); in bus_for_each_dev()
411 klist_iter_exit(&i); in bus_find_device()
463 klist_iter_exit(&i); in bus_for_each_drv()
1138 klist_iter_exit(&iter->ki); in subsys_dev_iter_exit()
H A Dcore.c4019 klist_iter_exit(&i); in device_for_each_child()
4049 klist_iter_exit(&i); in device_for_each_child_reverse()
4084 klist_iter_exit(&i); in device_for_each_child_reverse_from()
4122 klist_iter_exit(&i); in device_find_child()
/linux/include/linux/
H A Dklist.h63 extern void klist_iter_exit(struct klist_iter *i);
/linux/lib/
H A Dklist.c304 * klist_iter_exit - Finish a list iteration.
311 void klist_iter_exit(struct klist_iter *i) in klist_iter_exit() function
318 EXPORT_SYMBOL_GPL(klist_iter_exit);
/linux/lib/tests/
H A Dlist-test.c1251 klist_iter_exit(&i); in klist_test_add_tail()
1279 klist_iter_exit(&i); in klist_test_add_head()
1312 klist_iter_exit(&i); in klist_test_add_behind()
1344 klist_iter_exit(&i); in klist_test_add_before()
1388 klist_iter_exit(&i); in klist_test_del_refcount_greater_than_zero()
1432 klist_iter_exit(&i); in klist_test_del_refcount_zero()
1466 klist_iter_exit(&i); in klist_test_remove()