Home
last modified time | relevance | path

Searched refs:migration_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dfair.c8773 enum migration_type {
8809 enum migration_type migration_type;
9109 switch (env->migration_type) { in detach_tasks()
10664 env->migration_type = migrate_misfit; in calculate_imbalance()
10671 env->migration_type = migrate_load; in calculate_imbalance()
10682 env->migration_type = migrate_task; in calculate_imbalance()
10689 env->migration_type = migrate_task; in calculate_imbalance()
10701 env->migration_type = migrate_task; in calculate_imbalance()
10721 env->migration_type in calculate_imbalance()
8771 enum migration_type { global() enum
8807 enum migration_type migration_type; global() member
[all...]
/openbmc/qemu/migration/
H A Dmigration.c3881 static const TypeInfo migration_type = { variable
3901 type_register_static(&migration_type); in register_migration_types()