Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dpercpu.c250 static void __maybe_unused pcpu_next_unpop(struct pcpu_chunk *chunk, in 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)); in pcpu_fit_in_area()