Searched refs:sb_count (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/fs/sysv/ |
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()
|
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-v5.10/drivers/gpu/drm/imx/dcss/ |
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-v5.10/drivers/crypto/ccp/ |
D | ccp-ops.c | 1096 unsigned int sb_count; in ccp_run_xts_aes_cmd() local 1156 sb_count = CCP_XTS_AES_KEY_SB_COUNT; in ccp_run_xts_aes_cmd() 1158 sb_count = CCP5_XTS_AES_KEY_SB_COUNT; in ccp_run_xts_aes_cmd() 1160 sb_count * CCP_SB_BYTES, in ccp_run_xts_aes_cmd() 1492 int sb_count; in ccp_run_sha_cmd() local 1589 sb_count = 1; in ccp_run_sha_cmd() 1599 sb_count = 1; in ccp_run_sha_cmd() 1610 sb_count = 1; in ccp_run_sha_cmd() 1617 sb_count = 2; in ccp_run_sha_cmd() 1625 sb_count = 2; in ccp_run_sha_cmd() [all …]
|
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()
|
D | ccp-dev.h | 421 unsigned int sb_count; member
|
D | ccp-dev.c | 493 ccp->sb_count = KSB_COUNT; in ccp_alloc_struct()
|
/Linux-v5.10/arch/s390/include/asm/ |
D | qdio.h | 150 u8 sb_count; member
|
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.h | 173 u8 sb_count; /* actual number of SBs */ member
|
D | bnx2x_sriov.c | 329 ++vf->sb_count; in bnx2x_vf_set_igu_info() 829 resc->num_sbs = vf->sb_count; in bnx2x_iov_static_resc() 2458 vf->sb_count = 0; in bnx2x_enable_sriov()
|
/Linux-v5.10/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 17240 struct list_head *post_nblist, int sb_count) in lpfc_sli4_post_io_sgl_list() argument 17253 if (sb_count <= 0) in lpfc_sli4_post_io_sgl_list() 17282 if (num_posting == sb_count) { in lpfc_sli4_post_io_sgl_list()
|
/Linux-v5.10/drivers/s390/net/ |
D | qeth_core_main.c | 524 i < aob->sb_count && i < QETH_MAX_BUFFER_ELEMENTS(card); in qeth_qdio_handle_aob()
|