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

/linux-4.1.27/mm/
H A Dpercpu.c378 * pcpu_need_to_extend - determine whether chunk area map needs to be extended
396 static int pcpu_need_to_extend(struct pcpu_chunk *chunk, bool is_atomic) pcpu_need_to_extend() function
479 new_alloc = pcpu_need_to_extend(chunk, false); pcpu_map_extend_workfn()
911 while ((new_alloc = pcpu_need_to_extend(chunk, is_atomic))) { pcpu_alloc()
937 new_alloc = pcpu_need_to_extend(chunk, is_atomic); pcpu_alloc()

Completed in 149 milliseconds