Re: RFC for a new Scheduling policy/class in the Linux-kernel

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Karthik Singaram Lakshmanan
Date: Thursday, July 16, 2009 - 3:34 pm

> I still conceptually prefer the idea of granting locks to
Just chiming in that from an implementation perspective, we could use
a priority bitmap of active tasks contending for the lock. An
implementation similar to the one used by the O(1) scheduler can be of
great use here. Hardware support like "find_first_bit" can drastically
reduce the time taken to search for the highest-priority task pending
on the lock. Given realistic values for the number of distinct
priority values required by most practical systems, such an
implementation could prove effective.

Thanks,
Karthik
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
RFC for a new Scheduling policy/class in the Linux-kernel, Henrik Austad, (Fri Jul 10, 2:50 pm)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, Douglas Niehaus, (Tue Jul 14, 12:44 am)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, James H. Anderson, (Tue Jul 14, 8:19 am)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, James H. Anderson, (Tue Jul 14, 9:54 am)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, James H. Anderson, (Tue Jul 14, 10:16 am)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, James H. Anderson, (Tue Jul 14, 12:33 pm)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, Bjoern B. Brandenburg, (Tue Jul 14, 9:25 pm)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, James H. Anderson, (Thu Jul 16, 5:59 am)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, Karthik Singaram Lak ..., (Thu Jul 16, 3:34 pm)
Re: RFC for a new Scheduling policy/class in the Linux-kernel, Karthik Singaram Lak ..., (Thu Jul 16, 6:44 pm)