Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/vm/
Duserfaultfd.c134 #define factor_of_2(x) ((x) ^ ((x) & ((x) - 1))) macro
1826 int x = factor_of_2(nr_cpus); in main()
1827 int y = factor_of_2(bytes / page_size); in main()