Searched refs:now_sec (Results 1 – 2 of 2) sorted by relevance
7210 uint64_t now_sec, i; in tcp_dropdropablreq() local7255 now_sec = net_uptime(); in tcp_dropdropablreq()7256 if ((i = (now_sec - old_runtime)) != 0) { in tcp_dropdropablreq()7257 old_runtime = now_sec; in tcp_dropdropablreq()
3453 clock_sec_t now_sec; in vm_compressor_flush() local3484 clock_get_system_nanotime(&now_sec, &now_nsec); in vm_compressor_flush()3485 hibernate_flushing_deadline = now_sec + HIBERNATE_FLUSHING_SECS_TO_COMPLETE; in vm_compressor_flush()