Searched refs:pcpu_next_pop (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/mm/ |
D | percpu-vm.c | 313 pcpu_next_pop(chunk, &rs, &re, page_end); in pcpu_populate_chunk()
|
D | percpu.c | 253 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)))
|