Home
last modified time | relevance | path

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

/mm/
Dpercpu.c255 int *rs, int *re, int end) in pcpu_next_unpop() argument
257 *rs = find_next_zero_bit(chunk->populated, end, *rs); in pcpu_next_unpop()
258 *re = find_next_bit(chunk->populated, end, *rs + 1); in pcpu_next_unpop()
262 int *rs, int *re, int end) in pcpu_next_pop() argument
264 *rs = find_next_bit(chunk->populated, end, *rs); in pcpu_next_pop()
265 *re = find_next_zero_bit(chunk->populated, end, *rs + 1); in pcpu_next_pop()
274 #define pcpu_for_each_unpop_region(chunk, rs, re, start, end) \ argument
275 for ((rs) = (start), pcpu_next_unpop((chunk), &(rs), &(re), (end)); \
276 (rs) < (re); \
277 (rs) = (re) + 1, pcpu_next_unpop((chunk), &(rs), &(re), (end)))
[all …]
Dmemory-failure.c1410 #define unpoison_pr_info(fmt, pfn, rs) \ argument
1412 if (__ratelimit(rs)) \