Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c1440 int highest_bit; in ixgbe_get_media_type_e610() local
1449 highest_bit = fls64(le64_to_cpu(pcaps.phy_type_high)); in ixgbe_get_media_type_e610()
1450 if (highest_bit) { in ixgbe_get_media_type_e610()
1452 BIT_ULL(highest_bit - 1); in ixgbe_get_media_type_e610()
1455 highest_bit = fls64(le64_to_cpu(pcaps.phy_type_low)); in ixgbe_get_media_type_e610()
1456 if (highest_bit) in ixgbe_get_media_type_e610()
1458 BIT_ULL(highest_bit - 1); in ixgbe_get_media_type_e610()
/linux/fs/iomap/
H A Dswapfile.c
/linux/kernel/sched/
H A Dext.c1068 static u32 highest_bit(u32 flags) in highest_bit() function
1194 if (unlikely(highest_bit(mask) == SCX_KF_CPU_RELEASE && in scx_kf_allowed()
1200 if (unlikely(highest_bit(mask) == SCX_KF_DISPATCH && in scx_kf_allowed()