Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dpercpu.c279 static void pcpu_next_pop(unsigned long *bitmap, int *rs, int *re, int end) in pcpu_next_pop() function
296 for ((rs) = (start), pcpu_next_pop((bitmap), &(rs), &(re), (end)); \
298 (rs) = (re) + 1, pcpu_next_pop((bitmap), &(rs), &(re), (end)))