Home
last modified time | relevance | path

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

/Linux-v5.15/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()
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()
600 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.c2291 spin_lock_init(&isp->stat_lock); in isp_probe()
/Linux-v5.15/fs/btrfs/
Dscrub.c185 spinlock_t stat_lock; member
610 spin_lock_init(&sctx->stat_lock); in scrub_setup_ctx()
842 spin_lock(&sctx->stat_lock); in scrub_handle_errored_block()
844 spin_unlock(&sctx->stat_lock); in scrub_handle_errored_block()
878 spin_lock(&sctx->stat_lock); in scrub_handle_errored_block()
883 spin_unlock(&sctx->stat_lock); in scrub_handle_errored_block()
919 spin_lock(&sctx->stat_lock); in scrub_handle_errored_block()
923 spin_unlock(&sctx->stat_lock); in scrub_handle_errored_block()
931 spin_lock(&sctx->stat_lock); in scrub_handle_errored_block()
934 spin_unlock(&sctx->stat_lock); in scrub_handle_errored_block()
[all …]
/Linux-v5.15/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-v5.15/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()
561 spin_lock_init(&qdio->stat_lock); in zfcp_qdio_setup()
Dzfcp_qdio.h45 spinlock_t stat_lock; member
Dzfcp_sysfs.c777 spin_lock_bh(&qdio->stat_lock); in zfcp_sysfs_adapter_q_full_show()
779 spin_unlock_bh(&qdio->stat_lock); in zfcp_sysfs_adapter_q_full_show()
/Linux-v5.15/drivers/net/ethernet/sun/
Dcassini.c1112 spin_lock(&cp->stat_lock[0]); in cas_txmac_interrupt()
1138 spin_unlock(&cp->stat_lock[0]); in cas_txmac_interrupt()
1505 spin_lock(&cp->stat_lock[0]); in cas_rxmac_interrupt()
1523 spin_unlock(&cp->stat_lock[0]); in cas_rxmac_interrupt()
1746 spin_lock(&cp->stat_lock[0]); in cas_abnormal_irq()
1748 spin_unlock(&cp->stat_lock[0]); in cas_abnormal_irq()
1756 spin_lock(&cp->stat_lock[0]); in cas_abnormal_irq()
1758 spin_unlock(&cp->stat_lock[0]); in cas_abnormal_irq()
1878 spin_lock(&cp->stat_lock[ring]); in cas_tx_ringN()
1881 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-v5.15/fs/hugetlbfs/
Dinode.c1043 spin_lock(&sbinfo->stat_lock); in hugetlbfs_statfs()
1058 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_statfs()
1081 spin_lock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
1083 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
1087 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes()
1096 spin_lock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
1098 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes()
1335 spin_lock_init(&sbinfo->stat_lock); in hugetlbfs_fill_super()
/Linux-v5.15/include/linux/
Dshmem_fs.h35 raw_spinlock_t stat_lock; /* Serialize shmem_sb_info changes */ member
Dhugetlb.h444 spinlock_t stat_lock; member
/Linux-v5.15/fs/cifs/
Dcifsglob.h1049 spinlock_t stat_lock; /* protects the two fields above */ member
1467 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_written()
1469 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_written()
1476 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_read()
1478 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_read()
Dcifs_debug.c531 spin_lock(&tcon->stat_lock); in cifs_stats_proc_write()
534 spin_unlock(&tcon->stat_lock); in cifs_stats_proc_write()
Dmisc.c123 spin_lock_init(&ret_buf->stat_lock); in tconInfoAlloc()
/Linux-v5.15/mm/
Dshmem.c277 raw_spin_lock(&sbinfo->stat_lock); in shmem_reserve_inode()
280 raw_spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode()
303 raw_spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode()
322 raw_spin_lock(&sbinfo->stat_lock); in shmem_reserve_inode()
325 raw_spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode()
341 raw_spin_lock(&sbinfo->stat_lock); in shmem_free_inode()
343 raw_spin_unlock(&sbinfo->stat_lock); in shmem_free_inode()
1474 raw_spin_lock(&sbinfo->stat_lock); /* prevent replace/use races */ in shmem_get_sbmpol()
1477 raw_spin_unlock(&sbinfo->stat_lock); in shmem_get_sbmpol()
3504 raw_spin_lock(&sbinfo->stat_lock); in shmem_reconfigure()
[all …]
/Linux-v5.15/fs/f2fs/
Df2fs.h297 spinlock_t stat_lock; /* lock for below checkpoint time stats */ member
1713 spinlock_t stat_lock; /* lock for stat operations */ member
2180 spin_lock(&sbi->stat_lock); in inc_valid_block_count()
2201 spin_unlock(&sbi->stat_lock); in inc_valid_block_count()
2205 spin_unlock(&sbi->stat_lock); in inc_valid_block_count()
2241 spin_lock(&sbi->stat_lock); in dec_valid_block_count()
2248 spin_unlock(&sbi->stat_lock); in dec_valid_block_count()
2426 spin_lock(&sbi->stat_lock); in inc_valid_node_count()
2438 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
2444 spin_unlock(&sbi->stat_lock); in inc_valid_node_count()
[all …]
Dgc.c2022 spin_lock(&sbi->stat_lock); in f2fs_resize_fs()
2027 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs()
2046 spin_lock(&sbi->stat_lock); in f2fs_resize_fs()
2053 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs()
2084 spin_lock(&sbi->stat_lock); in f2fs_resize_fs()
2086 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs()
Dcheckpoint.c1583 spin_lock(&sbi->stat_lock); in do_checkpoint()
1585 spin_unlock(&sbi->stat_lock); in do_checkpoint()
1780 spin_lock(&cprc->stat_lock); in __checkpoint_and_complete_reqs()
1784 spin_unlock(&cprc->stat_lock); in __checkpoint_and_complete_reqs()
1913 spin_lock_init(&cprc->stat_lock); in f2fs_init_ckpt_req_control()
Dsysfs.c416 spin_lock(&sbi->stat_lock); in __sbi_store()
419 spin_unlock(&sbi->stat_lock); in __sbi_store()
425 spin_unlock(&sbi->stat_lock); in __sbi_store()
Ddebug.c126 spin_lock(&sbi->cprc_info.stat_lock); in update_general_status()
129 spin_unlock(&sbi->cprc_info.stat_lock); in update_general_status()
Dsuper.c1697 spin_lock(&sbi->stat_lock); in f2fs_statfs()
1702 spin_unlock(&sbi->stat_lock); in f2fs_statfs()
2077 spin_lock(&sbi->stat_lock); in f2fs_disable_checkpoint()
2079 spin_unlock(&sbi->stat_lock); in f2fs_disable_checkpoint()
4005 spin_lock_init(&sbi->stat_lock); in f2fs_fill_super()
Dsegment.c2336 spin_lock(&sbi->stat_lock); in update_sit_entry()
2338 spin_unlock(&sbi->stat_lock); in update_sit_entry()