[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z2ssbwKqrpFgAeY0@slm.duckdns.org>
Date: Tue, 24 Dec 2024 11:49:35 -1000
From: Tejun Heo <tj@...nel.org>
To: Changwoo Min <multics69@...il.com>
Cc: void@...ifault.com, arighi@...dia.com, mingo@...hat.com,
peterz@...radead.org, changwoo@...lia.com, kernel-dev@...lia.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v6 4/6] sched_ext: Add time helpers for BPF schedulers
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.
Thanks.
--
tejun
Powered by blists - more mailing lists