Home
last modified time | relevance | path

Searched refs:num_forever_states (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dmesh.c212 mesh->num_forever_states = 0; in mesh_create()
266 mesh->num_forever_states = 0; in mesh_delete_all()
550 if(mesh->num_forever_states < mesh->max_forever_states) { in mesh_new_client()
551 mesh->num_forever_states ++; in mesh_new_client()
727 if(mesh->num_forever_states < mesh->max_forever_states) { in mesh_schedule_prefetch()
728 mesh->num_forever_states ++; in mesh_schedule_prefetch()
814 if(mesh->num_forever_states < mesh->max_forever_states) { in mesh_schedule_prefetch_subnet()
815 mesh->num_forever_states ++; in mesh_schedule_prefetch_subnet()
1019 mesh->num_forever_states --; in mesh_state_delete()
H A Dmesh.h104 size_t num_forever_states; member