Searched refs:found (Results 1 – 1 of 1) sorted by relevance
6010 bool found = false; in io_poll_remove_all() local6022 found = true; in io_poll_remove_all()6027 return found; in io_poll_remove_all()6226 bool found = false; in io_timeout_extract() local6229 found = user_data == req->user_data; in io_timeout_extract()6230 if (found) in io_timeout_extract()6233 if (!found) in io_timeout_extract()6280 bool found = false; in io_linked_timeout_update() local6283 found = user_data == req->user_data; in io_linked_timeout_update()6284 if (found) in io_linked_timeout_update()[all …]