Home
last modified time | relevance | path

Searched refs:get_count_order_long (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dtest_bitops.c71 if (order_comb[i][1] != get_count_order_long(order_comb[i][0])) in test_bitops_startup()
72 pr_warn("get_count_order_long wrong for %x\n", in test_bitops_startup()
79 get_count_order_long(order_comb_long[i][0])) in test_bitops_startup()
80 pr_warn("get_count_order_long wrong for %lx\n", in test_bitops_startup()
/kernel/linux/linux-6.6/lib/
H A Dtest_bitops.c71 if (order_comb[i][1] != get_count_order_long(order_comb[i][0])) in test_bitops_startup()
72 pr_warn("get_count_order_long wrong for %x\n", in test_bitops_startup()
79 get_count_order_long(order_comb_long[i][0])) in test_bitops_startup()
80 pr_warn("get_count_order_long wrong for %lx\n", in test_bitops_startup()
/kernel/linux/linux-5.10/include/linux/
H A Dbitops.h198 * get_count_order_long - get order after rounding @l up to power of 2
203 static inline int get_count_order_long(unsigned long l) in get_count_order_long() function
/kernel/linux/linux-6.6/include/linux/
H A Dbitops.h219 * get_count_order_long - get order after rounding @l up to power of 2
224 static inline int get_count_order_long(unsigned long l) in get_count_order_long() function
/kernel/linux/linux-5.10/mm/
H A Dvmalloc.c2070 align = 1ul << clamp_t(int, get_count_order_long(size), in __get_vm_area_node()
/kernel/linux/linux-6.6/mm/
H A Dvmalloc.c2585 align = 1ul << clamp_t(int, get_count_order_long(size), in __get_vm_area_node()

Completed in 12 milliseconds