Searched refs:test_and_set_bit (Results 1 – 20 of 20) sorted by relevance
| /include/asm-generic/bitops/ |
| D | lock.h | 13 #define test_and_set_bit_lock(nr, addr) test_and_set_bit(nr, addr)
|
| D | le.h | 80 return test_and_set_bit(nr ^ BITOP_LE_SWIZZLE, addr); in test_and_set_bit_le()
|
| D | atomic.h | 128 static inline int test_and_set_bit(int nr, volatile unsigned long *addr) in test_and_set_bit() function
|
| /include/linux/ |
| D | wait_bit.h | 187 if (!test_and_set_bit(bit, word)) in wait_on_bit_lock() 211 if (!test_and_set_bit(bit, word)) in wait_on_bit_lock_io() 238 if (!test_and_set_bit(bit, word)) in wait_on_bit_lock_action()
|
| D | interrupt.h | 562 return !test_and_set_bit(TASKLET_STATE_RUN, &(t)->state); in tasklet_trylock() 585 if (!test_and_set_bit(TASKLET_STATE_SCHED, &t->state)) in tasklet_schedule() 593 if (!test_and_set_bit(TASKLET_STATE_SCHED, &t->state)) in tasklet_hi_schedule()
|
| D | thread_info.h | 65 return test_and_set_bit(flag, (unsigned long *)&ti->flags); in test_and_set_ti_thread_flag()
|
| D | lru_cache.h | 282 return !test_and_set_bit(__LC_LOCKED, &lc->flags); in lc_try_lock_for_transaction()
|
| D | mISDNhw.h | 83 test_and_set_bit(ev, &((s)->Flags)); \
|
| D | nfs_page.h | 153 return !test_and_set_bit(PG_BUSY, &req->wb_flags); in nfs_lock_request()
|
| D | page-flags.h | 222 { return test_and_set_bit(PG_##lname, &policy(page, 1)->flags); } 637 return test_and_set_bit(PG_double_map, &page[1].flags); in TestSetPageDoubleMap()
|
| D | buffer_head.h | 105 return test_and_set_bit(BH_##bit, &(bh)->b_state); \
|
| D | cpumask.h | 330 return test_and_set_bit(cpumask_check(cpu), cpumask_bits(cpumask)); in cpumask_test_and_set_cpu()
|
| D | nodemask.h | 149 return test_and_set_bit(node, addr->bits); in __node_test_and_set()
|
| D | of.h | 193 return test_and_set_bit(flag, &n->_flags); in of_node_test_and_set_flag()
|
| D | netdevice.h | 3430 if (!test_and_set_bit(__LINK_STATE_DORMANT, &dev->state)) in netif_dormant_on()
|
| /include/linux/sunrpc/ |
| D | xprt.h | 416 return test_and_set_bit(XPRT_CONNECTED, &xprt->state); in xprt_test_and_set_connected() 438 return test_and_set_bit(XPRT_CONNECTING, &xprt->state); in xprt_test_and_set_connecting() 443 test_and_set_bit(XPRT_BOUND, &xprt->state); in xprt_set_bound() 465 return test_and_set_bit(XPRT_BINDING, &xprt->state); in xprt_test_and_set_binding()
|
| D | sched.h | 149 test_and_set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate)
|
| /include/net/bluetooth/ |
| D | rfcomm.h | 266 if (!test_and_set_bit(RFCOMM_RX_THROTTLED, &d->flags)) in rfcomm_dlc_throttle()
|
| D | hci_core.h | 553 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags)
|
| /include/net/netfilter/ |
| D | nf_tables.h | 1248 return test_and_set_bit(NFT_SET_ELEM_BUSY_BIT, word); in nft_set_elem_mark_busy()
|