commit | 8fa3ed8014ac792a4c76d585b5c0f68bd202ff6b | [log] [tgz] |
---|---|---|
author | Dennis Zhou <dennisz@fb.com> | Mon Jun 19 19:28:30 2017 -0400 |
committer | Tejun Heo <tj@kernel.org> | Tue Jun 20 15:31:28 2017 -0400 |
tree | 97316c47b8c92e8d39b381d38f6ee889b1d195da | |
parent | 5ccd30e40e731051f6d1eb02f7ac073c1ef9deba [diff] |
percpu: migrate percpu data structures to internal header Migrates pcpu_chunk definition and a few percpu static variables to an internal header file from mm/percpu.c. These will be used with debugfs to expose statistics about percpu memory improving visibility regarding allocations and fragmentation. Signed-off-by: Dennis Zhou <dennisz@fb.com> Signed-off-by: Tejun Heo <tj@kernel.org>