Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
H A Dhv_proc.c27 int num_allocations; in hv_call_deposit_pages() local
66 num_allocations = i; in hv_call_deposit_pages()
77 num_allocations = i; in hv_call_deposit_pages()
86 for (i = 0, page_count = 0; i < num_allocations; ++i) { in hv_call_deposit_pages()
104 for (i = 0; i < num_allocations; ++i) { in hv_call_deposit_pages()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
H A Ddml2_top_optimization.c59 …l->test_mcache.assign_global_mcache_ids_params.num_allocations = params->display_config->display_c… in dml2_top_optimization_test_function_mcache()
H A Ddml_top_mcache.c432 for (i = 0; i < params->num_allocations; i++) { in dml2_top_mcache_assign_global_mcache_ids()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_internal_shared_types.h808 int num_allocations; member