Tejun Heo 9c824b6a17 percpu: make sure chunk->map array has available space
An allocation attempt may require extending chunk->map array which
requires GFP_KERNEL context which isn't available for atomic
allocations.  This patch ensures that chunk->map array usually keeps
some amount of available space by directly allocating buffer space
during GFP_KERNEL allocations and scheduling async extension during
atomic ones.  This should make atomic allocation failures from map
space exhaustion rare.

Signed-off-by: Tejun Heo <tj@kernel.org>
2014-09-02 14:46:05 -04:00
..
2014-08-06 18:01:16 -07:00
2014-08-06 18:01:16 -07:00
2014-08-06 18:01:23 -07:00
2014-08-08 15:57:17 -07:00
2014-01-27 21:02:39 -08:00
2014-09-02 14:46:02 -04:00
2014-08-08 15:57:17 -07:00
2014-08-08 15:57:17 -07:00
2014-08-06 18:01:23 -07:00