Home
last modified time | relevance | path

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

/linux-3.4.99/mm/
Dpercpu-vm.c313 pcpu_next_pop(chunk, &rs, &re, page_end); in pcpu_populate_chunk()
Dpercpu.c253 static void __maybe_unused pcpu_next_pop(struct pcpu_chunk *chunk, in pcpu_next_pop() function
272 for ((rs) = (start), pcpu_next_pop((chunk), &(rs), &(re), (end)); \
274 (rs) = (re) + 1, pcpu_next_pop((chunk), &(rs), &(re), (end)))