Searched refs:bitmap_zero (Results 1 – 2 of 2) sorted by relevance
98 bitmap_zero(s->nomatch, MAX_PATTERNS); in bpf_decoder()123 bitmap_zero(s->nomatch, MAX_PATTERNS); in bpf_decoder()
13 static void inline bitmap_zero(unsigned long *bitmap, int bits) in bitmap_zero() function