loadfile 119 crmd/throttle.c static char *loadfile = NULL; loadfile 134 crmd/throttle.c if(loadfile == NULL) { loadfile 138 crmd/throttle.c loadfile = find_cib_loadfile(); loadfile 139 crmd/throttle.c if (loadfile == NULL) { loadfile 144 crmd/throttle.c crm_trace("Found %s", loadfile); loadfile 147 crmd/throttle.c stream = fopen(loadfile, "r"); loadfile 151 crmd/throttle.c crm_warn("Couldn't read %s: %s (%d)", loadfile, pcmk_strerror(rc), rc); loadfile 152 crmd/throttle.c free(loadfile); loadfile = NULL; loadfile 169 crmd/throttle.c crm_err("Only %d of 15 fields found in %s", rc, loadfile); loadfile 208 crmd/throttle.c const char *loadfile = "/proc/loadavg"; loadfile 214 crmd/throttle.c stream = fopen(loadfile, "r"); loadfile 217 crmd/throttle.c crm_warn("Couldn't read %s: %s (%d)", loadfile, pcmk_strerror(rc), rc);