Searched defs:const_ilog2 (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ | ||
H A D | log2.h | 77 #define const_ilog2(n) \ macro |
/linux/tools/testing/selftests/ublk/ | ||
H A D | kublk.c | 1369 #define const_ilog2(x) (63 - __builtin_clzll(x)) in cmd_dev_get_features() macro |