Home
last modified time | relevance | path

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

/linux-4.1.27/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()
587 spin_lock_irqsave(&stat->isp->stat_lock, irqflags); in omap3isp_stat_config()
[all …]
Disp.h199 spinlock_t stat_lock; /* common lock for statistic drivers */ member
Disp.c2442 spin_lock_init(&isp->stat_lock); in isp_probe()
/linux-4.1.27/fs/btrfs/
Dscrub.c195 spinlock_t stat_lock; member
509 spin_lock_init(&sctx->stat_lock); in scrub_setup_ctx()
811 spin_lock(&sctx->stat_lock); in scrub_fixup_nodatasum()
813 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()
850 spin_lock(&sctx->stat_lock); in scrub_fixup_nodatasum()
852 spin_unlock(&sctx->stat_lock); in scrub_fixup_nodatasum()
917 spin_lock(&sctx->stat_lock); in scrub_handle_errored_block()
919 spin_unlock(&sctx->stat_lock); in scrub_handle_errored_block()
[all …]
/linux-4.1.27/fs/f2fs/
Df2fs.h699 spinlock_t stat_lock; /* lock for stat operations */ member
906 spin_lock(&sbi->stat_lock); in inc_valid_block_count()
910 spin_unlock(&sbi->stat_lock); in inc_valid_block_count()
916 spin_unlock(&sbi->stat_lock); in inc_valid_block_count()
924 spin_lock(&sbi->stat_lock); in dec_valid_block_count()
929 spin_unlock(&sbi->stat_lock); in dec_valid_block_count()
1048 spin_lock(&sbi->stat_lock); in inc_valid_node_count()
1052 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
1058 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
1068 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
[all …]
Dsuper.c1042 spin_lock_init(&sbi->stat_lock); in f2fs_fill_super()
/linux-4.1.27/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.1.27/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.1.27/fs/hugetlbfs/
Dinode.c595 spin_lock(&sbinfo->stat_lock); in hugetlbfs_statfs()
610 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_statfs()
633 spin_lock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
635 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
639 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
648 spin_lock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
650 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
897 spin_lock_init(&sbinfo->stat_lock); in hugetlbfs_fill_super()
/linux-4.1.27/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.1.27/include/linux/
Dshmem_fs.h33 spinlock_t stat_lock; /* Serialize shmem_sb_info changes */ member
Dhugetlb.h242 spinlock_t stat_lock; member
/linux-4.1.27/fs/cifs/
Dcifsglob.h874 spinlock_t stat_lock; member
1207 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_written()
1209 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_written()
1216 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_read()
1218 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_read()
Dmisc.c124 spin_lock_init(&ret_buf->stat_lock); in tconInfoAlloc()
/linux-4.1.27/mm/
Dshmem.c201 spin_lock(&sbinfo->stat_lock); in shmem_reserve_inode()
203 spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode()
207 spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode()
216 spin_lock(&sbinfo->stat_lock); in shmem_free_inode()
218 spin_unlock(&sbinfo->stat_lock); in shmem_free_inode()
865 spin_lock(&sbinfo->stat_lock); /* prevent replace/use races */ in shmem_get_sbmpol()
868 spin_unlock(&sbinfo->stat_lock); in shmem_get_sbmpol()
2853 spin_lock(&sbinfo->stat_lock); in shmem_remount_fs()
2882 spin_unlock(&sbinfo->stat_lock); in shmem_remount_fs()
3028 spin_lock_init(&sbinfo->stat_lock); in shmem_fill_super()