Skip to content
Commit 12e4d0cc authored by James Bottomley's avatar James Bottomley Committed by Rafael J. Wysocki
Browse files

plist: Add plist_last



plist is currently used by the scheduler, which only needs to know the
highest item in the list.  This adds plist_last which allows you to
find the lowest.  This is necessary for using plists to implement a
fast search of dynamic ranges in pm_qos which can have both highest
and lowest criteria.

Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
parent c125e96f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment