/Linux-v6.1/drivers/media/platform/ti/omap3isp/ |
D | ispstat.c | 271 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 …]
|
D | isp.h | 191 spinlock_t stat_lock; /* common lock for statistic drivers */ member
|
D | isp.c | 2293 spin_lock_init(&isp->stat_lock); in isp_probe()
|
/Linux-v6.1/fs/btrfs/ |
D | scrub.c | 189 spinlock_t stat_lock; member 777 spin_lock_init(&sctx->stat_lock); in scrub_setup_ctx() 1017 spin_lock(&sctx->stat_lock); in scrub_handle_errored_block() 1019 spin_unlock(&sctx->stat_lock); in scrub_handle_errored_block() 1053 spin_lock(&sctx->stat_lock); in scrub_handle_errored_block() 1058 spin_unlock(&sctx->stat_lock); in scrub_handle_errored_block() 1104 spin_lock(&sctx->stat_lock); in scrub_handle_errored_block() 1108 spin_unlock(&sctx->stat_lock); in scrub_handle_errored_block() 1117 spin_lock(&sctx->stat_lock); in scrub_handle_errored_block() 1120 spin_unlock(&sctx->stat_lock); in scrub_handle_errored_block() [all …]
|
/Linux-v6.1/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 | 879 spin_lock_init(&hba->stat_lock); in bnx2i_alloc_hba()
|
/Linux-v6.1/drivers/s390/scsi/ |
D | zfcp_qdio.c | 90 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()
|
D | zfcp_qdio.h | 45 spinlock_t stat_lock; member
|
D | zfcp_sysfs.c | 786 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.1/drivers/net/ethernet/sun/ |
D | cassini.c | 1113 spin_lock(&cp->stat_lock[0]); in cas_txmac_interrupt() 1139 spin_unlock(&cp->stat_lock[0]); in cas_txmac_interrupt() 1493 spin_lock(&cp->stat_lock[0]); in cas_rxmac_interrupt() 1511 spin_unlock(&cp->stat_lock[0]); in cas_rxmac_interrupt() 1734 spin_lock(&cp->stat_lock[0]); in cas_abnormal_irq() 1736 spin_unlock(&cp->stat_lock[0]); in cas_abnormal_irq() 1744 spin_lock(&cp->stat_lock[0]); in cas_abnormal_irq() 1746 spin_unlock(&cp->stat_lock[0]); in cas_abnormal_irq() 1866 spin_lock(&cp->stat_lock[ring]); in cas_tx_ringN() 1869 spin_unlock(&cp->stat_lock[ring]); in cas_tx_ringN() [all …]
|
D | cassini.h | 2742 spinlock_t stat_lock[N_TX_RINGS + 1]; /* for stat gathering */ member
|
/Linux-v6.1/fs/hugetlbfs/ |
D | inode.c | 1171 spin_lock(&sbinfo->stat_lock); in hugetlbfs_statfs() 1186 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_statfs() 1209 spin_lock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes() 1211 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes() 1215 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_dec_free_inodes() 1224 spin_lock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes() 1226 spin_unlock(&sbinfo->stat_lock); in hugetlbfs_inc_free_inodes() 1463 spin_lock_init(&sbinfo->stat_lock); in hugetlbfs_fill_super()
|
/Linux-v6.1/include/linux/ |
D | shmem_fs.h | 42 raw_spinlock_t stat_lock; /* Serialize shmem_sb_info changes */ member
|
D | hugetlb.h | 512 spinlock_t stat_lock; member
|
/Linux-v6.1/mm/ |
D | shmem.c | 266 raw_spin_lock(&sbinfo->stat_lock); in shmem_reserve_inode() 269 raw_spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode() 292 raw_spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode() 311 raw_spin_lock(&sbinfo->stat_lock); in shmem_reserve_inode() 314 raw_spin_unlock(&sbinfo->stat_lock); in shmem_reserve_inode() 330 raw_spin_lock(&sbinfo->stat_lock); in shmem_free_inode() 332 raw_spin_unlock(&sbinfo->stat_lock); in shmem_free_inode() 1466 raw_spin_lock(&sbinfo->stat_lock); /* prevent replace/use races */ in shmem_get_sbmpol() 1469 raw_spin_unlock(&sbinfo->stat_lock); in shmem_get_sbmpol() 3629 raw_spin_lock(&sbinfo->stat_lock); in shmem_reconfigure() [all …]
|
/Linux-v6.1/fs/cifs/ |
D | cifsglob.h | 1194 spinlock_t stat_lock; /* protects the two fields above */ member 1611 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_written() 1613 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_written() 1620 spin_lock(&tcon->stat_lock); in cifs_stats_bytes_read() 1622 spin_unlock(&tcon->stat_lock); in cifs_stats_bytes_read()
|
D | cifs_debug.c | 529 spin_lock(&tcon->stat_lock); in cifs_stats_proc_write() 532 spin_unlock(&tcon->stat_lock); in cifs_stats_proc_write()
|
D | misc.c | 133 spin_lock_init(&ret_buf->stat_lock); in tconInfoAlloc()
|
/Linux-v6.1/fs/f2fs/ |
D | f2fs.h | 319 spinlock_t stat_lock; /* lock for below checkpoint time stats */ member 1778 spinlock_t stat_lock; /* lock for stat operations */ member 2330 spin_lock(&sbi->stat_lock); in inc_valid_block_count() 2356 spin_unlock(&sbi->stat_lock); in inc_valid_block_count() 2360 spin_unlock(&sbi->stat_lock); in inc_valid_block_count() 2396 spin_lock(&sbi->stat_lock); in dec_valid_block_count() 2403 spin_unlock(&sbi->stat_lock); in dec_valid_block_count() 2603 spin_lock(&sbi->stat_lock); in inc_valid_node_count() 2620 spin_unlock(&sbi->stat_lock); in inc_valid_node_count() 2626 spin_unlock(&sbi->stat_lock); in inc_valid_node_count() [all …]
|
D | gc.c | 2118 spin_lock(&sbi->stat_lock); in f2fs_resize_fs() 2123 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs() 2142 spin_lock(&sbi->stat_lock); in f2fs_resize_fs() 2149 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs() 2180 spin_lock(&sbi->stat_lock); in f2fs_resize_fs() 2182 spin_unlock(&sbi->stat_lock); in f2fs_resize_fs()
|
D | checkpoint.c | 1603 spin_lock(&sbi->stat_lock); in do_checkpoint() 1605 spin_unlock(&sbi->stat_lock); in do_checkpoint() 1800 spin_lock(&cprc->stat_lock); in __checkpoint_and_complete_reqs() 1804 spin_unlock(&cprc->stat_lock); in __checkpoint_and_complete_reqs() 1945 spin_lock_init(&cprc->stat_lock); in f2fs_init_ckpt_req_control()
|
D | sysfs.c | 460 spin_lock(&sbi->stat_lock); in __sbi_store() 465 spin_unlock(&sbi->stat_lock); in __sbi_store() 471 spin_unlock(&sbi->stat_lock); in __sbi_store()
|
D | debug.c | 123 spin_lock(&sbi->cprc_info.stat_lock); in update_general_status() 126 spin_unlock(&sbi->cprc_info.stat_lock); in update_general_status()
|
D | super.c | 1749 spin_lock(&sbi->stat_lock); in f2fs_statfs() 1761 spin_unlock(&sbi->stat_lock); in f2fs_statfs() 2155 spin_lock(&sbi->stat_lock); in f2fs_disable_checkpoint() 2157 spin_unlock(&sbi->stat_lock); in f2fs_disable_checkpoint() 4185 spin_lock_init(&sbi->stat_lock); in f2fs_fill_super()
|
D | segment.c | 2239 spin_lock(&sbi->stat_lock); in update_sit_entry() 2241 spin_unlock(&sbi->stat_lock); in update_sit_entry()
|