Searched refs:MSEC_PER_SEC (Results 1 – 5 of 5) sorted by relevance
889 #define MSEC_PER_SEC 1000L macro899 return (uint64_t)tv.tv_sec * MSEC_PER_SEC + tv.tv_usec / USEC_PER_MSEC; in get_timeofday_ms()
1802 #define DEFERRED_SCHED_US (3 * MSEC_PER_SEC * USEC_PER_MSEC) in hns3_schedule_delayed_reset()2122 tv_delta.tv_sec * MSEC_PER_SEC + in hns3_reset_post()2232 tv_delta.tv_sec * MSEC_PER_SEC + in hns3_reset_process()
2333 wait_data->interval = 1 * MSEC_PER_SEC * USEC_PER_MSEC; in hns3vf_wait_hardware_ready()2599 msec = tv_delta.tv_sec * MSEC_PER_SEC + in hns3vf_reset_service()
5687 msec = tv_delta.tv_sec * MSEC_PER_SEC + in hns3_reset_service()
28 #define MSEC_PER_SEC 1000 /**< Milli-seconds per second */ macro379 .sleep_sec = (MAX_QEMPTY_TIME_MSEC / MSEC_PER_SEC) + 2,854 * MSEC_PER_SEC; in func_test4()