Home
last modified time | relevance | path

Searched refs:ktime_before (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dktime.h121 static inline bool ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before() function
Dkvm_host.h317 return single_task_running() && !need_resched() && ktime_before(cur, stop); in kvm_vcpu_can_poll()