Home
last modified time | relevance | path

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

/include/net/irda/
Dirmod.h98 #define irda_unlock(lock) (test_and_clear_bit(0, (void *) (lock)))
/include/asm-generic/bitops/
Dle.h84 return test_and_clear_bit(nr ^ BITOP_LE_SWIZZLE, addr); in test_and_clear_bit_le()
Datomic.h151 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) in test_and_clear_bit() function
/include/linux/
Dthread_info.h86 return test_and_clear_bit(flag, (unsigned long *)&ti->flags); in test_and_clear_ti_thread_flag()
Dpage-flags.h162 { return test_and_clear_bit(PG_##lname, &page->flags); }
Dbuffer_head.h108 return test_and_clear_bit(BH_##bit, &(bh)->b_state); \
Dcpumask.h321 return test_and_clear_bit(cpumask_check(cpu), cpumask_bits(cpumask)); in cpumask_test_and_clear_cpu()
Dnetdevice.h2597 if (test_and_clear_bit(__QUEUE_STATE_STACK_XOFF, &dev_queue->state)) in netdev_tx_completed_queue()
2981 if (test_and_clear_bit(__LINK_STATE_DORMANT, &dev->state)) in netif_dormant_off()
/include/net/bluetooth/
Drfcomm.h272 if (test_and_clear_bit(RFCOMM_RX_THROTTLED, &d->flags)) in rfcomm_dlc_unthrottle()
/include/linux/sunrpc/
Dxprt.h384 return test_and_clear_bit(XPRT_CONNECTED, &xprt->state); in xprt_test_and_clear_connected()