Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dsysctl.c3053 unsigned long *tmp_bitmap = NULL; in proc_do_large_bitmap() local
3071 tmp_bitmap = kcalloc(BITS_TO_LONGS(bitmap_len), in proc_do_large_bitmap()
3074 if (!tmp_bitmap) { in proc_do_large_bitmap()
3115 bitmap_set(tmp_bitmap, val_a, val_b - val_a + 1); in proc_do_large_bitmap()
3156 bitmap_or(bitmap, bitmap, tmp_bitmap, bitmap_len); in proc_do_large_bitmap()
3158 bitmap_copy(bitmap, tmp_bitmap, bitmap_len); in proc_do_large_bitmap()
3164 kfree(tmp_bitmap); in proc_do_large_bitmap()