Home
last modified time | relevance | path

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

12

/linux-6.15/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.c2256 spin_lock_init(&isp->stat_lock); in isp_probe()
/linux-6.15/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()
/linux-6.15/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.c785 spin_lock_bh(&qdio->stat_lock); in zfcp_sysfs_adapter_q_full_show()
787 spin_unlock_bh(&qdio->stat_lock); in zfcp_sysfs_adapter_q_full_show()
/linux-6.15/fs/btrfs/
H A Dscrub.c210 spinlock_t stat_lock; member
372 spin_lock_init(&sctx->stat_lock); in scrub_setup_ctx()
977 spin_lock(&sctx->stat_lock); in scrub_stripe_report_errors()
989 spin_unlock(&sctx->stat_lock); in scrub_stripe_report_errors()
1891 spin_lock(&sctx->stat_lock); in flush_scrub_stripes()
2161 spin_lock(&sctx->stat_lock); in scrub_simple_mirror()
2359 spin_lock(&sctx->stat_lock); in scrub_stripe()
2383 spin_lock(&sctx->stat_lock); in scrub_stripe()
2819 spin_lock(&sctx->stat_lock); in scrub_supers()
3008 spin_lock(&sctx->stat_lock); in btrfs_scrub_dev()
[all …]
/linux-6.15/drivers/net/ethernet/sun/
H A Dcassini.c1112 spin_lock(&cp->stat_lock[0]); in cas_txmac_interrupt()
1138 spin_unlock(&cp->stat_lock[0]); in cas_txmac_interrupt()
1492 spin_lock(&cp->stat_lock[0]); in cas_rxmac_interrupt()
1510 spin_unlock(&cp->stat_lock[0]); in cas_rxmac_interrupt()
1733 spin_lock(&cp->stat_lock[0]); in cas_abnormal_irq()
1735 spin_unlock(&cp->stat_lock[0]); in cas_abnormal_irq()
1743 spin_lock(&cp->stat_lock[0]); in cas_abnormal_irq()
2431 spin_lock(&cp->stat_lock[1]); in cas_handle_irq1()
2485 spin_lock(&cp->stat_lock[0]); in cas_handle_irq()
4395 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
/linux-6.15/fs/hugetlbfs/
H A Dinode.c1131 spin_lock(&sbinfo->stat_lock); in hugetlbfs_statfs()
1146 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_statfs()
1169 spin_lock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
1171 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
1175 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
1184 spin_lock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
1186 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
1410 spin_lock_init(&sbinfo->stat_lock); in hugetlbfs_fill_super()
/linux-6.15/mm/
H A Dshmem.c354 raw_spin_lock(&sbinfo->stat_lock); in shmem_reserve_inode()
357 raw_spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode()
380 raw_spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode()
399 raw_spin_lock(&sbinfo->stat_lock); in shmem_reserve_inode()
402 raw_spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode()
418 raw_spin_lock(&sbinfo->stat_lock); in shmem_free_inode()
420 raw_spin_unlock(&sbinfo->stat_lock); in shmem_free_inode()
1684 raw_spin_unlock(&sbinfo->stat_lock); in shmem_get_sbmpol()
4318 raw_spin_lock(&sbinfo->stat_lock); in shmem_xattr_handler_set()
4340 raw_spin_lock(&sbinfo->stat_lock); in shmem_xattr_handler_set()
[all …]
/linux-6.15/include/linux/
H A Dshmem_fs.h62 raw_spinlock_t stat_lock; /* Serialize shmem_sb_info changes */ member
H A Dhugetlb.h505 spinlock_t stat_lock; member
/linux-6.15/fs/smb/client/
H A Dcifsglob.h1278 spinlock_t stat_lock; /* protects the two fields above */ member
1652 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_written()
1654 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_written()
1661 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_read()
1663 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_read()
H A Dcifs_debug.c690 spin_lock(&tcon->stat_lock); in cifs_stats_proc_write()
694 spin_unlock(&tcon->stat_lock); in cifs_stats_proc_write()
H A Dmisc.c142 spin_lock_init(&ret_buf->stat_lock); in tcon_info_alloc()
/linux-6.15/fs/f2fs/
H A Df2fs.h2401 spin_lock(&sbi->stat_lock); in inc_valid_block_count()
2408 spin_unlock(&sbi->stat_lock); in inc_valid_block_count()
2423 spin_unlock(&sbi->stat_lock); in inc_valid_block_count()
2520 spin_lock(&sbi->stat_lock); in dec_valid_block_count()
2527 spin_unlock(&sbi->stat_lock); in dec_valid_block_count()
2724 spin_lock(&sbi->stat_lock); in inc_valid_node_count()
2730 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
2736 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
2742 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
2767 spin_lock(&sbi->stat_lock); in dec_valid_node_count()
[all …]
H A Dcheckpoint.c1605 spin_lock(&sbi->stat_lock); in do_checkpoint()
1607 spin_unlock(&sbi->stat_lock); in do_checkpoint()
1803 spin_lock(&cprc->stat_lock); in __checkpoint_and_complete_reqs()
1807 spin_unlock(&cprc->stat_lock); in __checkpoint_and_complete_reqs()
1951 spin_lock_init(&cprc->stat_lock); in f2fs_init_ckpt_req_control()
H A Dgc.c2254 spin_lock(&sbi->stat_lock); in f2fs_resize_fs()
2259 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs()
2288 spin_lock(&sbi->stat_lock); in f2fs_resize_fs()
2295 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs()
2329 spin_lock(&sbi->stat_lock); in f2fs_resize_fs()
2331 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs()
H A Dsegment.h664 spin_lock(&sbi->stat_lock); in has_enough_free_blks()
669 spin_unlock(&sbi->stat_lock); in has_enough_free_blks()
H A Dsysfs.c508 spin_lock(&sbi->stat_lock); in __sbi_store()
511 spin_unlock(&sbi->stat_lock); in __sbi_store()
517 spin_unlock(&sbi->stat_lock); in __sbi_store()
H A Ddebug.c199 spin_lock(&sbi->cprc_info.stat_lock); in update_general_status()
202 spin_unlock(&sbi->cprc_info.stat_lock); in update_general_status()
H A Dsuper.c1851 spin_lock(&sbi->stat_lock); in f2fs_statfs()
1864 spin_unlock(&sbi->stat_lock); in f2fs_statfs()
2283 spin_lock(&sbi->stat_lock); in f2fs_disable_checkpoint()
2285 spin_unlock(&sbi->stat_lock); in f2fs_disable_checkpoint()
4509 spin_lock_init(&sbi->stat_lock); in f2fs_fill_super()

12