Lines Matching defs:runtime
25 unsigned long long runtime;
67 * osnoise_free_histogram - free runtime data
88 * osnoise_alloc_histogram - alloc runtime data
446 " -r/--runtime us: osnoise runtime in us",
465 " -P/--priority o:prio|r:prio|f:prio|d:runtime:period: set scheduling parameters",
469 " d:runtime[us|ms|s]:period[us|ms|s] - use SCHED_DEADLINE with runtime and period",
522 {"runtime", required_argument, 0, 'r'},
629 params->runtime = get_llong_from_str(optarg);
630 if (params->runtime < 100)
718 if (params->runtime || params->period) {
720 params->runtime,
723 err_msg("Failed to set runtime and/or period\n");