Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_rl.c527 u64 avail_slice_cycles, allocated_tokens; in adf_rl_calculate_slice_tokens() local
537 allocated_tokens = avail_slice_cycles * sla_val; in adf_rl_calculate_slice_tokens()
538 do_div(allocated_tokens, device_data->scale_ref); in adf_rl_calculate_slice_tokens()
540 return allocated_tokens; in adf_rl_calculate_slice_tokens()