Home
last modified time | relevance | path

Searched refs:sb_count (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/fs/sysv/
Dballoc.c162 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()
Dialloc.c187 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/
Ddcss-ctxld.c259 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/
Dccp-ops.c1096 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 …]
Dccp-dev-v3.c28 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()
Dccp-dev.h421 unsigned int sb_count; member
Dccp-dev.c493 ccp->sb_count = KSB_COUNT; in ccp_alloc_struct()
/Linux-v5.10/arch/s390/include/asm/
Dqdio.h150 u8 sb_count; member
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h173 u8 sb_count; /* actual number of SBs */ member
Dbnx2x_sriov.c329 ++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/
Dlpfc_sli.c17240 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/
Dqeth_core_main.c524 i < aob->sb_count && i < QETH_MAX_BUFFER_ELEMENTS(card); in qeth_qdio_handle_aob()