On Fri, Dec 20, 2024 at 03:20:23PM +0900, Changwoo Min wrote:
The following functions are added for BPF schedulers:
- vtime_delta(after, before)
- vtime_after(a, b)
- vtime_before(a, b)
- vtime_after_eq(a, b)
- vtime_before_eq(a, b)
- vtime_in_range(a, b, c)
- vtime_in_range_open(a, b, c)
Let's prefix them with time_ instead of vtime_ as they will be used for both
real and virtual times.