Home
last modified time | relevance | path

Searched defs:bitmap2 (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dfind_bit_benchmark.c52 static int __init test_find_first_and_bit(void *bitmap, const void *bitmap2, unsigned long len) in test_find_first_and_bit()
135 const void *bitmap2, unsigned long len) in test_find_next_and_bit()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c187 unsigned long long native, filter1, filter2, bitmap1, bitmap2; in main() local