| /linux-4.4.14/include/linux/ | 
| D | bit_spinlock.h | 26 	while (unlikely(test_and_set_bit_lock(bitnum, addr))) {  in bit_spin_lock()44 	if (unlikely(test_and_set_bit_lock(bitnum, addr))) {  in bit_spin_trylock()
 
 | 
| D | buffer_head.h | 349 	return likely(!test_and_set_bit_lock(BH_Lock, &bh->b_state));  in trylock_buffer()
 | 
| D | pagemap.h | 448 	return (likely(!test_and_set_bit_lock(PG_locked, &page->flags)));  in trylock_page()
 | 
| /linux-4.4.14/include/asm-generic/bitops/ | 
| D | lock.h | 12 #define test_and_set_bit_lock(nr, addr)	test_and_set_bit(nr, addr)  macro
 | 
| /linux-4.4.14/drivers/oprofile/ | 
| D | event_buffer.c | 119 	if (test_and_set_bit_lock(0, &buffer_opened))  in event_buffer_open()
 | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | bitops.h | 217 test_and_set_bit_lock(long nr, volatile unsigned long *addr)  in test_and_set_bit_lock()  function
 | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | bitops.h | 138 static __inline__ int test_and_set_bit_lock(unsigned long nr,  in test_and_set_bit_lock()  function
 | 
| D | kvm_book3s_64.h | 373 	} while (test_and_set_bit_lock(KVMPPC_RMAP_LOCK_BIT, rmap));  in lock_rmap()
 | 
| /linux-4.4.14/arch/alpha/include/asm/ | 
| D | bitops.h | 159 test_and_set_bit_lock(unsigned long nr, volatile void *addr)  in test_and_set_bit_lock()  function
 | 
| /linux-4.4.14/arch/s390/include/asm/ | 
| D | bitops.h | 273 static inline int test_and_set_bit_lock(unsigned long nr,  in test_and_set_bit_lock()  function
 | 
| /linux-4.4.14/arch/ia64/include/asm/ | 
| D | bitops.h | 223 #define test_and_set_bit_lock test_and_set_bit  macro
 | 
| /linux-4.4.14/block/ | 
| D | blk-tag.c | 367 	} while (test_and_set_bit_lock(tag, bqt->tag_map));  in blk_queue_start_tag()
 | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | bitops.h | 284 static inline int test_and_set_bit_lock(unsigned long nr,  in test_and_set_bit_lock()  function
 | 
| /linux-4.4.14/drivers/rtc/ | 
| D | rtc-dev.c | 32 	if (test_and_set_bit_lock(RTC_DEV_BUSY, &rtc->flags))  in rtc_dev_open()
 | 
| D | interface.c | 619 	if (test_and_set_bit_lock(RTC_DEV_BUSY, &rtc->flags))  in rtc_irq_register()
 | 
| /linux-4.4.14/drivers/net/ethernet/freescale/ | 
| D | gianfar_ethtool.c | 397 	while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state))  in gfar_scoalesce()496 	while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state))  in gfar_sringparam()
 608 	while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state))  in gfar_set_features()
 
 | 
| D | gianfar.c | 2606 	while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state))  in gfar_change_mtu()2626 	while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state))  in reset_gfar()
 
 | 
| /linux-4.4.14/arch/powerpc/mm/ | 
| D | hash_native_64.c | 180 		if (!test_and_set_bit_lock(HPTE_LOCK_BIT, word))  in native_lock_hpte()
 | 
| /linux-4.4.14/drivers/usb/serial/ | 
| D | generic.c | 140 	if (test_and_set_bit_lock(USB_SERIAL_WRITE_BUSY, &port->flags))  in usb_serial_generic_write_start()
 | 
| D | mos7840.c | 495 	if (test_and_set_bit_lock(MOS7840_FLAG_CTRL_BUSY, &mcs->flags))  in mos7840_get_reg()582 	if (test_and_set_bit_lock(MOS7840_FLAG_LED_BUSY, &mos7840_port->flags))  in mos7840_led_activity()
 
 | 
| /linux-4.4.14/drivers/ide/ | 
| D | ide-io.c | 415 		rc = test_and_set_bit_lock(IDE_HOST_BUSY, &host->host_busy);  in ide_lock_host()
 | 
| /linux-4.4.14/drivers/block/ | 
| D | null_blk.c | 163 	} while (test_and_set_bit_lock(tag, nq->tag_map));  in get_tag()
 | 
| /linux-4.4.14/fs/jfs/ | 
| D | jfs_metapage.c | 45 #define trylock_metapage(mp) test_and_set_bit_lock(META_locked, &(mp)->flag)
 | 
| /linux-4.4.14/drivers/scsi/ufs/ | 
| D | ufshcd.c | 339 	} while (test_and_set_bit_lock(tag, &hba->tm_slots_in_use));  in ufshcd_get_tm_free_slot()1318 	if (test_and_set_bit_lock(tag, &hba->lrb_in_use)) {  in ufshcd_queuecommand()
 1511 	} while (test_and_set_bit_lock(tag, &hba->lrb_in_use));  in ufshcd_get_dev_cmd_tag()
 
 | 
| /linux-4.4.14/mm/ | 
| D | zsmalloc.c | 861 	return !test_and_set_bit_lock(HANDLE_PIN_BIT, ptr);  in trypin_tag()
 | 
| /linux-4.4.14/fs/ext4/ | 
| D | resize.c | 48 	if (test_and_set_bit_lock(EXT4_RESIZING, &EXT4_SB(sb)->s_resize_flags))  in ext4_resize_begin()
 | 
| /linux-4.4.14/Documentation/ | 
| D | atomic_ops.txt | 516 	int test_and_set_bit_lock(unsigned long nr, unsigned long *addr);
 | 
| D | memory-barriers.txt | 2393 	test_and_set_bit_lock();
 | 
| /linux-4.4.14/drivers/net/ethernet/intel/i40e/ | 
| D | i40e_txrx.c | 2274 	    !test_and_set_bit_lock(__I40E_PTP_TX_IN_PROGRESS, &pf->state)) {  in i40e_tsyn()
 | 
| /linux-4.4.14/drivers/firewire/ | 
| D | ohci.c | 3483 	if (!test_and_set_bit_lock(0, &ctx->flushing_completions)) {  in ohci_flush_iso_completions()
 | 
| /linux-4.4.14/drivers/net/ethernet/intel/igb/ | 
| D | igb_main.c | 5028 		if (!test_and_set_bit_lock(__IGB_PTP_TX_IN_PROGRESS,  in igb_xmit_frame_ring()
 | 
| /linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ | 
| D | ixgbe_main.c | 7543 	    !test_and_set_bit_lock(__IXGBE_PTP_TX_IN_PROGRESS,  in ixgbe_xmit_frame_ring()
 | 
| /linux-4.4.14/drivers/md/ | 
| D | raid5.c | 4301 	if (test_and_set_bit_lock(STRIPE_ACTIVE, &sh->state)) {  in handle_stripe()
 |