log2 2910 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c unsigned int log2 = fls(mtu); log2 2912 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c if (!(mtu & ((1 << log2) >> 2))) /* round */ log2 2913 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c log2--; log2 2915 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c (i << 24) | (log2 << 16) | mtu); log2 5876 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c unsigned int log2 = fls(mtu); log2 5878 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c if (!(mtu & ((1 << log2) >> 2))) /* round */ log2 5879 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c log2--; log2 5881 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c MTUWIDTH_V(log2) | MTUVALUE_V(mtu)); log2 1279 fs/xfs/xfs_rtalloc.c int log2; /* log of sequence number */ log2 1292 fs/xfs/xfs_rtalloc.c if ((log2 = xfs_highbit64(seq)) == -1) log2 1295 fs/xfs/xfs_rtalloc.c resid = seq - (1ULL << log2); log2 1297 fs/xfs/xfs_rtalloc.c (log2 + 1); log2 59 samples/bpf/lathist_kern.c return log2(hi) + 32; log2 61 samples/bpf/lathist_kern.c return log2(v); log2 61 samples/bpf/lwt_len_hist_kern.c return log2(hi) + 32; log2 63 samples/bpf/lwt_len_hist_kern.c return log2(v); log2 60 samples/bpf/tracex2_kern.c return log2(hi) + 32; log2 62 samples/bpf/tracex2_kern.c return log2(v);