reg_max           190 opal/mca/btl/ugni/btl_ugni.h     int32_t reg_max;
reg_max           254 opal/mca/btl/ugni/btl_ugni_add_procs.c     if (ugni_module->reg_count >= ugni_module->reg_max) {
reg_max           431 opal/mca/btl/ugni/btl_ugni_add_procs.c         if (nprocs/mbox_increment > (unsigned int) ugni_module->reg_max / 8) {
reg_max           432 opal/mca/btl/ugni/btl_ugni_add_procs.c             mbox_increment = nprocs / (ugni_module->reg_max >> 3);
reg_max           467 opal/mca/btl/ugni/btl_ugni_add_procs.c                 ugni_module->reg_max = (res_des.limit - fuzz) / nlocal_procs;
reg_max           469 opal/mca/btl/ugni/btl_ugni_add_procs.c                 ugni_module->reg_max = 0;
reg_max           475 opal/mca/btl/ugni/btl_ugni_add_procs.c             ugni_module->reg_max = 1200 / nlocal_procs;
reg_max           477 opal/mca/btl/ugni/btl_ugni_add_procs.c             ugni_module->reg_max = 0;
reg_max           481 opal/mca/btl/ugni/btl_ugni_add_procs.c         ugni_module->reg_max = INT_MAX;
reg_max           483 opal/mca/btl/ugni/btl_ugni_add_procs.c         ugni_module->reg_max = mca_btl_ugni_component.max_mem_reg;
reg_max            56 opal/mca/rcache/base/rcache_base_vma_tree.c     int reg_max;
reg_max            66 opal/mca/rcache/base/rcache_base_vma_tree.c     if (args->reg_cnt == args->reg_max) {
reg_max            67 opal/mca/rcache/base/rcache_base_vma_tree.c         return args->reg_max;
reg_max            79 opal/mca/rcache/base/rcache_base_vma_tree.c     mca_rcache_base_vma_tree_find_all_helper_args_t args = {.regs = regs, .reg_max = reg_cnt, .reg_cnt = 0};