Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/platform/ti/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()
308 spin_unlock_irqrestore(&stat->isp->stat_lock, flags); in isp_stat_buf_get()
410 spin_lock_irqsave(&stat->isp->stat_lock, flags); in isp_stat_bufs_alloc()
416 spin_unlock_irqrestore(&stat->isp->stat_lock, flags); in isp_stat_bufs_alloc()
424 spin_unlock_irqrestore(&stat->isp->stat_lock, flags); in isp_stat_bufs_alloc()
428 spin_unlock_irqrestore(&stat->isp->stat_lock, flags); in isp_stat_bufs_alloc()
601 spin_lock_irqsave(&stat->isp->stat_lock, irqflags); in omap3isp_stat_config()
[all …]
Disp.h191 spinlock_t stat_lock; /* common lock for statistic drivers */ member
Disp.c2290 spin_lock_init(&isp->stat_lock); in isp_probe()
/Linux-v6.6/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.c879 spin_lock_init(&hba->stat_lock); in bnx2i_alloc_hba()
/Linux-v6.6/drivers/s390/scsi/
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()
Dzfcp_qdio.h45 spinlock_t stat_lock; member
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()
/Linux-v6.6/drivers/net/ethernet/sun/
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()
1744 spin_unlock(&cp->stat_lock[0]); in cas_abnormal_irq()
1864 spin_lock(&cp->stat_lock[ring]); in cas_tx_ringN()
1867 spin_unlock(&cp->stat_lock[ring]); in cas_tx_ringN()
[all …]
Dcassini.h2742 spinlock_t stat_lock[N_TX_RINGS + 1]; /* for stat gathering */ member
/Linux-v6.6/fs/btrfs/
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()
2257 spin_lock(&sctx->stat_lock); in scrub_stripe()
2263 spin_unlock(&sctx->stat_lock); in scrub_stripe()
2710 spin_lock(&sctx->stat_lock); in scrub_supers()
2712 spin_unlock(&sctx->stat_lock); in scrub_supers()
2732 spin_lock(&sctx->stat_lock); in scrub_supers()
2734 spin_unlock(&sctx->stat_lock); in scrub_supers()
[all …]
/Linux-v6.6/fs/hugetlbfs/
Dinode.c1211 spin_lock(&sbinfo->stat_lock); in hugetlbfs_statfs()
1226 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_statfs()
1249 spin_lock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
1251 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
1255 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
1264 spin_lock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
1266 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
1503 spin_lock_init(&sbinfo->stat_lock); in hugetlbfs_fill_super()
/Linux-v6.6/mm/
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()
1552 raw_spin_lock(&sbinfo->stat_lock); /* prevent replace/use races */ in shmem_get_sbmpol()
1555 raw_spin_unlock(&sbinfo->stat_lock); in shmem_get_sbmpol()
3601 raw_spin_lock(&sbinfo->stat_lock); in shmem_initxattrs()
[all …]
/Linux-v6.6/include/linux/
Dshmem_fs.h58 raw_spinlock_t stat_lock; /* Serialize shmem_sb_info changes */ member
Dhugetlb.h533 spinlock_t stat_lock; member
/Linux-v6.6/fs/smb/client/
Dcifsglob.h1177 spinlock_t stat_lock; /* protects the two fields above */ member
1585 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_written()
1587 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_written()
1594 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_read()
1596 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_read()
Dcifs_debug.c628 spin_lock(&tcon->stat_lock); in cifs_stats_proc_write()
631 spin_unlock(&tcon->stat_lock); in cifs_stats_proc_write()
Dmisc.c140 spin_lock_init(&ret_buf->stat_lock); in tcon_info_alloc()
/Linux-v6.6/fs/f2fs/
Df2fs.h318 spinlock_t stat_lock; /* lock for below checkpoint time stats */ member
1707 spinlock_t stat_lock; /* lock for stat operations */ member
2269 spin_lock(&sbi->stat_lock); in inc_valid_block_count()
2295 spin_unlock(&sbi->stat_lock); in inc_valid_block_count()
2299 spin_unlock(&sbi->stat_lock); in inc_valid_block_count()
2409 spin_lock(&sbi->stat_lock); in dec_valid_block_count()
2416 spin_unlock(&sbi->stat_lock); in dec_valid_block_count()
2615 spin_lock(&sbi->stat_lock); in inc_valid_node_count()
2632 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
2638 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
[all …]
Dcheckpoint.c1601 spin_lock(&sbi->stat_lock); in do_checkpoint()
1603 spin_unlock(&sbi->stat_lock); in do_checkpoint()
1798 spin_lock(&cprc->stat_lock); in __checkpoint_and_complete_reqs()
1802 spin_unlock(&cprc->stat_lock); in __checkpoint_and_complete_reqs()
1945 spin_lock_init(&cprc->stat_lock); in f2fs_init_ckpt_req_control()
Dgc.c2169 spin_lock(&sbi->stat_lock); in f2fs_resize_fs()
2174 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs()
2203 spin_lock(&sbi->stat_lock); in f2fs_resize_fs()
2210 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs()
2244 spin_lock(&sbi->stat_lock); in f2fs_resize_fs()
2246 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs()
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()
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()
Dsuper.c1807 spin_lock(&sbi->stat_lock); in f2fs_statfs()
1819 spin_unlock(&sbi->stat_lock); in f2fs_statfs()
2244 spin_lock(&sbi->stat_lock); in f2fs_disable_checkpoint()
2246 spin_unlock(&sbi->stat_lock); in f2fs_disable_checkpoint()
4362 spin_lock_init(&sbi->stat_lock); in f2fs_fill_super()
Dsegment.c2467 spin_lock(&sbi->stat_lock); in update_sit_entry()
2469 spin_unlock(&sbi->stat_lock); in update_sit_entry()