Searched refs:test_and_set_bit (Results 1 – 21 of 21) sorted by relevance
| /include/asm-generic/bitops/ |
| A D | instrumented-atomic.h | 68 static __always_inline bool test_and_set_bit(long nr, volatile unsigned long *addr) in test_and_set_bit() function
|
| A D | le.h | 46 return test_and_set_bit(nr ^ BITOP_LE_SWIZZLE, addr); in test_and_set_bit_le()
|
| /include/linux/ |
| A D | wait_bit.h | 192 if (!test_and_set_bit(bit, word)) in wait_on_bit_lock() 219 if (!test_and_set_bit(bit, word)) in wait_on_bit_lock_io() 244 if (!test_and_set_bit(bit, word)) in wait_on_bit_lock_action()
|
| A D | lru_cache.h | 268 return !test_and_set_bit(__LC_LOCKED, &lc->flags); in lc_try_lock_for_transaction()
|
| A D | interrupt.h | 739 return !test_and_set_bit(TASKLET_STATE_RUN, &(t)->state); in tasklet_trylock() 757 if (!test_and_set_bit(TASKLET_STATE_SCHED, &t->state)) in tasklet_schedule() 765 if (!test_and_set_bit(TASKLET_STATE_SCHED, &t->state)) in tasklet_hi_schedule()
|
| A D | mISDNhw.h | 74 test_and_set_bit(ev, &((s)->Flags)); \
|
| A D | thread_info.h | 116 return test_and_set_bit(flag, (unsigned long *)&ti->flags); in test_and_set_ti_thread_flag()
|
| A D | nfs_page.h | 233 return !test_and_set_bit(PG_BUSY, &req->wb_flags); in nfs_lock_request()
|
| A D | udp.h | 118 test_and_set_bit(UDP_FLAGS_##nr, &udp_sk(sk)->udp_flags)
|
| A D | page-flags.h | 438 { return test_and_set_bit(PG_##name, folio_flags(folio, page)); } 477 { return test_and_set_bit(PG_##lname, &policy(page, 1)->flags); }
|
| A D | buffer_head.h | 111 return test_and_set_bit(BH_##bit, &(bh)->b_state); \
|
| A D | nodemask.h | 155 return test_and_set_bit(node, addr->bits); in __node_test_and_set()
|
| A D | cpumask.h | 661 return test_and_set_bit(cpumask_check(cpu), cpumask_bits(cpumask)); in cpumask_test_and_set_cpu()
|
| A D | of.h | 198 return test_and_set_bit(flag, &n->_flags); in of_node_test_and_set_flag()
|
| A D | netdevice.h | 4485 if (!test_and_set_bit(__LINK_STATE_DORMANT, &dev->state)) in netif_dormant_on() 4525 if (!test_and_set_bit(__LINK_STATE_TESTING, &dev->state)) in netif_testing_on()
|
| /include/linux/sunrpc/ |
| A D | xprt.h | 483 return test_and_set_bit(XPRT_CONNECTED, &xprt->state); in xprt_test_and_set_connected() 505 return test_and_set_bit(XPRT_CONNECTING, &xprt->state); in xprt_test_and_set_connecting() 510 test_and_set_bit(XPRT_BOUND, &xprt->state); in xprt_set_bound() 532 return test_and_set_bit(XPRT_BINDING, &xprt->state); in xprt_test_and_set_binding()
|
| A D | sched.h | 165 test_and_set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate)
|
| A D | svc_xprt.h | 118 !test_and_set_bit(XPT_PEER_VALID, &xpt->xpt_flags)) { in svc_xprt_set_valid()
|
| /include/net/bluetooth/ |
| A D | rfcomm.h | 265 if (!test_and_set_bit(RFCOMM_RX_THROTTLED, &d->flags)) in rfcomm_dlc_throttle()
|
| A D | hci_core.h | 834 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags)
|
| /include/net/ |
| A D | sch_generic.h | 205 if (test_and_set_bit(__QDISC_STATE_MISSED, &qdisc->state)) in qdisc_run_begin()
|
Completed in 65 milliseconds