Home
last modified time | relevance | path

Searched refs:stat_lock (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/drivers/media/platform/omap3isp/
Dispstat.c271 spin_lock_irqsave(&stat->isp->stat_lock, flags); in isp_stat_buf_release()
273 spin_unlock_irqrestore(&stat->isp->stat_lock, flags); in isp_stat_buf_release()
284 spin_lock_irqsave(&stat->isp->stat_lock, flags); in isp_stat_buf_get()
289 spin_unlock_irqrestore(&stat->isp->stat_lock, flags); in isp_stat_buf_get()
307 spin_unlock_irqrestore(&stat->isp->stat_lock, flags); in isp_stat_buf_get()
408 spin_lock_irqsave(&stat->isp->stat_lock, flags); in isp_stat_bufs_alloc()
414 spin_unlock_irqrestore(&stat->isp->stat_lock, flags); in isp_stat_bufs_alloc()
422 spin_unlock_irqrestore(&stat->isp->stat_lock, flags); in isp_stat_bufs_alloc()
426 spin_unlock_irqrestore(&stat->isp->stat_lock, flags); in isp_stat_bufs_alloc()
586 spin_lock_irqsave(&stat->isp->stat_lock, irqflags); in omap3isp_stat_config()
[all …]
Disp.h194 spinlock_t stat_lock; /* common lock for statistic drivers */ member
Disp.c2351 spin_lock_init(&isp->stat_lock); in isp_probe()
/linux-4.4.14/fs/btrfs/
Dscrub.c196 spinlock_t stat_lock; member
501 spin_lock_init(&sctx->stat_lock); in scrub_setup_ctx()
803 spin_lock(&sctx->stat_lock); in scrub_fixup_nodatasum()
805 spin_unlock(&sctx->stat_lock); in scrub_fixup_nodatasum()
834 spin_lock(&sctx->stat_lock); in scrub_fixup_nodatasum()
836 spin_unlock(&sctx->stat_lock); in scrub_fixup_nodatasum()
842 spin_lock(&sctx->stat_lock); in scrub_fixup_nodatasum()
844 spin_unlock(&sctx->stat_lock); in scrub_fixup_nodatasum()
907 spin_lock(&sctx->stat_lock); in scrub_handle_errored_block()
909 spin_unlock(&sctx->stat_lock); in scrub_handle_errored_block()
[all …]
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_qdio.c75 spin_lock_irq(&qdio->stat_lock); in zfcp_qdio_int_req()
77 spin_unlock_irq(&qdio->stat_lock); in zfcp_qdio_int_req()
259 spin_lock(&qdio->stat_lock); in zfcp_qdio_send()
261 spin_unlock(&qdio->stat_lock); in zfcp_qdio_send()
476 spin_lock_init(&qdio->stat_lock); in zfcp_qdio_setup()
Dzfcp_qdio.h38 spinlock_t stat_lock; member
Dzfcp_sysfs.c609 spin_lock_bh(&qdio->stat_lock); in zfcp_sysfs_adapter_q_full_show()
611 spin_unlock_bh(&qdio->stat_lock); in zfcp_sysfs_adapter_q_full_show()
/linux-4.4.14/drivers/scsi/bnx2i/
Dbnx2i.h136 spin_lock_bh(&__hba->stat_lock); \
139 spin_unlock_bh(&__hba->stat_lock); \
144 if (spin_trylock(&__hba->stat_lock)) { \
149 spin_unlock(&__hba->stat_lock); \
484 spinlock_t stat_lock; member
Dbnx2i_iscsi.c881 spin_lock_init(&hba->stat_lock); in bnx2i_alloc_hba()
/linux-4.4.14/fs/f2fs/
Df2fs.h815 spinlock_t stat_lock; /* lock for stat operations */ member
1027 spin_lock(&sbi->stat_lock); in inc_valid_block_count()
1031 spin_unlock(&sbi->stat_lock); in inc_valid_block_count()
1037 spin_unlock(&sbi->stat_lock); in inc_valid_block_count()
1045 spin_lock(&sbi->stat_lock); in dec_valid_block_count()
1050 spin_unlock(&sbi->stat_lock); in dec_valid_block_count()
1170 spin_lock(&sbi->stat_lock); in inc_valid_node_count()
1174 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
1180 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
1190 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
[all …]
Dsuper.c1194 spin_lock_init(&sbi->stat_lock); in f2fs_fill_super()
/linux-4.4.14/drivers/net/ethernet/sun/
Dcassini.c1135 spin_lock(&cp->stat_lock[0]); in cas_txmac_interrupt()
1161 spin_unlock(&cp->stat_lock[0]); in cas_txmac_interrupt()
1528 spin_lock(&cp->stat_lock[0]); in cas_rxmac_interrupt()
1546 spin_unlock(&cp->stat_lock[0]); in cas_rxmac_interrupt()
1776 spin_lock(&cp->stat_lock[0]); in cas_abnormal_irq()
1778 spin_unlock(&cp->stat_lock[0]); in cas_abnormal_irq()
1786 spin_lock(&cp->stat_lock[0]); in cas_abnormal_irq()
1788 spin_unlock(&cp->stat_lock[0]); in cas_abnormal_irq()
1908 spin_lock(&cp->stat_lock[ring]); in cas_tx_ringN()
1911 spin_unlock(&cp->stat_lock[ring]); in cas_tx_ringN()
[all …]
Dcassini.h2754 spinlock_t stat_lock[N_TX_RINGS + 1]; /* for stat gathering */ member
/linux-4.4.14/fs/hugetlbfs/
Dinode.c861 spin_lock(&sbinfo->stat_lock); in hugetlbfs_statfs()
876 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_statfs()
899 spin_lock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
901 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
905 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
914 spin_lock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
916 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
1164 spin_lock_init(&sbinfo->stat_lock); in hugetlbfs_fill_super()
/linux-4.4.14/include/linux/
Dshmem_fs.h30 spinlock_t stat_lock; /* Serialize shmem_sb_info changes */ member
Dhugetlb.h252 spinlock_t stat_lock; member
/linux-4.4.14/fs/cifs/
Dcifsglob.h886 spinlock_t stat_lock; member
1222 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_written()
1224 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_written()
1231 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_read()
1233 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_read()
Dmisc.c124 spin_lock_init(&ret_buf->stat_lock); in tconInfoAlloc()
/linux-4.4.14/mm/
Dshmem.c203 spin_lock(&sbinfo->stat_lock); in shmem_reserve_inode()
205 spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode()
209 spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode()
218 spin_lock(&sbinfo->stat_lock); in shmem_free_inode()
220 spin_unlock(&sbinfo->stat_lock); in shmem_free_inode()
887 spin_lock(&sbinfo->stat_lock); /* prevent replace/use races */ in shmem_get_sbmpol()
890 spin_unlock(&sbinfo->stat_lock); in shmem_get_sbmpol()
2862 spin_lock(&sbinfo->stat_lock); in shmem_remount_fs()
2891 spin_unlock(&sbinfo->stat_lock); in shmem_remount_fs()
3037 spin_lock_init(&sbinfo->stat_lock); in shmem_fill_super()