Home
last modified time | relevance | path

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

/linux/arch/s390/lib/
H A Dfind.c17 unsigned long find_first_bit_inv(const unsigned long *addr, unsigned long size) in find_first_bit_inv() function
37 EXPORT_SYMBOL(find_first_bit_inv);
/linux/arch/s390/include/asm/
H A Dbitops.h84 unsigned long find_first_bit_inv(const unsigned long *addr, unsigned long size);
89 for ((bit) = find_first_bit_inv((addr), (size)); \
/linux/drivers/s390/cio/
H A Dairq.c232 bit = find_first_bit_inv(iv->avail, iv->bits); in airq_iv_alloc()