Lines Matching refs:inactive
127 client_list_t inactive; /*%< To be recycled */
159 * It is on the client manager's list of inactive clients.
391 * active and force it to go inactive if not.
408 * We are trying to enter the inactive state.
454 * Put the client on the inactive list. If we are aiming for
455 * the "freed" state, it will be removed from the inactive
462 ISC_LIST_APPEND(client->manager->inactive, client, link);
463 client->list = &client->manager->inactive;
513 ISC_LIST_EMPTY(manager->inactive) &&
656 * This client object should normally go inactive
2389 REQUIRE(ISC_LIST_EMPTY(manager->inactive));
2429 ISC_LIST_INIT(manager->inactive);
2476 for (client = ISC_LIST_HEAD(manager->inactive);
2482 ISC_LIST_EMPTY(manager->inactive) &&
2523 client = ISC_LIST_HEAD(manager->inactive);
2526 ISC_LIST_UNLINK(manager->inactive, client, link);