Searched refs:test_and_clear_bit (Results 1 – 12 of 12) sorted by relevance
/include/asm-generic/bitops/ |
D | atomic.h | 45 static inline int test_and_clear_bit(unsigned int nr, volatile unsigned long *p) in test_and_clear_bit() function
|
D | le.h | 85 return test_and_clear_bit(nr ^ BITOP_LE_SWIZZLE, addr); in test_and_clear_bit_le()
|
/include/linux/ |
D | page_idle.h | 75 return test_and_clear_bit(PAGE_EXT_YOUNG, &page_ext->flags); in test_and_clear_page_young()
|
D | thread_info.h | 79 return test_and_clear_bit(flag, (unsigned long *)&ti->flags); in test_and_clear_ti_thread_flag()
|
D | page-flags.h | 272 { return test_and_clear_bit(PG_##lname, &policy(page, 1)->flags); } 697 return test_and_clear_bit(PG_double_map, &page[1].flags); in TestClearPageDoubleMap()
|
D | buffer_head.h | 112 return test_and_clear_bit(BH_##bit, &(bh)->b_state); \
|
D | cpumask.h | 388 return test_and_clear_bit(cpumask_check(cpu), cpumask_bits(cpumask)); in cpumask_test_and_clear_cpu()
|
D | netdevice.h | 3288 if (test_and_clear_bit(__QUEUE_STATE_STACK_XOFF, &dev_queue->state)) in netdev_tx_completed_queue() 3810 if (test_and_clear_bit(__LINK_STATE_DORMANT, &dev->state)) in netif_dormant_off()
|
/include/asm-generic/ |
D | bitops-instrumented.h | 183 static inline bool test_and_clear_bit(long nr, volatile unsigned long *addr) in test_and_clear_bit() function
|
/include/net/bluetooth/ |
D | rfcomm.h | 272 if (test_and_clear_bit(RFCOMM_RX_THROTTLED, &d->flags)) in rfcomm_dlc_unthrottle()
|
D | hci_core.h | 580 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags)
|
/include/linux/sunrpc/ |
D | xprt.h | 444 return test_and_clear_bit(XPRT_CONNECTED, &xprt->state); in xprt_test_and_clear_connected()
|