Searched refs:sb_count (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/fs/sysv/ |
A D | balloc.c | 162 int sb_count; in sysv_count_free_blocks() local 178 sb_count = fs32_to_cpu(sbi, *sbi->s_free_blocks); in sysv_count_free_blocks() 212 if (count != sb_count) in sysv_count_free_blocks() 230 count = sb_count; in sysv_count_free_blocks() 234 "correcting to %d\n", sb_count, count); in sysv_count_free_blocks()
|
A D | ialloc.c | 187 int ino, count, sb_count; in sysv_count_free_inodes() local 191 sb_count = fs16_to_cpu(sbi, *sbi->s_sb_total_free_inodes); in sysv_count_free_inodes() 214 if (count != sb_count) in sysv_count_free_inodes() 223 sb_count, count); in sysv_count_free_inodes() 233 count = sb_count; in sysv_count_free_inodes()
|
/linux-6.3-rc2/drivers/gpu/drm/imx/dcss/ |
A D | dcss-ctxld.c | 259 u32 db_base, sb_base, sb_count; in dcss_ctxld_enable_locked() local 291 sb_count = ((sb_hp_cnt << SB_HP_COUNT_POS) & SB_HP_COUNT_MASK) | in dcss_ctxld_enable_locked() 294 sb_count = (sb_lp_cnt << SB_HP_COUNT_POS) & SB_HP_COUNT_MASK; in dcss_ctxld_enable_locked() 296 sb_base = sb_count ? ctxld->sb_paddr[curr_ctx] : 0; in dcss_ctxld_enable_locked() 299 dcss_writel(sb_count, ctxld->ctxld_reg + DCSS_CTXLD_SB_COUNT); in dcss_ctxld_enable_locked()
|
/linux-6.3-rc2/drivers/crypto/ccp/ |
A D | ccp-ops.c | 1098 unsigned int sb_count; in ccp_run_xts_aes_cmd() local 1494 int sb_count; in ccp_run_sha_cmd() local 1591 sb_count = 1; in ccp_run_sha_cmd() 1601 sb_count = 1; in ccp_run_sha_cmd() 1612 sb_count = 1; in ccp_run_sha_cmd() 1619 sb_count = 2; in ccp_run_sha_cmd() 1627 sb_count = 2; in ccp_run_sha_cmd() 1755 sb_count * CCP_SB_BYTES); in ccp_run_sha_cmd() 1862 sb_count = 0; in ccp_run_rsa_cmd() 1869 sb_count); in ccp_run_rsa_cmd() [all …]
|
A D | ccp-dev-v3.c | 28 ccp->sb_count, in ccp_alloc_ksb() 31 if (start <= ccp->sb_count) { in ccp_alloc_ksb() 407 ccp->sb_count -= 2; in ccp_init()
|
A D | ccp-dev.h | 421 unsigned int sb_count; member
|
A D | ccp-dev.c | 493 ccp->sb_count = KSB_COUNT; in ccp_alloc_struct()
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | qdio.h | 148 u8 sb_count; member
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x_sriov.h | 173 u8 sb_count; /* actual number of SBs */ member
|
A D | bnx2x_sriov.c | 329 ++vf->sb_count; in bnx2x_vf_set_igu_info() 842 resc->num_sbs = vf->sb_count; in bnx2x_iov_static_resc() 2466 vf->sb_count = 0; in bnx2x_enable_sriov()
|
/linux-6.3-rc2/drivers/scsi/lpfc/ |
A D | lpfc_sli.c | 18239 struct list_head *post_nblist, int sb_count) in lpfc_sli4_post_io_sgl_list() argument 18252 if (sb_count <= 0) in lpfc_sli4_post_io_sgl_list() 18281 if (num_posting == sb_count) { in lpfc_sli4_post_io_sgl_list()
|
/linux-6.3-rc2/drivers/s390/net/ |
A D | qeth_core_main.c | 1405 i < aob->sb_count && i < queue->max_elements; in qeth_tx_complete_pending_bufs()
|
Completed in 81 milliseconds