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.c178 static int nr_bit_filters; variable
460 for (i = 0; i < nr_bit_filters; i++) { in bit_mask_ok()
1162 if (nr_bit_filters >= MAX_BIT_FILTERS) in add_bits_filter()
1165 opt_mask[nr_bit_filters] = mask; in add_bits_filter()
1166 opt_bits[nr_bit_filters] = bits; in add_bits_filter()
1167 nr_bit_filters++; in add_bits_filter()