Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A 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()
410 spin_lock_irqsave(&stat->isp->stat_lock, flags); in isp_stat_bufs_alloc()
601 spin_lock_irqsave(&stat->isp->stat_lock, irqflags); in omap3isp_stat_config()
677 spin_lock_irqsave(&stat->isp->stat_lock, flags); in omap3isp_stat_suspend()
702 spin_lock_irqsave(&stat->isp->stat_lock, irqflags); in isp_stat_try_enable()
741 spin_lock_irqsave(&stat->isp->stat_lock, irqflags); in omap3isp_stat_sbl_overflow()
776 spin_lock_irqsave(&stat->isp->stat_lock, irqflags); in omap3isp_stat_enable()
825 spin_lock_irqsave(&stat->isp->stat_lock, flags); in omap3isp_stat_s_stream()
[all …]
H A Disp.h191 spinlock_t stat_lock; /* common lock for statistic drivers */ member
H A Disp.c2290 spin_lock_init(&isp->stat_lock); in isp_probe()
/openbmc/linux/drivers/scsi/bnx2i/
H A 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
H A Dbnx2i_iscsi.c879 spin_lock_init(&hba->stat_lock); in bnx2i_alloc_hba()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_qdio.c90 spin_lock_irq(&qdio->stat_lock); in zfcp_qdio_request_tasklet()
92 spin_unlock_irq(&qdio->stat_lock); in zfcp_qdio_request_tasklet()
323 spin_lock(&qdio->stat_lock); in zfcp_qdio_send()
325 spin_unlock(&qdio->stat_lock); in zfcp_qdio_send()
564 spin_lock_init(&qdio->stat_lock); in zfcp_qdio_setup()
H A Dzfcp_qdio.h45 spinlock_t stat_lock; member
H A Dzfcp_sysfs.c786 spin_lock_bh(&qdio->stat_lock); in zfcp_sysfs_adapter_q_full_show()
788 spin_unlock_bh(&qdio->stat_lock); in zfcp_sysfs_adapter_q_full_show()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dcassini.c1111 spin_lock(&cp->stat_lock[0]); in cas_txmac_interrupt()
1137 spin_unlock(&cp->stat_lock[0]); in cas_txmac_interrupt()
1491 spin_lock(&cp->stat_lock[0]); in cas_rxmac_interrupt()
1509 spin_unlock(&cp->stat_lock[0]); in cas_rxmac_interrupt()
1732 spin_lock(&cp->stat_lock[0]); in cas_abnormal_irq()
1734 spin_unlock(&cp->stat_lock[0]); in cas_abnormal_irq()
1742 spin_lock(&cp->stat_lock[0]); in cas_abnormal_irq()
2430 spin_lock(&cp->stat_lock[1]); in cas_handle_irq1()
2484 spin_lock(&cp->stat_lock[0]); in cas_handle_irq()
4394 spin_lock(&cp->stat_lock[0]); in cas_get_stats()
[all …]
H A Dcassini.h2742 spinlock_t stat_lock[N_TX_RINGS + 1]; /* for stat gathering */ member
/openbmc/linux/fs/btrfs/
H A Dscrub.c211 spinlock_t stat_lock; member
373 spin_lock_init(&sctx->stat_lock); in scrub_setup_ctx()
978 spin_lock(&sctx->stat_lock); in scrub_stripe_report_errors()
990 spin_unlock(&sctx->stat_lock); in scrub_stripe_report_errors()
2276 spin_lock(&sctx->stat_lock); in scrub_stripe()
2282 spin_unlock(&sctx->stat_lock); in scrub_stripe()
2729 spin_lock(&sctx->stat_lock); in scrub_supers()
2747 spin_lock(&sctx->stat_lock); in scrub_supers()
2761 spin_lock(&sctx->stat_lock); in scrub_supers()
2918 spin_lock(&sctx->stat_lock); in btrfs_scrub_dev()
[all …]
/openbmc/linux/fs/hugetlbfs/
H A Dinode.c1222 spin_lock(&sbinfo->stat_lock); in hugetlbfs_statfs()
1237 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_statfs()
1260 spin_lock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
1262 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
1266 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
1275 spin_lock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
1277 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
1516 spin_lock_init(&sbinfo->stat_lock); in hugetlbfs_fill_super()
/openbmc/linux/mm/
H A Dshmem.c336 raw_spin_lock(&sbinfo->stat_lock); in shmem_reserve_inode()
339 raw_spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode()
362 raw_spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode()
381 raw_spin_lock(&sbinfo->stat_lock); in shmem_reserve_inode()
384 raw_spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode()
400 raw_spin_lock(&sbinfo->stat_lock); in shmem_free_inode()
402 raw_spin_unlock(&sbinfo->stat_lock); in shmem_free_inode()
1566 raw_spin_unlock(&sbinfo->stat_lock); in shmem_get_sbmpol()
3681 raw_spin_lock(&sbinfo->stat_lock); in shmem_xattr_handler_set()
3703 raw_spin_lock(&sbinfo->stat_lock); in shmem_xattr_handler_set()
[all …]
/openbmc/linux/include/linux/
H A Dshmem_fs.h58 raw_spinlock_t stat_lock; /* Serialize shmem_sb_info changes */ member
H A Dhugetlb.h533 spinlock_t stat_lock; member
/openbmc/linux/fs/f2fs/
H A Df2fs.h2318 spin_lock(&sbi->stat_lock); in inc_valid_block_count()
2325 spin_unlock(&sbi->stat_lock); in inc_valid_block_count()
2340 spin_unlock(&sbi->stat_lock); in inc_valid_block_count()
2433 spin_lock(&sbi->stat_lock); in dec_valid_block_count()
2440 spin_unlock(&sbi->stat_lock); in dec_valid_block_count()
2637 spin_lock(&sbi->stat_lock); in inc_valid_node_count()
2643 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
2649 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
2655 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
2680 spin_lock(&sbi->stat_lock); in dec_valid_node_count()
[all …]
H A Dcheckpoint.c1602 spin_lock(&sbi->stat_lock); in do_checkpoint()
1604 spin_unlock(&sbi->stat_lock); in do_checkpoint()
1799 spin_lock(&cprc->stat_lock); in __checkpoint_and_complete_reqs()
1803 spin_unlock(&cprc->stat_lock); in __checkpoint_and_complete_reqs()
1946 spin_lock_init(&cprc->stat_lock); in f2fs_init_ckpt_req_control()
H A Dgc.c2175 spin_lock(&sbi->stat_lock); in f2fs_resize_fs()
2180 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs()
2209 spin_lock(&sbi->stat_lock); in f2fs_resize_fs()
2216 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs()
2250 spin_lock(&sbi->stat_lock); in f2fs_resize_fs()
2252 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs()
H A Dsysfs.c466 spin_lock(&sbi->stat_lock); in __sbi_store()
471 spin_unlock(&sbi->stat_lock); in __sbi_store()
477 spin_unlock(&sbi->stat_lock); in __sbi_store()
H A Ddebug.c134 spin_lock(&sbi->cprc_info.stat_lock); in update_general_status()
137 spin_unlock(&sbi->cprc_info.stat_lock); in update_general_status()
H A Dsuper.c1790 spin_lock(&sbi->stat_lock); in f2fs_statfs()
1802 spin_unlock(&sbi->stat_lock); in f2fs_statfs()
2217 spin_lock(&sbi->stat_lock); in f2fs_disable_checkpoint()
2219 spin_unlock(&sbi->stat_lock); in f2fs_disable_checkpoint()
4327 spin_lock_init(&sbi->stat_lock); in f2fs_fill_super()
H A Dsegment.c2468 spin_lock(&sbi->stat_lock); in update_sit_entry()
2470 spin_unlock(&sbi->stat_lock); in update_sit_entry()
/openbmc/linux/fs/smb/client/
H A Dcifsglob.h1240 spinlock_t stat_lock; /* protects the two fields above */ member
1657 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_written()
1659 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_written()
1666 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_read()
1668 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_read()
H A Dcifs_debug.c685 spin_lock(&tcon->stat_lock); in cifs_stats_proc_write()
689 spin_unlock(&tcon->stat_lock); in cifs_stats_proc_write()
H A Dmisc.c140 spin_lock_init(&ret_buf->stat_lock); in tcon_info_alloc()