• T
    percpu: clean up size usage · cae3aeb8
    Tejun Heo 提交于
    Andrew was concerned about the unit of variables named or have suffix
    size.  Every usage in percpu allocator is in bytes but make it super
    clear by adding comments.
    
    While at it, make pcpu_depopulate_chunk() take int @off and @size like
    everyone else.
    Signed-off-by: NTejun Heo <tj@kernel.org>
    Cc: Andrew Morton <akpm@linux-foundation.org>
    cae3aeb8
percpu.c 24.2 KB