Searched refs:idle (Results 1 - 25 of 79) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/dist/pppd/pppd/plugins/
H A Dminconn.c47 "Set minimum connect time before idle timeout applies" },
51 static int my_get_idle(struct ppp_idle *idle) argument
55 if (idle == NULL)
57 t = idle->xmit_idle;
58 if (idle->recv_idle < t)
59 t = idle->recv_idle;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/m68k/
H A Dcrash1.c13 long long idle; member in struct:kernel_stat
22 long long user, nice, system, idle, steal; local
25 user = nice = system = idle = steal = 0;
32 idle = idle + per_cpu__kstat.idle;
38 seq_printf(user, nice, system, idle, steal);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/xc16x/
H A Dsyscontrol1.s6 idle
/netbsd-6-1-5-RELEASE/usr.bin/w/
H A Dpr_time.c87 * Display the idle time.
90 pr_idle(time_t idle) argument
94 if (idle == (time_t)-1) {
99 days = idle / SECSPERDAY;
101 /* If idle more than 36 hours, print as a number of days. */
102 if (idle >= 48 * SECSPERHOUR)
104 else if (idle >= 36 * SECSPERHOUR)
107 /* If idle more than an hour, print as HH:MM. */
108 else if (idle >= SECSPERHOUR)
110 (int)(idle / SECSPERHOU
[all...]
H A Dw.c99 int sortidle; /* sort bu idle time */
115 time_t idle; /* idle time of terminal in seconds */ member in struct:entry
345 /* sort by idle time */
352 (*nextp) && from->idle >= (*nextp)->idle;
440 pr_idle(ep->idle);
575 ep->idle = (time_t)-1;
615 if ((ep->idle = now - touched) < 0)
616 ep->idle
[all...]
/netbsd-6-1-5-RELEASE/libexec/rpc.rusersd/
H A Drusers_proc.c121 "%s: unable to get idle time", display);
202 long idle; local
210 (idle = XqueryIdle(display)) >= 0)
211 return idle;
213 idle = 0;
225 idle = (kbd_idle < mouse_idle) ? kbd_idle : mouse_idle;
237 idle = now - st.st_atime;
238 idle = (idle + 30) / 60; /* secs->mins */
240 if (idle <
263 int idle; local
310 int idle; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dmachine.h62 unsigned int idle : 1; member in struct:statics::__anon2305
102 int idle; /* show idle processes */ member in struct:process_select
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/bfin/
H A Devent.s2 .global idle
3 idle: label
H A Devent.d7 00000000 <idle>:
/netbsd-6-1-5-RELEASE/usr.bin/rusers/
H A Drusers.c166 char date[26], idle[8]; local
187 strcpy(idle, "??");
189 strcpy(idle, "");
199 snprintf(idle, sizeof(idle), "%d d ", days);
201 snprintf(idle, sizeof(idle), "%2d:%02d",
204 snprintf(idle, sizeof(idle), ":%02d", minutes);
216 date, idle, remot
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dlwdclient.c80 ISC_LIST_INIT(cm->idle);
101 if (ISC_LIST_EMPTY(cm->idle))
122 client = ISC_LIST_HEAD(cm->idle);
124 ISC_LIST_UNLINK(cm->idle, client, link);
126 client = ISC_LIST_HEAD(cm->idle);
148 * run through the idle list and free the clients there. Idle
152 client = ISC_LIST_HEAD(cm->idle);
156 ISC_LIST_UNLINK(cm->idle, client, link);
158 client = ISC_LIST_HEAD(cm->idle);
243 * Go idle
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/who/
H A Dwho.c78 static int show_idle; /* show idle time */
285 time_t idle; local
290 idle = 0;
304 idle = now - sb.st_atime;
318 if (idle < 60)
320 else if (idle < (24 * 60 * 60))
322 (long)(idle / (60 * 60)),
323 (long)(idle % (60 * 60)) / 60);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_lock.c63 bool idle; local
77 idle = CURCPU_IDLE_P();
81 if (idle && !cold) {
82 reason = "idle";
H A Dkern_idle.c35 #include <sys/idle.h>
110 ci, idle_loop, NULL, &l, "idle/%u", ci->ci_index);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/
H A Dsort-1.c168 bool idle = true; local
176 idle = false;
194 if (!idle)
202 idle = true;
208 if (idle)
212 idle = false;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dtimer.c86 isc_time_t idle; member in struct:isc__timer
244 if (isc_time_isepoch(&timer->idle))
247 due = timer->idle;
248 else if (isc_time_compare(&timer->idle, &timer->expires) < 0)
249 due = timer->idle;
450 result = isc_time_add(&now, interval, &timer->idle);
456 isc_time_settoepoch(&timer->idle);
573 result = isc_time_add(&now, interval, &timer->idle);
575 isc_time_settoepoch(&timer->idle);
631 result = isc_time_add(&now, &timer->interval, &timer->idle);
689 isc_boolean_t idle; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dtimer.c70 isc_time_t idle; member in struct:isc_timer
154 if (isc_time_isepoch(&timer->idle))
157 due = timer->idle;
158 else if (isc_time_compare(&timer->idle, &timer->expires) < 0)
159 due = timer->idle;
354 result = isc_time_add(&now, interval, &timer->idle);
360 isc_time_settoepoch(&timer->idle);
474 result = isc_time_add(&now, interval, &timer->idle);
476 isc_time_settoepoch(&timer->idle);
530 result = isc_time_add(&now, &timer->interval, &timer->idle);
586 isc_boolean_t idle; local
[all...]
/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_rio.h106 int idle; /* queue was empty */ member in struct:rio::dropprec_state
108 struct timeval last; /* timestamp when queue becomes idle */
116 used for idle calibration */
H A Daltq_rio.c259 prec->idle = 1;
363 if (prec->idle) {
364 prec->idle = 0;
467 if (rp->rio_precstate[i].idle == 0) {
468 rp->rio_precstate[i].idle = 1;
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Dev_timers.c480 struct timespec idle; local
485 idle = evSubTime(ctx->lastEventTime, this->lastTouched);
486 if (evCmpTime(idle, this->max_idle) >= 0) {
497 this->timer->inter = evSubTime(this->max_idle, idle);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic6x/
H A Dpredicate-bad-3.s25 [a1] idle
/netbsd-6-1-5-RELEASE/lib/libc/isc/
H A Dev_timers.c496 struct timespec idle; local
501 idle = evSubTime(ctx->lastEventTime, this->lastTouched);
502 if (evCmpTime(idle, this->max_idle) >= 0) {
513 this->timer->inter = evSubTime(this->max_idle, idle);
/netbsd-6-1-5-RELEASE/sbin/atactl/
H A Datactl.c137 { "setidle", "idle-timer", device_setidle },
140 { "idle", "", device_idle },
1049 * device idle:
1064 if (strcmp(cmdname, "idle") == 0)
1111 * Set the idle timer on the disk. Set it for either idle mode or
1118 unsigned long idle; local
1126 idle = strtoul(argv[0], &end, 0);
1129 fprintf(stderr, "Invalid idle time: \"%s\"\n", argv[0]);
1133 if (idle > 1980
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dnouveau_fifo.c401 int idle; local
410 idle = 0;
412 idle = 1;
414 idle = (NV_READ(NV04_PFIFO_CACHE1_DMA_GET) ==
419 return idle;
432 /* Give the channel a chance to idle, wait 2s (hopefully) */
436 DRM_ERROR("Failed to idle channel %d before destroy."
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/include/named/
H A Dlwdclient.h165 * Overall magic test that means we're not idle.
192 ISC_LIST(ns_lwdclient_t) idle; /*%< idle client slots */ member in struct:ns_lwdclientmgr

Completed in 143 milliseconds

1234