Searched refs:now_sec (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.c1518 clock_sec_t now_sec; local
1547 clock_get_system_nanotime(&now_sec, &now_nsec);
1548 hibernate_flushing_deadline = now_sec + HIBERNATE_FLUSHING_SECS_TO_COMPLETE;
/xnu-2422.115.4/bsd/netinet/
H A Dtcp_input.c5040 u_int64_t now_sec; local
5080 now_sec = net_uptime();
5081 if ((i = (now_sec - old_runtime)) != 0) {
5082 old_runtime = now_sec;

Completed in 57 milliseconds