Searched refs:cached_stop_ok (Results 1 – 2 of 2) sorted by relevance
54 bool ret = td->cached_stop_ok; in default_stop_ok()60 td->cached_stop_ok = false; in default_stop_ok()85 td->cached_stop_ok = constraint_ns > td->stop_latency_ns || in default_stop_ok()91 return td->cached_stop_ok; in default_stop_ok()
104 bool cached_stop_ok; member