Lines Matching refs:blk_cnt
20 int blk_cnt; member
67 int i, avail, cnt = smp->blk_cnt; in smp_request_block()
199 int cnt = smp->blk_cnt; in mdp5_smp_release()
221 int cnt = smp->blk_cnt; in update_smp_state()
260 num_regs = smp->blk_cnt / 3 + 1; in write_smp_alloc_regs()
350 int inuse = bitmap_weight(cs, smp->blk_cnt); in mdp5_smp_dump()
360 drm_printf(p, "TOTAL:\t%d\t(of %d)\n", total, smp->blk_cnt); in mdp5_smp_dump()
361 drm_printf(p, "AVAIL:\t%d\n", smp->blk_cnt - in mdp5_smp_dump()
362 bitmap_weight(state->state, smp->blk_cnt)); in mdp5_smp_dump()
378 smp->blk_cnt = cfg->mmb_count; in mdp5_smp_init()
385 bitmap_copy(state->state, cfg->reserved_state, smp->blk_cnt); in mdp5_smp_init()