Home
last modified time | relevance | path

Searched refs:ffz (Results 1 - 25 of 176) sorted by relevance

12345678

/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dbitops.h36 * ffz: Find first zero in word. Undefined if no zero exists.
40 static inline int ffz(unsigned long x) in ffz() function
57 * differs in spirit from the above ffz (man ffs).
91 # include <asm-generic/bitops/ffz.h>
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dbitops.h36 * ffz: Find first zero in word. Undefined if no zero exists.
40 static inline int ffz(unsigned long x) in ffz() function
57 * differs in spirit from the above ffz (man ffs).
91 # include <asm-generic/bitops/ffz.h>
/kernel/linux/linux-6.6/tools/include/linux/
H A Dfind.h101 return val == ~0UL ? size : ffz(val); in find_next_zero_bit()
170 return val == ~0UL ? size : ffz(val); in find_first_zero_bit()
/kernel/linux/linux-5.10/tools/include/asm-generic/bitops/
H A D__ffz.h5 * ffz - find first zero in word.
10 #define ffz(x) __ffs(~(x)) macro
/kernel/linux/linux-5.10/include/asm-generic/bitops/
H A Dffz.h6 * ffz - find first zero in word.
11 #define ffz(x) __ffs(~(x)) macro
/kernel/linux/linux-6.6/include/asm-generic/bitops/
H A Dffz.h6 * ffz - find first zero in word.
11 #define ffz(x) __ffs(~(x)) macro
/kernel/linux/linux-6.6/tools/include/asm-generic/bitops/
H A D__ffz.h5 * ffz - find first zero in word.
10 #define ffz(x) __ffs(~(x)) macro
/kernel/linux/linux-6.6/include/linux/
H A Dfind.h183 return val == ~0UL ? size : ffz(val); in find_next_zero_bit()
363 return val == ~0UL ? size : ffz(val); in find_first_zero_bit()
514 return val == ~0UL ? size : ffz(val); in find_next_zero_bit_le()
528 return val == ~0UL ? size : ffz(val); in find_first_zero_bit_le()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dbitops.h21 #include <asm-generic/bitops/ffz.h>
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dbitops.h19 #include <asm-generic/bitops/ffz.h>
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H A Dbitops.h40 * ffz - find first zero in word.
45 #define ffz(x) __ffs(~(x)) macro
70 * differs in spirit from the above ffz (man ffs).
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A Dbitops.h29 #include <asm-generic/bitops/ffz.h>
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dbitops.h21 #include <asm-generic/bitops/ffz.h>
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dbitops.h19 #include <asm-generic/bitops/ffz.h>
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dbitops.h60 #include <asm-generic/bitops/ffz.h>
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H A Dbitops.h29 #include <asm-generic/bitops/ffz.h>
/kernel/linux/linux-5.10/include/asm-generic/
H A Dbitops.h19 #include <asm-generic/bitops/ffz.h>
/kernel/linux/linux-6.6/include/asm-generic/
H A Dbitops.h19 #include <asm-generic/bitops/ffz.h>
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dbitops.h61 #include <asm-generic/bitops/ffz.h>
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dbitops.h27 static inline unsigned long ffz(unsigned long word) in ffz() function
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dbitops_64.h38 #include <asm-generic/bitops/ffz.h>
H A Dbitops_32.h94 #include <asm-generic/bitops/ffz.h>
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dbitops.h27 static inline unsigned long ffz(unsigned long word) in ffz() function
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dbitops_64.h38 #include <asm-generic/bitops/ffz.h>
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dpkeys.h99 * because ffz() behavior is undefined if there are no in mm_pkey_alloc()
105 ret = ffz(mm_pkey_allocation_map(mm)); in mm_pkey_alloc()

Completed in 9 milliseconds

12345678