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

/bind-9.11.3/bin/named/
H A Dlwdclient.c73 ISC_LIST_INIT(cm->idle);
94 if (ISC_LIST_EMPTY(cm->idle)) {
117 client = ISC_LIST_HEAD(cm->idle);
119 ISC_LIST_UNLINK(cm->idle, client, link);
121 client = ISC_LIST_HEAD(cm->idle);
149 * Run through the idle list and free the clients there. Idle
153 client = ISC_LIST_HEAD(cm->idle);
157 ISC_LIST_UNLINK(cm->idle, client, link);
159 client = ISC_LIST_HEAD(cm->idle);
252 * Go idle
[all...]
/bind-9.11.3/lib/isc/
H A Dtimer.c76 isc_time_t idle; member in struct:isc__timer
219 if (isc_time_isepoch(&timer->idle))
222 due = timer->idle;
223 else if (isc_time_compare(&timer->idle, &timer->expires) < 0)
224 due = timer->idle;
425 result = isc_time_add(&now, interval, &timer->idle);
431 isc_time_settoepoch(&timer->idle);
548 result = isc_time_add(&now, interval, &timer->idle);
550 isc_time_settoepoch(&timer->idle);
606 result = isc_time_add(&now, &timer->interval, &timer->idle);
664 isc_boolean_t idle; local
[all...]
/bind-9.11.3/bin/named/include/named/
H A Dlwdclient.h154 * Overall magic test that means we're not idle.
182 ISC_LIST(ns_lwdclient_t) idle; /*%< idle client slots */ member in struct:ns_lwdclientmgr
/bind-9.11.3/bin/tests/
H A Dnamed.conf141 max-transfer-idle-in 100;
142 max-transfer-idle-out 11;
248 max-transfer-idle-in 2; // if not set, global option is used.
249 max-transfer-idle-out 3; // if not set, global option is used.
284 max-transfer-idle-out 55;

Completed in 39 milliseconds