Home
last modified time | relevance | path

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

12345678910

/kernel/linux/linux-5.10/arch/arm/mach-mv78xx0/
H A Dirq.c37 unsigned int hwirq = __fls(stat); in mv78xx0_legacy_handle_irq()
44 unsigned int hwirq = 32 + __fls(stat); in mv78xx0_legacy_handle_irq()
51 unsigned int hwirq = 64 + __fls(stat); in mv78xx0_legacy_handle_irq()
/kernel/linux/linux-6.6/arch/arm/mach-mv78xx0/
H A Dirq.c34 unsigned int hwirq = __fls(stat); in mv78xx0_legacy_handle_irq()
41 unsigned int hwirq = 32 + __fls(stat); in mv78xx0_legacy_handle_irq()
48 unsigned int hwirq = 64 + __fls(stat); in mv78xx0_legacy_handle_irq()
/kernel/linux/linux-5.10/arch/openrisc/include/asm/bitops/
H A D__fls.h14 static inline unsigned long __fls(unsigned long x) in __fls() function
26 #include <asm-generic/bitops/__fls.h>
/kernel/linux/linux-6.6/arch/openrisc/include/asm/bitops/
H A D__fls.h14 static inline unsigned long __fls(unsigned long x) in __fls() function
26 #include <asm-generic/bitops/__fls.h>
/kernel/linux/linux-5.10/arch/arm/mach-dove/
H A Dirq.c53 unsigned int hwirq = 1 + __fls(stat); in dove_legacy_handle_irq()
60 unsigned int hwirq = 33 + __fls(stat); in dove_legacy_handle_irq()
/kernel/linux/linux-5.10/arch/s390/lib/
H A Dfind.c35 return result + (__fls(tmp) ^ (BITS_PER_LONG - 1)); in find_first_bit_inv()
74 return result + (__fls(tmp) ^ (BITS_PER_LONG - 1)); in find_next_bit_inv()
/kernel/linux/linux-6.6/arch/arm/mach-dove/
H A Dirq.c50 unsigned int hwirq = 1 + __fls(stat); in dove_legacy_handle_irq()
57 unsigned int hwirq = 33 + __fls(stat); in dove_legacy_handle_irq()
/kernel/linux/linux-6.6/arch/s390/lib/
H A Dfind.c35 return result + (__fls(tmp) ^ (BITS_PER_LONG - 1)); in find_first_bit_inv()
74 return result + (__fls(tmp) ^ (BITS_PER_LONG - 1)); in find_next_bit_inv()
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dbitops.h83 * __fls: Similar to fls, but zero based (0-31)
85 static inline __attribute__ ((const)) unsigned long __fls(unsigned long x) in __fls() function
132 * __fls: Similar to fls, but zero based (0-31). Also 0 if no bit set
134 static inline __attribute__ ((const)) unsigned long __fls(unsigned long x) in __fls() function
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dbitops.h76 * __fls - find last (most-significant) set bit in a long word
81 static inline unsigned long __fls(unsigned long word) in __fls() function
93 # include <asm-generic/bitops/__fls.h>
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c24 static inline unsigned long __fls(unsigned long x);
30 static inline unsigned long __fls(unsigned long x) in __fls() function
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dbitops.h76 * __fls - find last (most-significant) set bit in a long word
81 static inline unsigned long __fls(unsigned long word) in __fls() function
93 # include <asm-generic/bitops/__fls.h>
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c24 static inline unsigned long __fls(unsigned long x);
30 static inline unsigned long __fls(unsigned long x) in __fls() function
/kernel/linux/linux-5.10/include/asm-generic/bitops/
H A Dbuiltin-__fls.h6 * __fls - find last (most-significant) set bit in a long word
11 static __always_inline unsigned long __fls(unsigned long word) in __fls() function
H A D__fls.h8 * __fls - find last (most-significant) set bit in a long word
13 static __always_inline unsigned long __fls(unsigned long word) in __fls() function
H A Dfls64.h31 return __fls(x) + 1; in fls64()
/kernel/linux/linux-6.6/include/asm-generic/bitops/
H A Dbuiltin-__fls.h6 * __fls - find last (most-significant) set bit in a long word
11 static __always_inline unsigned long __fls(unsigned long word) in __fls() function
H A Dfls64.h31 return __fls(x) + 1; in fls64()
H A D__fls.h8 * __fls - find last (most-significant) set bit in a long word
13 static __always_inline unsigned long __fls(unsigned long word) in __fls() function
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dbitops.h265 * __fls: Similar to fls, but zero based (0-31)
267 static inline __attribute__ ((const)) int __fls(unsigned long x) in __fls() function
314 * __fls: Similar to fls, but zero based (0-31). Also 0 if no bit set
316 static inline __attribute__ ((const)) int __fls(unsigned long x) in __fls() function
/kernel/linux/linux-5.10/tools/include/asm-generic/bitops/
H A Dfls64.h31 return __fls(x) + 1; in fls64()
H A D__fls.h8 * __fls - find last (most-significant) set bit in a long word
13 static __always_inline unsigned long __fls(unsigned long word) in __fls() function
/kernel/linux/linux-6.6/tools/include/asm-generic/bitops/
H A Dfls64.h31 return __fls(x) + 1; in fls64()
H A D__fls.h8 * __fls - find last (most-significant) set bit in a long word
13 static __always_inline unsigned long __fls(unsigned long word) in __fls() function
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
H A Dirq.c37 unsigned int hwirq = 1 + __fls(stat); in orion5x_legacy_handle_irq()

Completed in 5 milliseconds

12345678910