Home
last modified time | relevance | path

Searched refs:__ffs_word (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/arch/s390/include/asm/
Dbitops.h506 static inline unsigned long __ffs_word(unsigned long nr, unsigned long word) in __ffs_word() function
587 return __ffs_word(0, word); in __ffs()
602 return __ffs_word(1, x); in ffs()
642 bits = __ffs_word(bytes*8, __load_ulong_be(addr, bytes)); in find_first_bit()
708 set = __ffs_word(0, *p & (~0UL << bit)); in find_next_bit()
798 bits = __ffs_word(bytes*8, __load_ulong_le(vaddr, bytes)); in find_first_bit_le()
820 set = __ffs_word(0, __load_ulong_le(p, 0) & (~0UL << bit)); in find_next_bit_le()