diff options
author | Julien Grall | 2015-05-05 16:37:30 +0100 |
---|---|---|
committer | David Vrabel | 2015-10-23 14:20:38 +0100 |
commit | a001c9d95c4ea96589461d58e77c96416a303e2c (patch) | |
tree | 400b90c567d2fd0afefb6f8fe3fab107f0f3baf4 /fs/ntfs/Makefile | |
parent | 30756c62997822894fb34e2114f5dc727a12af30 (diff) |
xen/events: fifo: Make it running on 64KB granularity
Only use the first 4KB of the page to store the events channel info. It
means that we will waste 60KB every time we allocate page for:
* control block: a page is allocating per CPU
* event array: a page is allocating everytime we need to expand it
I think we can reduce the memory waste for the 2 areas by:
* control block: sharing between multiple vCPUs. Although it will
require some bookkeeping in order to not free the page when the CPU
goes offline and the other CPUs sharing the page still there
* event array: always extend the array event by 64K (i.e 16 4K
chunk). That would require more care when we fail to expand the
event channel.
Signed-off-by: Julien Grall <julien.grall@citrix.com>
Reviewed-by: David Vrabel <david.vrabel@citrix.com>
Reviewed-by: Stefano Stabellini <stefano.stabellini@citrix.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Diffstat (limited to 'fs/ntfs/Makefile')
0 files changed, 0 insertions, 0 deletions