Home
last modified time | relevance | path

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

/linux/tools/mm/
H A Dpage-types.c177 static int nr_bit_filters;
459 for (i = 0; i < nr_bit_filters; i++) { in bit_mask_ok()
1161 if (nr_bit_filters >= MAX_BIT_FILTERS) in add_bits_filter()
1164 opt_mask[nr_bit_filters] = mask; in add_bits_filter()
1165 opt_bits[nr_bit_filters] = bits; in add_bits_filter()
1166 nr_bit_filters++; in add_bits_filter()
178 static int nr_bit_filters; global() variable