| /linux/Documentation/ |
| H A D | atomic_bitops.txt | 26 test_and_set_bit_lock() 63 Except for a successful test_and_set_bit_lock() which has ACQUIRE semantics,
|
| /linux/fs/netfs/ |
| H A D | locking.c | 223 if (test_and_set_bit_lock(NETFS_ICTX_WB_LOCK, &ictx->flags)) { in netfs_wb_begin_wait() 261 if (!test_and_set_bit_lock(NETFS_ICTX_WB_LOCK, &ictx->flags)) in netfs_wb_begin()
|
| /linux/include/asm-generic/bitops/ |
| H A D | instrumented-lock.h | 55 static inline bool test_and_set_bit_lock(long nr, volatile unsigned long *addr) in test_and_set_bit_lock() function
|
| /linux/arch/mips/include/asm/ |
| H A D | bitops.h | 179 static inline int test_and_set_bit_lock(unsigned long nr, in test_and_set_bit_lock() function 212 return test_and_set_bit_lock(nr, addr); in test_and_set_bit()
|
| /linux/arch/alpha/include/asm/ |
| H A D | bitops.h | 160 test_and_set_bit_lock(unsigned long nr, volatile void *addr) in test_and_set_bit_lock() function
|
| /linux/fs/afs/ |
| H A D | vl_probe.c | 217 if (!test_and_set_bit_lock(AFS_VLSERVER_FL_PROBING, &server->flags) && in afs_send_vl_probes()
|
| H A D | volume.c | 440 if (!test_and_set_bit_lock(AFS_VOLUME_UPDATING, &volume->flags)) { in afs_check_volume_status()
|
| H A D | server.c | 605 if (!test_and_set_bit_lock(AFS_SERVER_FL_UPDATING, &server->flags)) { in afs_check_server_record()
|
| /linux/io_uring/ |
| H A D | futex.c | 87 if (test_bit(0, &ifd->owned) || test_and_set_bit_lock(0, &ifd->owned)) in io_futexv_claim()
|
| H A D | io-wq.c | 409 test_and_set_bit_lock(0, &worker->create_state)) in io_queue_worker_create()
|
| /linux/net/tipc/ |
| H A D | bearer.c | 363 test_and_set_bit_lock(0, &b->up); in tipc_enable_bearer() 702 test_and_set_bit_lock(0, &b->up); in tipc_l2_device_event() 711 test_and_set_bit_lock(0, &b->up); in tipc_l2_device_event()
|
| /linux/arch/m68k/include/asm/ |
| H A D | bitops.h | 560 #define test_and_set_bit_lock test_and_set_bit macro
|
| /linux/drivers/ntb/test/ |
| H A D | ntb_perf.c | 1054 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_set_tcnt() 1087 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_submit_test() 1121 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_read_stats()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | gianfar_ethtool.c | 328 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_scoalesce() 431 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_sringparam() 522 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_set_features()
|
| H A D | gianfar.c | 2007 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_change_mtu() 2027 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in reset_gfar()
|
| /linux/drivers/rtc/ |
| H A D | dev.c | 28 if (test_and_set_bit_lock(RTC_DEV_BUSY, &rtc->flags)) in rtc_dev_open()
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_ptp.c | 511 if (test_and_set_bit_lock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, in qede_ptp_tx_ts()
|
| /linux/drivers/net/wireless/morsemicro/mm81x/ |
| H A D | yaps_hw.c | 138 if (test_and_set_bit_lock(0, &yaps->aux_data->access_lock)) in mm81x_yaps_hw_lock()
|
| /linux/lib/ |
| H A D | sbitmap.c | 181 if (!test_and_set_bit_lock(nr, word)) in __sbitmap_get_word()
|
| /linux/drivers/md/ |
| H A D | md-cluster.c | 728 rv = test_and_set_bit_lock(MD_CLUSTER_HOLDING_MUTEX_FOR_RECVD, in lock_comm() 1081 ret = test_and_set_bit_lock(MD_CLUSTER_HOLDING_MUTEX_FOR_RECVD, in metadata_update_start()
|
| /linux/drivers/hid/ |
| H A D | hid-multitouch.c | 1312 if (test_and_set_bit_lock(MT_IO_FLAGS_RUNNING, &td->mt_io_flags)) in mt_touch_report() 2094 if (test_and_set_bit_lock(MT_IO_FLAGS_RUNNING, &td->mt_io_flags)) in mt_expired_timeout()
|
| /linux/net/rds/ |
| H A D | send.c | 106 return test_and_set_bit_lock(RDS_IN_XMIT, &cp->cp_flags) == 0; in acquire_in_xmit()
|
| /linux/drivers/block/rnbd/ |
| H A D | rnbd-clt.c | 1065 if (!test_and_set_bit_lock(0, &q->in_list)) { in rnbd_clt_dev_add_to_requeue()
|
| /linux/fs/ext4/ |
| H A D | resize.c | 91 if (test_and_set_bit_lock(EXT4_FLAGS_RESIZING, in ext4_resize_begin()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_txrx.c | 3218 !test_and_set_bit_lock(__I40E_PTP_TX_IN_PROGRESS, pf->state)) { in i40e_tsyn()
|