Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xl/
A Dxl_sched.c724 int b_index =0; /* index for in budgets array */ in main_sched_rtds() local
759 if (b_index >= b_size) { /* budgets array is full */ in main_sched_rtds()
763 budgets[b_index++] = strtol(optarg, NULL, 10); in main_sched_rtds()
818 if (((v_index > b_index) && opt_b) || ((v_index > p_index) && opt_p) in main_sched_rtds()
819 || ((v_index > e_index) && opt_e) || p_index != b_index in main_sched_rtds()

Completed in 4 milliseconds