Searched refs:next_expiration_time (Results 1 – 2 of 2) sorted by relevance
208 pub(super) fn next_expiration_time(&self) -> Option<u64> { in next_expiration_time() method
201 let next_wake = lock.wheel.next_expiration_time(); in park_internal()