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

/linux-4.1.27/mm/
H A Dpercpu.c250 static void __maybe_unused pcpu_next_unpop(struct pcpu_chunk *chunk, pcpu_next_unpop() function
271 for ((rs) = (start), pcpu_next_unpop((chunk), &(rs), &(re), (end)); \
273 (rs) = (re) + 1, pcpu_next_unpop((chunk), &(rs), &(re), (end)))
528 pcpu_next_unpop(chunk, &rs, &re, PFN_UP(off + this_size)); pcpu_fit_in_area()

Completed in 87 milliseconds