Searched refs:idletime (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/usr.bin/finger/
H A Dfinger.h59 time_t idletime; /* how long idle (if logged in) */ member in struct:where
H A Dsprint.c160 if (w->idletime == -1) {
165 delta = gmtime(&w->idletime);
H A Dutil.c298 w->idletime = -1;
302 w->idletime = -1;
310 w->idletime = now < touched ? 0 : now - touched;
H A Dlprint.c179 delta = gmtime(&w->idletime);
180 if (w->idletime != -1 && (delta->tm_yday ||
/freebsd-current/sys/security/mac_priority/
H A Dmac_priority.c55 SYSCTL_INT(_security_mac_priority, OID_AUTO, idletime, CTLFLAG_RWTUN,
62 "Group id of the idletime privilege group");
/freebsd-current/sys/netinet/
H A Dtcp_timer.c397 u_int idletime; local
399 idletime = ticks - tp->t_rcvtime;
400 if (idletime < TP_KEEPIDLE(tp)) {
402 TP_KEEPIDLE(tp) - idletime);
/freebsd-current/sys/contrib/xen/
H A Dplatform.h348 * @cpumap_bitmap with range [0..@cpumap_nr_cpus-1]. The @idletime array is
351 * non-existent CPUs are cleared. Such CPUs have their @idletime array entry
363 XEN_GUEST_HANDLE(uint64) idletime; member in struct:xenpf_getidletime
365 /* System time when the idletime snapshots were taken. */
H A Dsysctl.h187 uint64_aligned_t idletime; member in struct:xen_sysctl_cpuinfo
/freebsd-current/sys/geom/cache/
H A Dg_cache.c63 SYSCTL_UINT(_kern_geom_cache, OID_AUTO, idletime, CTLFLAG_RW, &g_cache_idletime,
/freebsd-current/sys/geom/mirror/
H A Dg_mirror.c71 SYSCTL_UINT(_kern_geom_mirror, OID_AUTO, idletime, CTLFLAG_RWTUN,
/freebsd-current/sys/geom/raid3/
H A Dg_raid3.c66 SYSCTL_UINT(_kern_geom_raid3, OID_AUTO, idletime, CTLFLAG_RWTUN,

Completed in 282 milliseconds