Searched refs:__fls (Results 1 - 25 of 31) sorted by relevance

12

/arch/openrisc/include/asm/bitops/
H A D__fls.h18 static inline unsigned long __fls(unsigned long x) function
30 #include <asm-generic/bitops/__fls.h>
/arch/score/include/asm/
H A Dbitops.h13 #include <asm-generic/bitops/__fls.h>
/arch/unicore32/include/asm/
H A Dbitops.h35 #define __fls(x) (fls(x) - 1) macro
/arch/xtensa/include/asm/
H A Dbitops.h85 * __fls - find last (most-significant) set bit in a long word
90 static inline unsigned long __fls(unsigned long word) function
102 # include <asm-generic/bitops/__fls.h>
/arch/c6x/include/asm/
H A Dbitops.h90 #include <asm-generic/bitops/__fls.h>
/arch/openrisc/include/asm/
H A Dbitops.h42 #include <asm/bitops/__fls.h>
/arch/sh/include/asm/
H A Dbitops.h99 #include <asm-generic/bitops/__fls.h>
/arch/sparc/include/asm/
H A Dbitops_64.h30 #include <asm-generic/bitops/__fls.h>
H A Dbitops_32.h101 #include <asm-generic/bitops/__fls.h>
/arch/tile/include/asm/
H A Dbitops.h54 * __fls - find last set bit in word
59 static inline unsigned long __fls(unsigned long word) function
/arch/cris/include/asm/
H A Dbitops.h150 #include <asm-generic/bitops/__fls.h>
/arch/arm/mach-ixp4xx/
H A Dixp4xx_qmgr.c62 i = __fls(en_bitmap); /* number of the last "low" queue */
87 i = __fls(req_bitmap); /* number of the last "high" queue */
106 i = __fls(req_bitmap); /* number of the last queue */
/arch/blackfin/include/asm/
H A Dbitops.h15 #include <asm-generic/bitops/__fls.h>
/arch/hexagon/include/asm/
H A Dbitops.h271 * __fls - find last (most-significant) set bit in a long word
277 static inline unsigned long __fls(unsigned long word) function
/arch/mn10300/include/asm/
H A Dbitops.h199 * __fls - find last (most-significant) set bit in a long word
204 static inline unsigned long __fls(unsigned long word) function
/arch/arm/include/asm/
H A Dbitops.h220 #include <asm-generic/bitops/__fls.h>
273 #define __fls(x) (fls(x) - 1) macro
/arch/avr32/include/asm/
H A Dbitops.h265 static inline int __fls(unsigned long word) function
/arch/h8300/include/asm/
H A Dbitops.h208 #include <asm-generic/bitops/__fls.h>
/arch/m32r/include/asm/
H A Dbitops.h255 #include <asm-generic/bitops/__fls.h>
/arch/mips/jz4740/
H A Dirq.c49 generic_handle_irq(__fls(irq_reg) + JZ4740_IRQ_BASE);
/arch/parisc/include/asm/
H A Dbitops.h213 #include <asm-generic/bitops/__fls.h>
/arch/x86/include/asm/
H A Dbitops.h370 * __fls: find last set bit in word
375 static inline unsigned long __fls(unsigned long word) function
/arch/m68k/include/asm/
H A Dbitops.h482 #include <asm-generic/bitops/__fls.h>
515 static inline int __fls(int x) function
/arch/mips/include/asm/
H A Dbitops.h537 static inline unsigned long __fls(unsigned long word) function
605 return __fls(word & -word);
/arch/alpha/include/asm/
H A Dbitops.h391 static inline unsigned long __fls(unsigned long x) function

Completed in 920 milliseconds

12