commit | 2ae0b204743d6b4048c6fffd46c6280a70f2ecd1 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue May 28 14:16:55 2013 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue May 28 14:16:55 2013 +0200 |
tree | 87e09c9731a50eec331d52824de73b69283f4936 | |
parent | 6e5c4b8e46c95ca75e30e1110a0d24b2df9c47e9 [diff] |
Replace list based free/busy/requeue list with FIFO + ring Cache friendliness of the list is pretty low. This has provably lower overhead. Signed-off-by: Jens Axboe <axboe@kernel.dk>