| /src/usr.bin/rump_dhcpclient/ | 
| common.c | 142 uptime(void)  function in typeref:typename:time_t 
 | 
| /src/sys/kern/ | 
| kern_heartbeat.c | 267  *	  all CPUs' heartbeat uptime caches are up-to-date before 397  *	system uptime.  This runs at the same priority level as
 409 	unsigned uptime = time_uptime32;  local in function:heartbeat_intr
 412 	atomic_store_relaxed(&curcpu()->ci_heartbeat_uptime_cache, uptime);
 615  *	2. Panic if the system uptime doesn't seem to have advanced in
 619  *	   local view of the system uptime.
 622  *	   system uptime.
 627  *	   system uptime in a while.
 633 	unsigned count, uptime, cache, stamp, d;  local in function:heartbeat
 657 	 * If the uptime hasn't changed, make sure that we haven'
 [all...]
 | 
| /src/sys/compat/linux32/common/ | 
| linux32_types.h | 105         netbsd32_long uptime;  member in struct:linux32_sysinfo 
 | 
| /src/usr.bin/w/ | 
| w.c | 153 	/* Are we w(1) or uptime(1)? */ 464 	time_t uptime;  local in function:pr_header
 486 		uptime = now - boottime.tv_sec;
 487 		uptime += 30;
 488 		if (uptime > SECSPERMIN) {
 489 			days = uptime / SECSPERDAY;
 490 			uptime %= SECSPERDAY;
 491 			hrs = uptime / SECSPERHOUR;
 492 			uptime %= SECSPERHOUR;
 493 			mins = uptime / SECSPERMIN
 [all...]
 | 
| /src/sys/compat/linux/common/ | 
| linux_misc.h | 70 	long uptime;  member in struct:linux_sysinfo 
 | 
| /src/sys/external/bsd/drm2/dist/drm/i915/ | 
| i915_gpu_error.h | 158 	ktime_t uptime;  member in struct:i915_gpu_coredump 
 | 
| /src/sys/dist/pf/net/ | 
| pf_norm.c | 1489 	struct timeval uptime;  local in function:pf_normalize_tcp_stateful 1546 				 * NAT detection, OS uptime determination or
 1617 	getmicrouptime(&uptime);
 1619 	    (uptime.tv_sec - src->scrub->pfss_last.tv_sec > TS_MAX_IDLE ||
 1630 	    uptime.tv_sec - dst->scrub->pfss_last.tv_sec > TS_MAX_IDLE) {
 1721 		timersub(&uptime, &src->scrub->pfss_last, &delta_ts);
 
 | 
| /src/sys/fs/nfs/nlm/ | 
| nlm_prot_impl.c | 692 	time_t uptime = time_uptime;  local in function:nlm_check_expired_locks 696 	    && uptime >= af->af_expiretime) {
 
 | 
| /src/usr.bin/vmstat/ | 
| vmstat.c | 636 	time_t uptime, nowsec;  local in function:getuptime 664 	uptime = now.tv_sec - boottime.tv_sec;
 665 	if (uptime <= 0 || uptime > 60*60*24*365*10)
 667 	return (uptime);
 733 	time_t uptime, halfuptime;  local in function:dovmstat
 738 	uptime = getuptime();
 739 	halfuptime = uptime / 2;
 797 #define	rate(x)	(u_long)(((x) + halfuptime) / uptime)	/* round */
 826 		uptime = interval->tv_sec
 1255  unsigned long long inttotal, uptime;  local in function:dointr
 1298  uint64_t counttotal, uptime;  local in function:doevcnt
 [all...]
 |