factor             48 include/pcmki/pcmki_sched_allocate.h                                        float factor, uint32_t flags);
factor             52 include/pcmki/pcmki_sched_allocate.h                                       float factor, uint32_t flags);
factor           1158 lib/common/ipc_client.c     static int factor = 8;
factor           1209 lib/common/ipc_client.c         if(factor < 10 && (client->max_buf_size / 10) < (bytes / factor)) {
factor           1213 lib/common/ipc_client.c                        factor, client->max_buf_size, 2 * client->max_buf_size);
factor           1214 lib/common/ipc_client.c             factor++;
factor            497 lib/pacemaker/pcmk_sched_group.c                           GHashTable *nodes, const char *attr, float factor,
factor            514 lib/pacemaker/pcmk_sched_group.c                                                      factor, flags);
factor            260 lib/pacemaker/pcmk_sched_native.c                               const char *attr, float factor,
factor            281 lib/pacemaker/pcmk_sched_native.c         if ((factor < 0) && (score < 0)) {
factor            288 lib/pacemaker/pcmk_sched_native.c                       node->details->uname, node->weight, factor, score);
factor            294 lib/pacemaker/pcmk_sched_native.c                       node->details->uname, node->weight, factor, score);
factor            298 lib/pacemaker/pcmk_sched_native.c         weight_f = factor * score;
factor            308 lib/pacemaker/pcmk_sched_native.c             if (factor > 0.0) {
factor            310 lib/pacemaker/pcmk_sched_native.c             } else if (factor < 0.0) {
factor            320 lib/pacemaker/pcmk_sched_native.c                       node->details->uname, node->weight, factor, score,
factor            328 lib/pacemaker/pcmk_sched_native.c                       node->details->uname, node->weight, factor, score,
factor            334 lib/pacemaker/pcmk_sched_native.c                   node->weight, factor, score, new_score);
factor            362 lib/pacemaker/pcmk_sched_native.c                            GHashTable *nodes, const char *attr, float factor,
factor            381 lib/pacemaker/pcmk_sched_native.c                          rhs, rsc->id, last_rsc->id, factor);
factor            382 lib/pacemaker/pcmk_sched_native.c             work = pcmk__native_merge_weights(last_rsc, rhs, NULL, attr, factor,
factor            401 lib/pacemaker/pcmk_sched_native.c                      "(at %.6f)", rhs, rsc->id, factor);
factor            404 lib/pacemaker/pcmk_sched_native.c                                           factor, flags);
factor            408 lib/pacemaker/pcmk_sched_native.c                      rhs, rsc->id, factor);
factor            410 lib/pacemaker/pcmk_sched_native.c         add_node_scores_matching_attr(work, rsc, attr, factor,
factor            416 lib/pacemaker/pcmk_sched_native.c         int multiplier = (factor < 0)? -1 : 1;