kernel-hacking-2024-linux-s.../drivers/block/xen-blkback
Roger Pau Monne 3f3aad5e66 xen-blkback: implement LRU mechanism for persistent grants
This mechanism allows blkback to change the number of grants
persistently mapped at run time.

The algorithm uses a simple LRU mechanism that removes (if needed) the
persistent grants that have not been used since the last LRU run, or
if all grants have been used it removes the first grants in the list
(that are not in use).

The algorithm allows the user to change the maximum number of
persistent grants, by changing max_persistent_grants in sysfs.

Since we are storing the persistent grants used inside the request
struct (to be able to mark them as "unused" when unmapping), we no
longer need the bitmap (unmap_seg).

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: xen-devel@lists.xen.org
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2013-04-18 09:29:23 -04:00
..
blkback.c xen-blkback: implement LRU mechanism for persistent grants 2013-04-18 09:29:23 -04:00
common.h xen-blkback: implement LRU mechanism for persistent grants 2013-04-18 09:29:23 -04:00
Makefile
xenbus.c xen-blkback: implement LRU mechanism for persistent grants 2013-04-18 09:29:23 -04:00