Searched refs:__ffs (Results 1 – 11 of 11) sorted by relevance
12 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() function
191 return __ffs((u32)(word >> 32)) + 32; in __ffs64()195 return __ffs((unsigned long)word); in __ffs64()
139 return result + __ffs(tmp); in find_next_bit()151 return min(idx * BITS_PER_LONG + __ffs(addr[idx]), size); in find_first_bit()
42 #define __ffs(x) (ffs(x) - 1) macro
161 l1i = __ffs(l1); in do_hypervisor_callback()165 l2i = __ffs(l2); in do_hypervisor_callback()
119 #define ffz(x) __ffs(~(x))
346 static inline unsigned long __ffs(unsigned long word) in __ffs() function
130 return __ffs(div); in _get_val()
63 return __ffs(div); in _get_val()
948 *p1 ^ *p2, __ffs(*p1 ^ *p2), in compare_regions()
1420 unsigned long align_to = __ffs(src | dest); in udma_prep_dma_memcpy()
Completed in 17 milliseconds