Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_timer.c110 if (internal_conf->no_hpet) in rte_get_hpet_hz()
124 if (internal_conf->no_hpet) in rte_get_hpet_cycles()
149 if (internal_conf->no_hpet) { in rte_eal_hpet_init()
158 internal_conf->no_hpet = 1; in rte_eal_hpet_init()
169 internal_conf->no_hpet = 1; in rte_eal_hpet_init()
192 internal_conf->no_hpet = 1; in rte_eal_hpet_init()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_internal_cfg.h52 volatile unsigned no_hpet; /**< true to disable HPET */ member
H A Deal_common_options.c345 internal_cfg->no_hpet = 0; in eal_reset_internal_config()
347 internal_cfg->no_hpet = 1; in eal_reset_internal_config()
1617 conf->no_hpet = 1; in eal_parse_common_option()
/f-stack/dpdk/app/test/
H A Dtest_eal_flags.c30 #define no_hpet "--no-hpet" macro
730 const char *argv1[] = {prgname, prefix, mp_flag, no_hpet}; in test_no_hpet_flag()