Searched refs:test_and_clear_bit (Results 1 – 10 of 10) sorted by relevance
/include/net/irda/ |
D | irmod.h | 98 #define irda_unlock(lock) (test_and_clear_bit(0, (void *) (lock)))
|
/include/asm-generic/bitops/ |
D | le.h | 84 return test_and_clear_bit(nr ^ BITOP_LE_SWIZZLE, addr); in test_and_clear_bit_le()
|
D | atomic.h | 151 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) in test_and_clear_bit() function
|
/include/linux/ |
D | thread_info.h | 86 return test_and_clear_bit(flag, (unsigned long *)&ti->flags); in test_and_clear_ti_thread_flag()
|
D | page-flags.h | 162 { return test_and_clear_bit(PG_##lname, &page->flags); }
|
D | buffer_head.h | 108 return test_and_clear_bit(BH_##bit, &(bh)->b_state); \
|
D | cpumask.h | 321 return test_and_clear_bit(cpumask_check(cpu), cpumask_bits(cpumask)); in cpumask_test_and_clear_cpu()
|
D | netdevice.h | 2597 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/ |
D | rfcomm.h | 272 if (test_and_clear_bit(RFCOMM_RX_THROTTLED, &d->flags)) in rfcomm_dlc_unthrottle()
|
/include/linux/sunrpc/ |
D | xprt.h | 384 return test_and_clear_bit(XPRT_CONNECTED, &xprt->state); in xprt_test_and_clear_connected()
|