Searched refs:vector_tmo_nsec (Results 1 – 3 of 3) sorted by relevance
43 evt_dump("vector_tmo_ns", "%" PRIu64 "", opt->vector_tmo_nsec); in pipeline_opt_dump()387 if (opt->vector_tmo_nsec > limits.max_timeout_ns || in pipeline_event_rx_adapter_setup()388 opt->vector_tmo_nsec < limits.min_timeout_ns) { in pipeline_event_rx_adapter_setup()392 opt->vector_tmo_nsec, in pipeline_event_rx_adapter_setup()401 opt->vector_tmo_nsec; in pipeline_event_rx_adapter_setup()
40 opt->vector_tmo_nsec = 100E3; in evt_options_default()306 ret = parser_read_uint64(&(opt->vector_tmo_nsec), arg); in evt_parse_vector_tmo_ns()
78 uint64_t vector_tmo_nsec; member