Searched refs:batch_cmds (Results 1 – 1 of 1) sorted by relevance
1369 const u32 batch_cmds = DIV_ROUND_UP(batch_len, sizeof(u32)); in init_whitelist() local1370 const u32 exact_size = BITS_TO_LONGS(batch_cmds); in init_whitelist()1371 u32 next_size = BITS_TO_LONGS(roundup_pow_of_two(batch_cmds)); in init_whitelist()1377 if (batch_cmds <= ctx->jump_whitelist_cmds) { in init_whitelist()1378 bitmap_zero(ctx->jump_whitelist, batch_cmds); in init_whitelist()