Searched refs:detect_cycle (Results 1 – 6 of 6) sorted by relevance
166 fptr_ok(fptr_whitelist_modenv_detect_cycle(qstate->env->detect_cycle)); in generate_request()167 if((*qstate->env->detect_cycle)(qstate, &ask, in generate_request()
486 int (*detect_cycle)(struct module_qstate* qstate, member
808 qstate->env->detect_cycle)); in causes_cycle()809 return (*qstate->env->detect_cycle)(qstate, &qinf, in causes_cycle()
261 w->env->detect_cycle = &mesh_detect_cycle; in libworker_setup()
513 fptr_ok(fptr_whitelist_modenv_detect_cycle(qstate->env->detect_cycle)); in generate_request()514 if((*qstate->env->detect_cycle)(qstate, &ask, in generate_request()
2435 worker->env.detect_cycle = &mesh_detect_cycle; in worker_init()