Searched defs:log2 (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/samples/bpf/
H A Dtracex2_kern.c43 static unsigned int log2(unsigned int v) log2() function
/linux-4.1.27/fs/xfs/
H A Dxfs_rtalloc.c1274 int log2; /* log of sequence number */ xfs_rtpick_extent() local
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dllite_lib.c66 #define log2(n) ffz(~(n)) macro
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c2876 unsigned int log2 = fls(mtu); t3_load_mtus() local
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3330 unsigned int log2 = fls(mtu); t4_load_mtus() local

Completed in 250 milliseconds