Searched full:__fls (Results 1 – 9 of 9) sorted by relevance
69 * bitmaps ops are critical. Some linux versions have __fls72 * __fls() returns 0 for the same case.73 * We use the base-0 version __fls() to match the description in87 static inline unsigned long __fls(unsigned long word) in __fls() function285 index = __fls(size_map) + 1; // basically a log_2() in qfq_calc_index()425 mask = (2ULL << (__fls(vslot ^ old_vslot))) - 1; in qfq_make_eligible()769 mask = ~((1UL << __fls(mask)) - 1);
131 #define highbit(x) __fls(x)
80 __fls(int mask) in __fls() function
1201 if ((!rx_tid->rx_frag_bitmap || frag_no > __fls(rx_tid->rx_frag_bitmap))) in ath12k_wifi7_dp_rx_frag_h_mpdu()
3697 fls = __fls(reg->mask); in rtw_coex_addr_info()
3502 val_integerd_b = __fls(val) + 1; in rtw8822c_psd_log2base()
1550 log_max_size = __fls(supported_size_mask); in atomic_size_to_mode()
3737 if (!rx_tid->rx_frag_bitmap || (frag_no > __fls(rx_tid->rx_frag_bitmap))) in ath11k_dp_rx_frag_h_mpdu()
568 c = __fls(rate_ctrl); in __check_rate_pattern()