summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/decompressor.h
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@squashfs.org.uk>2013-11-18 03:31:36 +0100
committerPhillip Lougher <phillip@squashfs.org.uk>2013-11-20 04:58:03 +0100
commitd208383d640727b70cd6689bc17e67e9b5ebf4ff (patch)
tree03a6146c22473beb13e2ebda605d6a332ddb758b /fs/squashfs/decompressor.h
parentsquashfs: Enhance parallel I/O (diff)
downloadlinux-d208383d640727b70cd6689bc17e67e9b5ebf4ff.tar.xz
linux-d208383d640727b70cd6689bc17e67e9b5ebf4ff.zip
Squashfs: add multi-threaded decompression using percpu variable
Add a multi-threaded decompression implementation which uses percpu variables. Using percpu variables has advantages and disadvantages over implementations which do not use percpu variables. Advantages: * the nature of percpu variables ensures decompression is load-balanced across the multiple cores. * simplicity. Disadvantages: it limits decompression to one thread per core. Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
Diffstat (limited to 'fs/squashfs/decompressor.h')
0 files changed, 0 insertions, 0 deletions