Searched refs:max_dependency_depth (Results 1 – 4 of 4) sorted by relevance
148 int max_dependency_depth;156 * array of max_dependency_depth+1 size.142 int max_dependency_depth; global() member
81 fetch_fill(int* target_fetch_policy, int max_dependency_depth, const char* str) in fetch_fill() 85 for(i=0; i<max_dependency_depth+1; i++) { in fetch_fill() 98 read_fetch_policy(int** target_fetch_policy, int* max_dependency_depth, in read_fetch_policy() 106 *max_dependency_depth = count - 1; in read_fetch_policy() 108 (size_t)(*max_dependency_depth)+1, sizeof(int)); in read_fetch_policy() 113 if(!fetch_fill(*target_fetch_policy, *max_dependency_depth, str))214 &iter_env->max_dependency_depth, cfg->target_fetch_policy))216 for(i=0; i<iter_env->max_dependency_depth+1; i++)
1164 if(iq->depth == ie->max_dependency_depth) in generate_a_aaaa_check()1215 if(iq->depth == ie->max_dependency_depth) in generate_ns_check()1399 if(iq->depth > ie->max_dependency_depth) { in processInitRequest()2021 if(iq->depth == ie->max_dependency_depth) in query_for_targets()2242 if(iq->depth == ie->max_dependency_depth) { in processLastResort()2768 if(iq->depth < ie->max_dependency_depth in processQueryTargets()3014 && iq->depth < ie->max_dependency_depth in processQueryTargets()4551 return sizeof(*ie) + sizeof(int)*((size_t)ie->max_dependency_depth+1) in iter_get_mem()
4667 int max_dependency_depth; member5689 &ct->max_dependency_depth, newcfg->target_fetch_policy)) { in fr_construct_from_config()6233 int oldmaxdependencydepth = iter_env->max_dependency_depth; in fr_adjust_iter_env()6240 iter_env->max_dependency_depth = ct->max_dependency_depth; in fr_adjust_iter_env()6250 ct->max_dependency_depth = oldmaxdependencydepth; in fr_adjust_iter_env()