Home
last modified time | relevance | path

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

/mm/
Dpercpu.c273 static void pcpu_next_unpop(unsigned long *bitmap, int *rs, int *re, int end) in pcpu_next_unpop() function
291 for ((rs) = (start), pcpu_next_unpop((bitmap), &(rs), &(re), (end)); \
293 (rs) = (re) + 1, pcpu_next_unpop((bitmap), &(rs), &(re), (end)))
1050 pcpu_next_unpop(chunk->populated, &rs, &re, page_end); in pcpu_is_populated()