Home
last modified time | relevance | path

Searched refs:found_it (Results 1 – 3 of 3) sorted by relevance

/drivers/md/dm-vdo/
A Dthread-registry.c29 bool found_it = false; in vdo_register_thread() local
40 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() local
64 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()
/drivers/infiniband/sw/rxe/
A Drxe_mmap.c88 goto found_it; in rxe_mmap()
95 found_it: in rxe_mmap()
/drivers/gpu/drm/
A Ddrm_modes.c1895 bool found_it = false; in drm_connector_list_update() local
1902 found_it = true; in drm_connector_list_update()
1931 if (!found_it) { in drm_connector_list_update()

Completed in 9 milliseconds