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           1147 lib/common/ipc_client.c     static int factor = 8;
factor           1198 lib/common/ipc_client.c         if(factor < 10 && (client->max_buf_size / 10) < (bytes / factor)) {
factor           1202 lib/common/ipc_client.c                        factor, client->max_buf_size, 2 * client->max_buf_size);
factor           1203 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            256 lib/pacemaker/pcmk_sched_native.c                               const char *attr, float factor,
factor            277 lib/pacemaker/pcmk_sched_native.c         if ((factor < 0) && (score < 0)) {
factor            284 lib/pacemaker/pcmk_sched_native.c                       node->details->uname, node->weight, factor, score);
factor            290 lib/pacemaker/pcmk_sched_native.c                       node->details->uname, node->weight, factor, score);
factor            294 lib/pacemaker/pcmk_sched_native.c         weight_f = factor * score;
factor            304 lib/pacemaker/pcmk_sched_native.c             if (factor > 0.0) {
factor            306 lib/pacemaker/pcmk_sched_native.c             } else if (factor < 0.0) {
factor            316 lib/pacemaker/pcmk_sched_native.c                       node->details->uname, node->weight, factor, score,
factor            324 lib/pacemaker/pcmk_sched_native.c                       node->details->uname, node->weight, factor, score,
factor            330 lib/pacemaker/pcmk_sched_native.c                   node->weight, factor, score, new_score);
factor            358 lib/pacemaker/pcmk_sched_native.c                            GHashTable *nodes, const char *attr, float factor,
factor            377 lib/pacemaker/pcmk_sched_native.c                          rhs, rsc->id, last_rsc->id, factor);
factor            378 lib/pacemaker/pcmk_sched_native.c             work = pcmk__native_merge_weights(last_rsc, rhs, NULL, attr, factor,
factor            397 lib/pacemaker/pcmk_sched_native.c                      "(at %.6f)", rhs, rsc->id, factor);
factor            400 lib/pacemaker/pcmk_sched_native.c                                           factor, flags);
factor            404 lib/pacemaker/pcmk_sched_native.c                      rhs, rsc->id, factor);
factor            406 lib/pacemaker/pcmk_sched_native.c         add_node_scores_matching_attr(work, rsc, attr, factor,
factor            412 lib/pacemaker/pcmk_sched_native.c         int multiplier = (factor < 0)? -1 : 1;