Home
last modified time | relevance | path

Searched refs:migration_threshold (Results 1 – 16 of 16) sorted by relevance

/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/pengine/
H A Dcomplex.c567 (*rsc)->migration_threshold = INFINITY; in common_unpack()
676 (*rsc)->migration_threshold = char2score(value); in common_unpack()
718 (*rsc)->migration_threshold = 1; in common_unpack()
721 (*rsc)->migration_threshold, (*rsc)->id, value); in common_unpack()
724 (*rsc)->migration_threshold = (*rsc)->stickiness / fail_sticky; in common_unpack()
725 if ((*rsc)->migration_threshold < 0) { in common_unpack()
727 (*rsc)->migration_threshold = 0 - (*rsc)->migration_threshold; in common_unpack()
729 (*rsc)->migration_threshold += 1; in common_unpack()
732 (*rsc)->id, (*rsc)->migration_threshold, (*rsc)->stickiness, value); in common_unpack()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/pengine/
H A Dcomplex.c599 (*rsc)->migration_threshold = INFINITY; in common_unpack()
709 (*rsc)->migration_threshold = char2score(value); in common_unpack()
710 if ((*rsc)->migration_threshold < 0) { in common_unpack()
718 (*rsc)->migration_threshold = 1; in common_unpack()
H A Dpe_output.c351 rsc_id, rsc->migration_threshold, failcount_s, in resource_history_string()
2324 char *migration_s = pcmk__itoa(rsc->migration_threshold); in resource_history_xml()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/include/crm/pengine/
H A Dpe_types.h345 int migration_threshold; member
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/include/crm/pengine/
H A Dstatus.h312 int migration_threshold; member
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/pacemaker/
H A Dpcmk_sched_bundle.c70 if (rsc->migration_threshold == 0) { in migration_threshold_reached()
88 countdown = QB_MAX(rsc->migration_threshold - fail_count, 0); in migration_threshold_reached()
93 rsc->migration_threshold); in migration_threshold_reached()
H A Dpcmk_sched_allocate.c635 if (rsc->migration_threshold == 0) { in check_migration_threshold()
653 countdown = QB_MAX(rsc->migration_threshold - fail_count, 0); in check_migration_threshold()
665 rsc->migration_threshold); in check_migration_threshold()
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/pengine/
H A Dcontainer.c84 if (rsc->migration_threshold == 0) { in migration_threshold_reached()
102 countdown = QB_MAX(rsc->migration_threshold - fail_count, 0); in migration_threshold_reached()
107 rsc->migration_threshold); in migration_threshold_reached()
H A Dallocate.c698 if (rsc->migration_threshold == 0) { in check_migration_threshold()
716 countdown = QB_MAX(rsc->migration_threshold - fail_count, 0); in check_migration_threshold()
728 rsc->migration_threshold); in check_migration_threshold()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/
H A Ddm-cache-target.c410 sector_t migration_threshold; member
1649 if (idle && current_volume <= cache->migration_threshold) in spare_migration_bandwidth()
2323 cache->migration_threshold = tmp; in process_config_option()
2486 cache->migration_threshold = DEFAULT_MIGRATION_THRESHOLD; in cache_create()
3159 DMEMIT("2 migration_threshold %llu ", (unsigned long long) cache->migration_threshold); in cache_status()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/
H A Ddm-cache-target.c410 sector_t migration_threshold; member
1649 if (idle && current_volume <= cache->migration_threshold) in spare_migration_bandwidth()
2323 cache->migration_threshold = tmp; in process_config_option()
2486 cache->migration_threshold = DEFAULT_MIGRATION_THRESHOLD; in cache_create()
3159 DMEMIT("2 migration_threshold %llu ", (unsigned long long) cache->migration_threshold); in cache_status()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/
H A Ddm-cache-target.c410 sector_t migration_threshold; member
1649 if (idle && current_volume <= cache->migration_threshold) in spare_migration_bandwidth()
2323 cache->migration_threshold = tmp; in process_config_option()
2486 cache->migration_threshold = DEFAULT_MIGRATION_THRESHOLD; in cache_create()
3159 DMEMIT("2 migration_threshold %llu ", (unsigned long long) cache->migration_threshold); in cache_status()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/admin-guide/device-mapper/
H A Dcache.rst127 For the time being, a message "migration_threshold <#sectors>"
273 e.g. migration_threshold
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/admin-guide/device-mapper/
H A Dcache.rst127 For the time being, a message "migration_threshold <#sectors>"
273 e.g. migration_threshold
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/admin-guide/device-mapper/
H A Dcache.rst127 For the time being, a message "migration_threshold <#sectors>"
273 e.g. migration_threshold
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/tools/
H A Dcrm_mon.c1455 print_as(" migration-threshold=%d", rsc->migration_threshold); in print_rsc_history_start()
1460 fprintf(stream, " migration-threshold=%d", rsc->migration_threshold); in print_rsc_history_start()
1465 rsc->migration_threshold); in print_rsc_history_start()