commit | fd4438591b55c1f385e898ac2bc2a672fc4c3941 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Tue Apr 12 17:20:39 2016 -0400 |
committer | Josef Bacik <jbacik@fb.com> | Tue May 17 13:41:48 2016 -0400 |
tree | 7d32f3f330c41419c91492e5242fa7cb82f06911 | |
parent | ddde6ccc09794f04fe2805111f287093ae7131bc [diff] |
Add a percpu pool I'd like to keep track of available space to consume in a per-cpu pool. The space is added to the pool and divided among the cpu's. We then can consume or add space back to the pool. You can also add space back to the pool and have it balance the added space among the per cpu pools. Thanks, Signed-off-by: Josef Bacik <jbacik@fb.com>