Searched refs:test_and_clear_bit (Results 1 – 13 of 13) sorted by relevance
| /include/asm-generic/bitops/ |
| D | le.h | 51 return test_and_clear_bit(nr ^ BITOP_LE_SWIZZLE, addr); in test_and_clear_bit_le()
|
| D | instrumented-atomic.h | 82 static __always_inline bool test_and_clear_bit(long nr, volatile unsigned long *addr) in test_and_clear_bit() function
|
| /include/linux/ |
| D | page_idle.h | 47 page_young = test_and_clear_bit(PAGE_EXT_YOUNG, &page_ext->flags); in folio_test_clear_young()
|
| D | thread_info.h | 113 return test_and_clear_bit(flag, (unsigned long *)&ti->flags); in test_and_clear_ti_thread_flag()
|
| D | wait_bit.h | 353 if (!test_and_clear_bit(bit, word)) in test_and_clear_wake_up_bit()
|
| D | page-flags.h | 410 { return test_and_clear_bit(PG_##name, folio_flags(folio, page)); } 450 { return test_and_clear_bit(PG_##lname, &policy(page, 1)->flags); }
|
| D | buffer_head.h | 114 return test_and_clear_bit(BH_##bit, &(bh)->b_state); \
|
| D | cpumask.h | 600 return test_and_clear_bit(cpumask_check(cpu), cpumask_bits(cpumask)); in cpumask_test_and_clear_cpu()
|
| D | netdevice.h | 3599 if (test_and_clear_bit(__QUEUE_STATE_STACK_XOFF, &dev_queue->state)) in netdev_tx_completed_queue() 4256 if (test_and_clear_bit(__LINK_STATE_DORMANT, &dev->state)) in netif_dormant_off() 4296 if (test_and_clear_bit(__LINK_STATE_TESTING, &dev->state)) in netif_testing_off()
|
| /include/net/bluetooth/ |
| D | rfcomm.h | 277 if (test_and_clear_bit(RFCOMM_RX_THROTTLED, &d->flags)) in rfcomm_dlc_unthrottle()
|
| D | hci_core.h | 832 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags)
|
| /include/linux/sunrpc/ |
| D | svc.h | 309 if (test_and_clear_bit(SP_NEED_VICTIM, &rqstp->rq_pool->sp_flags)) in svc_thread_should_stop()
|
| D | xprt.h | 473 return test_and_clear_bit(XPRT_CONNECTED, &xprt->state); in xprt_test_and_clear_connected()
|