Home
last modified time | relevance | path

Searched refs:throttle_group_get_name (Results 1 – 25 of 54) sorted by relevance

123

/dports/emulators/qemu5/qemu-5.2.0/include/block/
H A Dthrottle-groups.h65 const char *throttle_group_get_name(ThrottleGroupMember *tgm);
/dports/emulators/qemu42/qemu-4.2.1/include/block/
H A Dthrottle-groups.h64 const char *throttle_group_get_name(ThrottleGroupMember *tgm);
/dports/emulators/qemu/qemu-6.2.0/include/block/
H A Dthrottle-groups.h65 const char *throttle_group_get_name(ThrottleGroupMember *tgm);
/dports/emulators/qemu60/qemu-6.0.0/include/block/
H A Dthrottle-groups.h65 const char *throttle_group_get_name(ThrottleGroupMember *tgm);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/block/
H A Dthrottle-groups.h59 const char *throttle_group_get_name(ThrottleGroupMember *tgm);
/dports/emulators/qemu-utils/qemu-4.2.1/include/block/
H A Dthrottle-groups.h64 const char *throttle_group_get_name(ThrottleGroupMember *tgm);
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/block/
H A Dthrottle-groups.h64 const char *throttle_group_get_name(ThrottleGroupMember *tgm);
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/block/
H A Dthrottle-groups.h65 const char *throttle_group_get_name(ThrottleGroupMember *tgm);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/block/
H A Dthrottle-groups.h64 const char *throttle_group_get_name(ThrottleGroupMember *tgm);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dthrottle.c196 if (strcmp(group, throttle_group_get_name(tgm))) { in throttle_reopen_commit()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dthrottle.c196 if (strcmp(group, throttle_group_get_name(tgm))) { in throttle_reopen_commit()
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dthrottle.c196 if (strcmp(group, throttle_group_get_name(tgm))) { in throttle_reopen_commit()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dthrottle.c205 if (strcmp(group, throttle_group_get_name(tgm))) { in throttle_reopen_commit()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dthrottle.c203 if (strcmp(group, throttle_group_get_name(tgm))) { in throttle_reopen_commit()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dthrottle.c195 if (strcmp(group, throttle_group_get_name(tgm))) { in throttle_reopen_commit()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dthrottle.c203 if (strcmp(group, throttle_group_get_name(tgm))) { in throttle_reopen_commit()
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dthrottle.c196 if (strcmp(group, throttle_group_get_name(tgm))) { in throttle_reopen_commit()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dthrottle.c203 if (strcmp(group, throttle_group_get_name(tgm))) { in throttle_reopen_commit()
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dtest-throttle.c706 g_assert(!strcmp(throttle_group_get_name(tgm1), "bar")); in test_groups()
707 g_assert(!strcmp(throttle_group_get_name(tgm2), "foo")); in test_groups()
/dports/emulators/qemu5/qemu-5.2.0/tests/
H A Dtest-throttle.c706 g_assert(!strcmp(throttle_group_get_name(tgm1), "bar")); in test_groups()
707 g_assert(!strcmp(throttle_group_get_name(tgm2), "foo")); in test_groups()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/
H A Dtest-throttle.c706 g_assert(!strcmp(throttle_group_get_name(tgm1), "bar")); in test_groups()
707 g_assert(!strcmp(throttle_group_get_name(tgm2), "foo")); in test_groups()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
H A Dtest-throttle.c702 g_assert(!strcmp(throttle_group_get_name(tgm1), "bar")); in test_groups()
703 g_assert(!strcmp(throttle_group_get_name(tgm2), "foo")); in test_groups()
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dtest-throttle.c706 g_assert(!strcmp(throttle_group_get_name(tgm1), "bar")); in test_groups()
707 g_assert(!strcmp(throttle_group_get_name(tgm2), "foo")); in test_groups()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/unit/
H A Dtest-throttle.c706 g_assert(!strcmp(throttle_group_get_name(tgm1), "bar")); in test_groups()
707 g_assert(!strcmp(throttle_group_get_name(tgm2), "foo")); in test_groups()
/dports/emulators/qemu/qemu-6.2.0/tests/unit/
H A Dtest-throttle.c706 g_assert(!strcmp(throttle_group_get_name(tgm1), "bar")); in test_groups()
707 g_assert(!strcmp(throttle_group_get_name(tgm2), "foo")); in test_groups()

123