Home
last modified time | relevance | path

Searched refs:highest_bit (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c1545 int highest_bit; in ixgbe_get_media_type_e610() local
1554 highest_bit = fls64(le64_to_cpu(pcaps.phy_type_high)); in ixgbe_get_media_type_e610()
1555 if (highest_bit) { in ixgbe_get_media_type_e610()
1557 BIT_ULL(highest_bit - 1); in ixgbe_get_media_type_e610()
1560 highest_bit = fls64(le64_to_cpu(pcaps.phy_type_low)); in ixgbe_get_media_type_e610()
1561 if (highest_bit) { in ixgbe_get_media_type_e610()
1563 BIT_ULL(highest_bit - 1); in ixgbe_get_media_type_e610()
/linux/kernel/sched/
H A Dext.c1224 static u32 highest_bit(u32 flags) in highest_bit() function
1381 if (unlikely(highest_bit(mask) == SCX_KF_CPU_RELEASE && in scx_kf_allowed()
1387 if (unlikely(highest_bit(mask) == SCX_KF_DISPATCH && in scx_kf_allowed()