Home
last modified time | relevance | path

Searched refs:test_and_set_bit_lock (Results 1 – 25 of 46) sorted by relevance

12

/Linux-v4.19/include/linux/
Dbit_spinlock.h27 while (unlikely(test_and_set_bit_lock(bitnum, addr))) { in bit_spin_lock()
45 if (unlikely(test_and_set_bit_lock(bitnum, addr))) { in bit_spin_trylock()
Dbuffer_head.h359 return likely(!test_and_set_bit_lock(BH_Lock, &bh->b_state)); in trylock_buffer()
Dpagemap.h473 return (likely(!test_and_set_bit_lock(PG_locked, &page->flags))); in trylock_page()
/Linux-v4.19/Documentation/
Datomic_bitops.txt26 test_and_set_bit_lock()
66 Except for a successful test_and_set_bit_lock() which has ACQUIRE semantics and
/Linux-v4.19/include/asm-generic/bitops/
Dlock.h18 static inline int test_and_set_bit_lock(unsigned int nr, in test_and_set_bit_lock() function
/Linux-v4.19/arch/riscv/include/asm/
Dbitops.h168 static inline int test_and_set_bit_lock( in test_and_set_bit_lock() function
/Linux-v4.19/drivers/oprofile/
Devent_buffer.c119 if (test_and_set_bit_lock(0, &buffer_opened)) in event_buffer_open()
/Linux-v4.19/arch/powerpc/include/asm/
Dbitops.h151 static __inline__ int test_and_set_bit_lock(unsigned long nr, in test_and_set_bit_lock() function
Dkvm_book3s_64.h374 } while (test_and_set_bit_lock(KVMPPC_RMAP_LOCK_BIT, rmap)); in lock_rmap()
/Linux-v4.19/arch/x86/include/asm/
Dbitops.h232 test_and_set_bit_lock(long nr, volatile unsigned long *addr) in test_and_set_bit_lock() function
/Linux-v4.19/arch/alpha/include/asm/
Dbitops.h160 test_and_set_bit_lock(unsigned long nr, volatile void *addr) in test_and_set_bit_lock() function
/Linux-v4.19/arch/s390/include/asm/
Dbitops.h218 static inline int test_and_set_bit_lock(unsigned long nr, in test_and_set_bit_lock() function
/Linux-v4.19/arch/ia64/include/asm/
Dbitops.h224 #define test_and_set_bit_lock test_and_set_bit macro
/Linux-v4.19/drivers/fpga/
Ddfl.h217 if (test_and_set_bit_lock(DEV_STATUS_IN_USE, &pdata->dev_status)) in dfl_feature_dev_use_begin()
/Linux-v4.19/block/
Dblk-tag.c365 } while (test_and_set_bit_lock(tag, bqt->tag_map)); in blk_queue_start_tag()
/Linux-v4.19/fs/afs/
Dserver.c593 if (!test_and_set_bit_lock(AFS_SERVER_FL_PROBING, &fc->cbi->server->flags)) { in afs_probe_fileserver()
674 if (!test_and_set_bit_lock(AFS_SERVER_FL_UPDATING, &server->flags)) { in afs_check_server_record()
Dvolume.c342 if (!test_and_set_bit_lock(AFS_VOLUME_UPDATING, &volume->flags)) { in afs_check_volume_status()
/Linux-v4.19/arch/powerpc/kernel/
Dwatchdog.c98 while (unlikely(test_and_set_bit_lock(0, &__wd_smp_lock))) { in wd_smp_lock()
/Linux-v4.19/net/tipc/
Dbearer.c315 test_and_set_bit_lock(0, &b->up); in tipc_enable_bearer()
613 test_and_set_bit_lock(0, &b->up); in tipc_l2_device_event()
622 test_and_set_bit_lock(0, &b->up); in tipc_l2_device_event()
/Linux-v4.19/arch/mips/include/asm/
Dbitops.h269 static inline int test_and_set_bit_lock(unsigned long nr, in test_and_set_bit_lock() function
/Linux-v4.19/arch/m68k/include/asm/
Dbitops.h523 #define test_and_set_bit_lock test_and_set_bit macro
/Linux-v4.19/drivers/ntb/test/
Dntb_perf.c1020 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_set_tcnt()
1052 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_submit_test()
1086 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_read_stats()
/Linux-v4.19/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c369 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_scoalesce()
468 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_sringparam()
580 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_set_features()
/Linux-v4.19/drivers/rtc/
Drtc-dev.c30 if (test_and_set_bit_lock(RTC_DEV_BUSY, &rtc->flags)) in rtc_dev_open()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_ptp.c518 if (test_and_set_bit_lock(QEDE_FLAGS_PTP_TX_IN_PRORGESS, &edev->flags)) in qede_ptp_tx_ts()

12