Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-eventdev/
H A Devt_options.c34 opt->max_tmo_nsec = 1E5; /* 100000ns ~100us */ in evt_options_default()
179 ret = parser_read_uint64(&(opt->max_tmo_nsec), arg); in evt_parse_max_tmo_nsec()
H A Devt_common.h70 uint64_t max_tmo_nsec; member
H A Devt_options.h276 evt_dump("max_tmo_nsec", "%"PRIu64"", opt->max_tmo_nsec); in evt_dump_producer_type()
H A Dtest_perf_common.c426 .max_tmo_ns = t->opt->max_tmo_nsec, in perf_event_timer_adapter_setup()
/f-stack/dpdk/doc/guides/tools/
H A Dtesteventdev.rst128 * ``--max_tmo_nsec``
391 --max_tmo_nsec
491 --max_tmo_nsec
/f-stack/dpdk/doc/guides/prog_guide/
H A Devent_timer_adapter.rst116 .max_tmo_nsec = 180 * NSECPERSEC // 2 minutes