Home
last modified time | relevance | path

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

/xen/tools/xl/
A Dxl_sched.c725 int *budgets = (int *)xmalloc(sizeof(int)); /* budget is in microsecond */ in main_sched_rtds() local
770 budgets = xrealloc(budgets, b_size); in main_sched_rtds()
772 budgets[b_index++] = strtol(optarg, NULL, 10); in main_sched_rtds()
895 scinfo.vcpus[i].budget = budgets[i]; in main_sched_rtds()
904 scinfo.vcpus[0].budget = budgets[0]; in main_sched_rtds()
921 free(budgets); in main_sched_rtds()

Completed in 6 milliseconds