Home
last modified time | relevance | path

Searched refs:dont_use_dcf (Results 1 – 9 of 9) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dproject.cpp96 dont_use_dcf = false; in init()
187 if (dont_use_dcf) { in parse_state()
237 if (xp.parse_bool("dont_use_dcf", dont_use_dcf)) continue; in parse_state()
444 dont_use_dcf?" <dont_use_dcf/>\n":"", in write_state()
585 dont_use_dcf = p.dont_use_dcf; in copy_state_fields()
H A Dscheduler_op.h126 bool dont_use_dcf; member
H A Dscheduler_op.cpp555 dont_use_dcf = false; in clear()
647 if (project->dont_use_dcf) { in parse()
888 } else if (xp.parse_bool("dont_use_dcf", dont_use_dcf)) { in parse()
H A Dproject.h192 bool dont_use_dcf; member
H A Dcs_scheduler.cpp1076 project->dont_use_dcf = sr.dont_use_dcf; in handle_scheduler_reply()
H A Dwork_fetch.cpp207 if (p->dont_use_dcf) return false; in wacky_dcf()
1087 if (p->dont_use_dcf) continue; in scale_duration_correction_factors()
H A Dcpu_sched.cpp511 if (p->dont_use_dcf || p->duration_correction_factor < 90.0) { in earliest_deadline_result()
1632 if (dont_use_dcf) return; in update_duration_correction_factor()
H A Dresult.cpp634 if (!project->dont_use_dcf) { in estimated_runtime()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/
H A Dcheckin_notes_20122966 - client/server: add optional <dont_use_dcf/> to schedule reply.
3460 if the project has the <dont_use_dcf> flag set.
4306 - scheduler: remove <dont_use_dcf/> from scheduler reply for now;
4322 - scheduler: send <dont_use_dcf> only if client is 7.0.28 or later.