Searched refs:NSEC2MSEC (Results 1 – 3 of 3) sorted by relevance
43 #define NSEC2MSEC(n) ((n) / (NANOSEC / MILLISEC)) macro
472 (NSEC2MSEC(elapsed_nanosecs) > mintime && in dsl_scan_check_pause()1437 (NSEC2MSEC(elapsed_nanosecs) > zfs_free_min_time_ms && in dsl_scan_free_should_pause()1597 NSEC2MSEC(gethrtime() - scn->scn_sync_start_time), in dsl_scan_sync()1689 (longlong_t)NSEC2MSEC(gethrtime() - scn->scn_sync_start_time)); in dsl_scan_sync()
5431 (void) poll(NULL, 0, (int)NSEC2MSEC(delta)); in ztest_deadman_thread()