commit | a16037c8dfc2734c1a2c8e3ffd4766ed25f2a41d | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Sep 02 14:46:02 2014 -0400 |
committer | Tejun Heo <tj@kernel.org> | Tue Sep 02 14:46:02 2014 -0400 |
tree | e3cf6de55397465346f73ecded1e7b4edda4950b | |
parent | b38d08f3181c5025a7ce84646494cc4748492a3b [diff] |
percpu: make pcpu_alloc_area() capable of allocating only from populated areas Update pcpu_alloc_area() so that it can skip unpopulated areas if the new parameter @pop_only is true. This is implemented by a new function, pcpu_fit_in_area(), which determines the amount of head padding considering the alignment and populated state. @pop_only is currently always false but this will be used to implement atomic allocation. Signed-off-by: Tejun Heo <tj@kernel.org>