Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/hyperv/
Dhv_proc.c21 #define HV_DEPOSIT_MAX (HV_HYP_PAGE_SIZE / sizeof(u64) - 1) macro
37 if (num_pages > HV_DEPOSIT_MAX) in hv_call_deposit_pages()
48 counts = kcalloc(HV_DEPOSIT_MAX, sizeof(int), GFP_KERNEL); in hv_call_deposit_pages()