/Linux-v4.19/drivers/media/platform/omap3isp/ |
D | ispstat.c | 274 spin_lock_irqsave(&stat->isp->stat_lock, flags); in isp_stat_buf_release() 276 spin_unlock_irqrestore(&stat->isp->stat_lock, flags); in isp_stat_buf_release() 287 spin_lock_irqsave(&stat->isp->stat_lock, flags); in isp_stat_buf_get() 292 spin_unlock_irqrestore(&stat->isp->stat_lock, flags); in isp_stat_buf_get() 311 spin_unlock_irqrestore(&stat->isp->stat_lock, flags); in isp_stat_buf_get() 413 spin_lock_irqsave(&stat->isp->stat_lock, flags); in isp_stat_bufs_alloc() 419 spin_unlock_irqrestore(&stat->isp->stat_lock, flags); in isp_stat_bufs_alloc() 427 spin_unlock_irqrestore(&stat->isp->stat_lock, flags); in isp_stat_bufs_alloc() 431 spin_unlock_irqrestore(&stat->isp->stat_lock, flags); in isp_stat_bufs_alloc() 603 spin_lock_irqsave(&stat->isp->stat_lock, irqflags); in omap3isp_stat_config() [all …]
|
D | isp.h | 194 spinlock_t stat_lock; /* common lock for statistic drivers */ member
|
D | isp.c | 2222 spin_lock_init(&isp->stat_lock); in isp_probe()
|
/Linux-v4.19/fs/btrfs/ |
D | scrub.c | 179 spinlock_t stat_lock; member 613 spin_lock_init(&sctx->stat_lock); in scrub_setup_ctx() 846 spin_lock(&sctx->stat_lock); in scrub_handle_errored_block() 848 spin_unlock(&sctx->stat_lock); in scrub_handle_errored_block() 868 spin_lock(&sctx->stat_lock); in scrub_handle_errored_block() 873 spin_unlock(&sctx->stat_lock); in scrub_handle_errored_block() 909 spin_lock(&sctx->stat_lock); in scrub_handle_errored_block() 913 spin_unlock(&sctx->stat_lock); in scrub_handle_errored_block() 921 spin_lock(&sctx->stat_lock); in scrub_handle_errored_block() 924 spin_unlock(&sctx->stat_lock); in scrub_handle_errored_block() [all …]
|
/Linux-v4.19/drivers/s390/scsi/ |
D | zfcp_qdio.c | 76 spin_lock_irq(&qdio->stat_lock); in zfcp_qdio_int_req() 78 spin_unlock_irq(&qdio->stat_lock); in zfcp_qdio_int_req() 260 spin_lock(&qdio->stat_lock); in zfcp_qdio_send() 262 spin_unlock(&qdio->stat_lock); in zfcp_qdio_send() 477 spin_lock_init(&qdio->stat_lock); in zfcp_qdio_setup()
|
D | zfcp_qdio.h | 39 spinlock_t stat_lock; member
|
D | zfcp_sysfs.c | 607 spin_lock_bh(&qdio->stat_lock); in zfcp_sysfs_adapter_q_full_show() 609 spin_unlock_bh(&qdio->stat_lock); in zfcp_sysfs_adapter_q_full_show()
|
/Linux-v4.19/drivers/scsi/bnx2i/ |
D | bnx2i.h | 136 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
|
D | bnx2i_iscsi.c | 881 spin_lock_init(&hba->stat_lock); in bnx2i_alloc_hba()
|
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | cassini.c | 1137 spin_lock(&cp->stat_lock[0]); in cas_txmac_interrupt() 1163 spin_unlock(&cp->stat_lock[0]); in cas_txmac_interrupt() 1530 spin_lock(&cp->stat_lock[0]); in cas_rxmac_interrupt() 1548 spin_unlock(&cp->stat_lock[0]); in cas_rxmac_interrupt() 1778 spin_lock(&cp->stat_lock[0]); in cas_abnormal_irq() 1780 spin_unlock(&cp->stat_lock[0]); in cas_abnormal_irq() 1788 spin_lock(&cp->stat_lock[0]); in cas_abnormal_irq() 1790 spin_unlock(&cp->stat_lock[0]); in cas_abnormal_irq() 1910 spin_lock(&cp->stat_lock[ring]); in cas_tx_ringN() 1913 spin_unlock(&cp->stat_lock[ring]); in cas_tx_ringN() [all …]
|
D | cassini.h | 2755 spinlock_t stat_lock[N_TX_RINGS + 1]; /* for stat gathering */ member
|
/Linux-v4.19/fs/hugetlbfs/ |
D | inode.c | 931 spin_lock(&sbinfo->stat_lock); in hugetlbfs_statfs() 946 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_statfs() 969 spin_lock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes() 971 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes() 975 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes() 984 spin_lock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes() 986 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes() 1245 spin_lock_init(&sbinfo->stat_lock); in hugetlbfs_fill_super()
|
/Linux-v4.19/include/linux/ |
D | shmem_fs.h | 32 spinlock_t stat_lock; /* Serialize shmem_sb_info changes */ member
|
D | hugetlb.h | 277 spinlock_t stat_lock; member
|
/Linux-v4.19/fs/cifs/ |
D | cifsglob.h | 968 spinlock_t stat_lock; /* protects the two fields above */ member 1341 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_written() 1343 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_written() 1350 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_read() 1352 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_read()
|
D | cifs_debug.c | 406 spin_lock(&tcon->stat_lock); in cifs_stats_proc_write() 409 spin_unlock(&tcon->stat_lock); in cifs_stats_proc_write()
|
D | misc.c | 125 spin_lock_init(&ret_buf->stat_lock); in tconInfoAlloc()
|
/Linux-v4.19/fs/f2fs/ |
D | f2fs.h | 1277 spinlock_t stat_lock; /* lock for stat operations */ member 1700 spin_lock(&sbi->stat_lock); in inc_valid_block_count() 1716 spin_unlock(&sbi->stat_lock); in inc_valid_block_count() 1720 spin_unlock(&sbi->stat_lock); in inc_valid_block_count() 1741 spin_lock(&sbi->stat_lock); in dec_valid_block_count() 1749 spin_unlock(&sbi->stat_lock); in dec_valid_block_count() 1907 spin_lock(&sbi->stat_lock); in inc_valid_node_count() 1916 spin_unlock(&sbi->stat_lock); in inc_valid_node_count() 1922 spin_unlock(&sbi->stat_lock); in inc_valid_node_count() 1928 spin_unlock(&sbi->stat_lock); in inc_valid_node_count() [all …]
|
D | sysfs.c | 227 spin_lock(&sbi->stat_lock); in __sbi_store() 230 spin_unlock(&sbi->stat_lock); in __sbi_store() 236 spin_unlock(&sbi->stat_lock); in __sbi_store()
|
D | super.c | 2852 spin_lock_init(&sbi->stat_lock); in f2fs_fill_super()
|
/Linux-v4.19/mm/ |
D | shmem.c | 246 spin_lock(&sbinfo->stat_lock); in shmem_reserve_inode() 248 spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode() 252 spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode() 261 spin_lock(&sbinfo->stat_lock); in shmem_free_inode() 263 spin_unlock(&sbinfo->stat_lock); in shmem_free_inode() 1400 spin_lock(&sbinfo->stat_lock); /* prevent replace/use races */ in shmem_get_sbmpol() 1403 spin_unlock(&sbinfo->stat_lock); in shmem_get_sbmpol() 3410 spin_lock(&sbinfo->stat_lock); in shmem_remount_fs() 3440 spin_unlock(&sbinfo->stat_lock); in shmem_remount_fs() 3521 spin_lock_init(&sbinfo->stat_lock); in shmem_fill_super()
|