test_and_clear_bit   84 include/asm-generic/bitops/le.h 	return test_and_clear_bit(nr ^ BITOP_LE_SWIZZLE, addr);
test_and_clear_bit  108 include/linux/buffer_head.h 	return test_and_clear_bit(BH_##bit, &(bh)->b_state);		\
test_and_clear_bit  315 include/linux/cpumask.h 	return test_and_clear_bit(cpumask_check(cpu), cpumask_bits(cpumask));
test_and_clear_bit 2581 include/linux/netdevice.h 	if (test_and_clear_bit(__QUEUE_STATE_STACK_XOFF, &dev_queue->state))
test_and_clear_bit 2965 include/linux/netdevice.h 	if (test_and_clear_bit(__LINK_STATE_DORMANT, &dev->state))
test_and_clear_bit  162 include/linux/page-flags.h 		{ return test_and_clear_bit(PG_##lname, &page->flags); }
test_and_clear_bit  384 include/linux/sunrpc/xprt.h 	return test_and_clear_bit(XPRT_CONNECTED, &xprt->state);
test_and_clear_bit   86 include/linux/thread_info.h 	return test_and_clear_bit(flag, (unsigned long *)&ti->flags);
test_and_clear_bit  272 include/net/bluetooth/rfcomm.h 	if (test_and_clear_bit(RFCOMM_RX_THROTTLED, &d->flags))
test_and_clear_bit   98 include/net/irda/irmod.h #define irda_unlock(lock)	(test_and_clear_bit(0, (void *) (lock)))