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

/linux-master/lib/
H A Dtest_bitops.c71 if (order_comb[i][1] != get_count_order_long(order_comb[i][0]))
72 pr_warn("get_count_order_long wrong for %x\n",
79 get_count_order_long(order_comb_long[i][0]))
80 pr_warn("get_count_order_long wrong for %lx\n",
/linux-master/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) function
/linux-master/mm/
H A Dvmalloc.c3083 align = 1ul << clamp_t(int, get_count_order_long(size),

Completed in 131 milliseconds