Searched refs:found_it (Results 1 – 3 of 3) sorted by relevance
29 bool found_it = false; in vdo_register_thread() local40 found_it = true; in vdo_register_thread()47 VDO_ASSERT_LOG_ONLY(!found_it, "new thread not already in registry"); in vdo_register_thread()48 if (found_it) { in vdo_register_thread()58 bool found_it = false; in vdo_unregister_thread() local64 found_it = true; in vdo_unregister_thread()70 VDO_ASSERT_LOG_ONLY(found_it, "thread found in registry"); in vdo_unregister_thread()71 if (found_it) { in vdo_unregister_thread()
88 goto found_it; in rxe_mmap()95 found_it: in rxe_mmap()
1895 bool found_it = false; in drm_connector_list_update() local1902 found_it = true; in drm_connector_list_update()1931 if (!found_it) { in drm_connector_list_update()
Completed in 9 milliseconds