Searched refs:NSECPERSEC (Results 1 – 3 of 3) sorted by relevance
29 #define NSECPERSEC 1E9 macro360 return _timdev_setup(180 * NSECPERSEC, NSECPERSEC / 10); in timdev_setup_msec()931 .timer_tick_ns = NSECPERSEC / 10, in adapter_create()932 .max_tmo_ns = 180 * NSECPERSEC, in adapter_create()1029 TEST_ASSERT_SUCCESS(_timdev_setup(180 * NSECPERSEC, in adapter_start()1030 NSECPERSEC / 10), in adapter_start()1730 .timer_tick_ns = NSECPERSEC / 10, in adapter_create_max()1731 .max_tmo_ns = 180 * NSECPERSEC, in adapter_create_max()
110 #define NSECPERSEC 1E9 // No of ns in 1 sec115 .timer_tick_ns = NSECPERSEC / 10, // 100 milliseconds116 .max_tmo_nsec = 180 * NSECPERSEC // 2 minutes
425 #define NSECPERSEC 1E9 macro654 return timeout_ns * rte_get_timer_hz() / NSECPERSEC; in get_timeout_cycles()668 (rte_get_timer_hz() / NSECPERSEC); in swtim_did_tick()