Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_bitops.c97 if (order_comb[i][1] != get_count_order_long(order_comb[i][0])) in test_bitops_startup()
98 pr_warn("get_count_order_long wrong for %x\n", in test_bitops_startup()
105 get_count_order_long(order_comb_long[i][0]))
106 pr_warn("get_count_order_long wrong for %lx\n",
/linux/include/linux/
H A Dbitops.h220 * get_count_order_long - get order after rounding @l up to power of 2
225 static inline int get_count_order_long(unsigned long l) in get_count_order_long() function
/linux/mm/
H A Dvmalloc.c3124 align = 1ul << clamp_t(int, get_count_order_long(size), in __get_vm_area_node()