Lines Matching defs:high
557 dns_iolist_t high;
635 isc_boolean_t high;
794 static isc_result_t zonemgr_getio(dns_zonemgr_t *zmgr, isc_boolean_t high,
15964 ISC_LIST_INIT(zmgr->high);
16523 * There are two queues available (high and low), the high
16531 zonemgr_getio(dns_zonemgr_t *zmgr, isc_boolean_t high,
16553 io->high = high;
16563 if (io->high)
16564 ISC_LIST_APPEND(zmgr->high, io, link);
16599 next = HEAD(zmgr->high);
16603 if (next->high)
16604 ISC_LIST_UNLINK(zmgr->high, next, link);
16625 if (io->high)
16626 ISC_LIST_UNLINK(io->zmgr->high, io, link);