Searched refs:found_it (Results 1 – 5 of 5) 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()
84 $found_it:112 bne $2, $found_it # .. e1 :142 bne $2, $found_it # .. e1 :150 bne $2, $found_it # .. e1 :
87 $found_it:133 bne $2, $found_it # U :158 bne $2, $found_it # U : U L U L171 bne $2, $found_it # U :
88 goto found_it; in rxe_mmap()95 found_it: in rxe_mmap()
1893 bool found_it = false; in drm_connector_list_update() local1900 found_it = true; in drm_connector_list_update()1929 if (!found_it) { in drm_connector_list_update()
Completed in 13 milliseconds