Searched refs:detect_cycle (Results 1 – 7 of 7) sorted by relevance
158 fptr_ok(fptr_whitelist_modenv_detect_cycle(qstate->env->detect_cycle)); in generate_request()159 if((*qstate->env->detect_cycle)(qstate, &ask, in generate_request()
478 int (*detect_cycle)(struct module_qstate* qstate, member
771 qstate->env->detect_cycle)); in causes_cycle()772 return (*qstate->env->detect_cycle)(qstate, &qinf, in causes_cycle()
252 w->env->detect_cycle = &mesh_detect_cycle; in libworker_setup()
488 fptr_ok(fptr_whitelist_modenv_detect_cycle(qstate->env->detect_cycle)); in generate_request()489 if((*qstate->env->detect_cycle)(qstate, &ask, in generate_request()
738 int (*detect_cycle)(struct module_qstate* qstate,
2346 worker->env.detect_cycle = &mesh_detect_cycle; in worker_init()