preference        414 crmd/throttle.c throttle_update_job_max(const char *preference)
preference        420 crmd/throttle.c     if(preference) {
preference        422 crmd/throttle.c         max = crm_int_helper(preference, NULL);
preference        428 crmd/throttle.c     preference = getenv("LRMD_MAX_CHILDREN");
preference        429 crmd/throttle.c     if(preference) {
preference        431 crmd/throttle.c         max = crm_int_helper(preference, NULL);
preference        437 crmd/throttle.c     preference = getenv("PCMK_node_action_limit");
preference        438 crmd/throttle.c     if(preference) {
preference        440 crmd/throttle.c         max = crm_int_helper(preference, NULL);
preference         25 crmd/throttle.h void throttle_update_job_max(const char *preference);