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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dbitops.h11 static __inline__ int get_bitmask_order(unsigned int count) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dppc85xx_rio.c327 desc->dwcnt = is_power_of_2(len) ? len : 1 << get_bitmask_order(len);
471 ((get_bitmask_order(entries) - 2) << 12));
619 ((get_bitmask_order(entries) - 2) << 12));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlink/
H A Daf_netlink.c1829 order = get_bitmask_order(max) - 1 + PAGE_SHIFT;
1831 order = get_bitmask_order(max > UINT_MAX ? UINT_MAX : max) - 1;

Completed in 56 milliseconds