Searched refs:max_reply_states (Results 1 – 4 of 4) sorted by relevance
112 size_t max_reply_states; member
236 mesh->max_reply_states = env->cfg->num_queries_per_thread; in mesh_create()237 mesh->max_forever_states = (mesh->max_reply_states+1)/2; in mesh_create()296 if(mesh->num_reply_states < mesh->max_reply_states) in mesh_make_new_space()464 if(mesh->num_reply_addrs > mesh->max_reply_states*16) { in mesh_new_client()2605 if(mesh->all.count < mesh->max_reply_states) in mesh_jostle_exceeded()
879 if(qstate->env->mesh->all.count >= qstate->env->mesh->max_reply_states) in validate_suspend_setup_timer()881 else if(qstate->env->mesh->all.count >= qstate->env->mesh->max_reply_states/2) in validate_suspend_setup_timer()883 else if(qstate->env->mesh->all.count >= qstate->env->mesh->max_reply_states/4) in validate_suspend_setup_timer()
7295 mesh->max_reply_states = cfg->num_queries_per_thread; in fr_worker_pickup_mesh()7296 mesh->max_forever_states = (mesh->max_reply_states+1)/2; in fr_worker_pickup_mesh()