Home
last modified time | relevance | path

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

/dpdk/examples/vm_power_manager/guest_cli/
H A Dmain.c53 unsigned short int hours[MAX_HOURS]; in parse_args() local
80 cnt = parse_set(optarg, hours, MAX_HOURS); in parse_args()
88 if (hours[i]) { in parse_args()
/dpdk/doc/guides/sample_app_ug/
H A Dvm_power_management.rst543 ``--busy-hours {list of busy hours}``
544 A comma-separated list of hours in which to set the core
546 Valid syntax includes individual hours 2,3,4,
547 a range of hours 2-4, or a combination of both 1,3,5-7.
550 ``--quiet-hours {list of quiet hours}``
551 A comma-separated list of hours in which to set the core frequency
552 to minimum. Valid syntax includes individual hours 2,3,4,
553 a range of hours 2-4, or a combination of both 1,3,5-7.
560 - TIME - Uses a busy/quiet hours policy.
862 depending on busy and quiet hours.
[all …]
/dpdk/doc/guides/contributing/
H A Dpatches.rst623 #. Check the automatic test reports in the coming hours.