Re: [POC][RFC][PATCH] sched: Extended Scheduler Time Slice

From: Steven Rostedt
Date: Wed Oct 25 2023 - 05:47:15 EST


On Wed, 25 Oct 2023 05:42:19 -0400
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> So, bit 1 is for user space to tell the kernel "please extend me", and bit
> two is for the kernel to tell user space "OK, I extended you, but call
> sched_yield() when done".

I'm waiting for someone to correct me and say it's actually "bit 0 and bit 1"

-- Steve