Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dtest_bitops.c71 if (order_comb[i][1] != get_count_order_long(order_comb[i][0])) in test_bitops_startup()
79 get_count_order_long(order_comb_long[i][0])) in test_bitops_startup()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbitops.h203 static inline int get_count_order_long(unsigned long l) in get_count_order_long() function
/OK3568_Linux_fs/kernel/mm/
H A Dvmalloc.c2078 align = 1ul << clamp_t(int, get_count_order_long(size), in __get_vm_area_node()