Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/cio/
Dairq.c207 if (!test_bit_inv(bit + i, iv->avail)) in airq_iv_alloc()
247 while (iv->end > 0 && !test_bit_inv(iv->end - 1, iv->avail)) in airq_iv_free()
/linux-4.1.27/arch/s390/include/asm/
Dbitops.h310 static inline int test_bit_inv(unsigned long nr, in test_bit_inv() function