Home
last modified time | relevance | path

Searched refs:pcpu_need_to_extend (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/mm/
Dpercpu.c396 static int pcpu_need_to_extend(struct pcpu_chunk *chunk, bool is_atomic) in pcpu_need_to_extend() function
479 new_alloc = pcpu_need_to_extend(chunk, false); in pcpu_map_extend_workfn()
911 while ((new_alloc = pcpu_need_to_extend(chunk, is_atomic))) { in pcpu_alloc()
937 new_alloc = pcpu_need_to_extend(chunk, is_atomic); in pcpu_alloc()