Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk-iopoll.c53 clear_bit_unlock(IOPOLL_F_SCHED, &iop->state); in __blk_iopoll_complete()
165 clear_bit_unlock(IOPOLL_F_SCHED, &iop->state); in blk_iopoll_enable()
Dblk-tag.c291 clear_bit_unlock(tag, bqt->tag_map); in blk_queue_end_tag()
/linux-4.4.14/include/asm-generic/bitops/
Dlock.h21 #define clear_bit_unlock(nr, addr) \ macro
/linux-4.4.14/include/linux/
Dbit_spinlock.h62 clear_bit_unlock(bitnum, addr); in bit_spin_unlock()
Dlru_cache.h303 clear_bit_unlock(__LC_LOCKED, &lc->flags); in lc_unlock()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c480 clear_bit_unlock(__IXGBE_PTP_TX_IN_PROGRESS, &adapter->state); in ixgbe_ptp_tx_hwtstamp()
503 clear_bit_unlock(__IXGBE_PTP_TX_IN_PROGRESS, &adapter->state); in ixgbe_ptp_tx_hwtstamp_work()
974 clear_bit_unlock(__IXGBE_PTP_TX_IN_PROGRESS, &adapter->state); in ixgbe_ptp_suspend()
/linux-4.4.14/arch/x86/include/asm/
Dbitops.h131 static inline void clear_bit_unlock(long nr, volatile unsigned long *addr) in clear_bit_unlock() function
/linux-4.4.14/drivers/rtc/
Drtc-dev.c47 clear_bit_unlock(RTC_DEV_BUSY, &rtc->flags); in rtc_dev_open()
444 clear_bit_unlock(RTC_DEV_BUSY, &rtc->flags); in rtc_dev_release()
Dinterface.c629 clear_bit_unlock(RTC_DEV_BUSY, &rtc->flags); in rtc_irq_register()
/linux-4.4.14/arch/powerpc/include/asm/
Dbitops.h90 static __inline__ void clear_bit_unlock(int nr, volatile unsigned long *addr) in clear_bit_unlock() function
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c328 clear_bit_unlock(__I40E_PTP_TX_IN_PROGRESS, &pf->state); in i40e_ptp_tx_hwtstamp()
717 clear_bit_unlock(__I40E_PTP_TX_IN_PROGRESS, &pf->state); in i40e_ptp_stop()
/linux-4.4.14/lib/
Dlru_cache.c47 clear_bit_unlock(__LC_PARANOIA, &lc->flags); \
583 clear_bit_unlock(__LC_STARVING, &lc->flags); in lc_put()
/linux-4.4.14/arch/alpha/include/asm/
Dbitops.h75 clear_bit_unlock(unsigned long nr, volatile void * addr) in clear_bit_unlock() function
/linux-4.4.14/fs/fscache/
Dobject.c515 clear_bit_unlock(FSCACHE_COOKIE_LOOKING_UP, &cookie->flags); in fscache_object_lookup_negative()
544 clear_bit_unlock(FSCACHE_COOKIE_NO_DATA_YET, &cookie->flags); in fscache_obtained_object()
550 clear_bit_unlock(FSCACHE_COOKIE_LOOKING_UP, &cookie->flags); in fscache_obtained_object()
Dcookie.c181 clear_bit_unlock(FSCACHE_COOKIE_ENABLEMENT_LOCK, &cookie->flags); in __fscache_enable_cookie()
570 clear_bit_unlock(FSCACHE_COOKIE_ENABLEMENT_LOCK, &cookie->flags); in __fscache_disable_cookie()
/linux-4.4.14/drivers/usb/serial/
Dgeneric.c145 clear_bit_unlock(USB_SERIAL_WRITE_BUSY, &port->flags); in usb_serial_generic_write_start()
173 clear_bit_unlock(USB_SERIAL_WRITE_BUSY, &port->flags); in usb_serial_generic_write_start()
Dmos7840.c484 clear_bit_unlock(MOS7840_FLAG_CTRL_BUSY, &mos7840_port->flags); in mos7840_control_callback()
510 clear_bit_unlock(MOS7840_FLAG_CTRL_BUSY, &mcs->flags); in mos7840_get_reg()
575 clear_bit_unlock(MOS7840_FLAG_LED_BUSY, &mcs->flags); in mos7840_led_flag_off()
/linux-4.4.14/arch/s390/include/asm/
Dbitops.h281 static inline void clear_bit_unlock(unsigned long nr, in clear_bit_unlock() function
/linux-4.4.14/arch/ia64/include/asm/
Dbitops.h104 clear_bit_unlock (int nr, volatile void *addr) in clear_bit_unlock() function
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_ptp.c642 clear_bit_unlock(__IGB_PTP_TX_IN_PROGRESS, &adapter->state); in igb_ptp_tx_work()
732 clear_bit_unlock(__IGB_PTP_TX_IN_PROGRESS, &adapter->state); in igb_ptp_tx_hwtstamp()
1153 clear_bit_unlock(__IGB_PTP_TX_IN_PROGRESS, &adapter->state); in igb_ptp_stop()
/linux-4.4.14/arch/mips/include/asm/
Dbitops.h170 static inline void clear_bit_unlock(unsigned long nr, volatile unsigned long *addr) in clear_bit_unlock() function
/linux-4.4.14/drivers/net/ethernet/sfc/
Dnet_driver.h533 clear_bit_unlock(EFX_CHANNEL_STATE_POLL_BIT, &channel->busy_poll_state); in efx_channel_unlock_poll()
543 clear_bit_unlock(EFX_CHANNEL_STATE_DISABLE_BIT, in efx_channel_enable()
/linux-4.4.14/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c439 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_scoalesce()
513 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_sringparam()
621 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_set_features()
Dgianfar.c2617 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_change_mtu()
2632 clear_bit_unlock(GFAR_RESETTING, &priv->state); in reset_gfar()
/linux-4.4.14/arch/powerpc/mm/
Dhash_native_64.c191 clear_bit_unlock(HPTE_LOCK_BIT, word); in native_unlock_hpte()
/linux-4.4.14/drivers/scsi/ufs/
Dufshcd.c349 clear_bit_unlock(slot, &hba->tm_slots_in_use); in ufshcd_put_tm_slot()
1332 clear_bit_unlock(tag, &hba->lrb_in_use); in ufshcd_queuecommand()
1353 clear_bit_unlock(tag, &hba->lrb_in_use); in ufshcd_queuecommand()
1521 clear_bit_unlock(tag, &hba->lrb_in_use); in ufshcd_put_dev_cmd_tag()
3186 clear_bit_unlock(index, &hba->lrb_in_use); in ufshcd_transfer_req_compl()
3912 clear_bit_unlock(tag, &hba->lrb_in_use); in ufshcd_abort()
/linux-4.4.14/fs/nfs/
Dpnfs.c941 clear_bit_unlock(NFS_LAYOUT_RETURN, &lo->plh_flags); in pnfs_clear_layoutreturn_waitbit()
1494 clear_bit_unlock(NFS_LAYOUT_FIRST_LAYOUTGET, bitlock); in pnfs_clear_first_layoutget()
2145 clear_bit_unlock(NFS_INO_LAYOUTCOMMITTING, bitlock); in pnfs_clear_layoutcommitting()
Dwrite.c651 clear_bit_unlock(NFS_INO_FLUSHING, bitlock); in nfs_writepages()
Dinode.c1154 clear_bit_unlock(NFS_INO_INVALIDATING, bitlock); in __nfs_revalidate_mapping()
/linux-4.4.14/drivers/ide/
Dide-io.c429 clear_bit_unlock(IDE_HOST_BUSY, &host->host_busy); in ide_unlock_host()
/linux-4.4.14/drivers/block/
Dnull_blk.c149 clear_bit_unlock(tag, nq->tag_map); in put_tag()
/linux-4.4.14/fs/jfs/
Djfs_metapage.c49 clear_bit_unlock(META_locked, &mp->flag); in unlock_metapage()
/linux-4.4.14/fs/jbd2/
Dcommit.c45 clear_bit_unlock(BH_Shadow, &orig_bh->b_state); in journal_end_buffer_io_sync()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_bitmap.c227 clear_bit_unlock(BM_PAGE_IO_LOCK, addr); in bm_page_unlock_io()
Ddrbd_main.c3532 clear_bit_unlock(BITMAP_IO, &device->flags); in w_bitmap_io()
/linux-4.4.14/mm/
Dzsmalloc.c873 clear_bit_unlock(HANDLE_PIN_BIT, ptr); in unpin_tag()
Dfilemap.c813 clear_bit_unlock(PG_locked, &page->flags); in unlock_page()
/linux-4.4.14/fs/ext4/
Dresize.c56 clear_bit_unlock(EXT4_RESIZING, &EXT4_SB(sb)->s_resize_flags); in ext4_resize_end()
/linux-4.4.14/Documentation/
Datomic_ops.txt517 void clear_bit_unlock(unsigned long nr, unsigned long *addr);
Dmemory-barriers.txt2394 clear_bit_unlock();
/linux-4.4.14/drivers/md/
Ddm-snap.c840 clear_bit_unlock(RUNNING_MERGE, &s->state_bits); in merge_shutdown()
Draid5.c4309 clear_bit_unlock(STRIPE_ACTIVE, &sh->state); in handle_stripe()
4638 clear_bit_unlock(STRIPE_ACTIVE, &sh->state); in handle_stripe()
/linux-4.4.14/fs/cifs/
Dinode.c1859 clear_bit_unlock(CIFS_INO_LOCK, flags);
/linux-4.4.14/drivers/usb/wusbcore/
Dwa-xfer.c229 clear_bit_unlock(0, &wa->dto_in_use); in __wa_dto_put()
/linux-4.4.14/fs/
Dbuffer.c76 clear_bit_unlock(BH_Lock, &bh->b_state); in unlock_buffer()
/linux-4.4.14/drivers/firewire/
Dohci.c3500 clear_bit_unlock(0, &ctx->flushing_completions); in ohci_flush_iso_completions()