Home
last modified time | relevance | path

Searched refs:thread_count (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/i386/kvm/
H A Dvmsr_energy.c289 unsigned int thread_count = 0; in vmsr_get_thread_ids() local
298 thread_ids = g_renew(pid_t, thread_ids, (thread_count + 1)); in vmsr_get_thread_ids()
299 thread_ids[thread_count] = tid; in vmsr_get_thread_ids()
300 thread_count++; in vmsr_get_thread_ids()
306 *num_threads = thread_count; in vmsr_get_thread_ids()
/openbmc/qemu/migration/
H A Dmultifd.c924 int thread_count, ret = 0; in multifd_send_setup() local
933 thread_count = migrate_multifd_channels(); in multifd_send_setup()
935 multifd_send_state->params = g_new0(MultiFDSendParams, thread_count); in multifd_send_setup()
942 for (i = 0; i < thread_count; i++) { in multifd_send_setup()
973 for (i = 0; i < thread_count; i++) { in multifd_send_setup()
981 for (i = 0; i < thread_count; i++) { in multifd_send_setup()
1176 int thread_count = migrate_multifd_channels(); in multifd_recv_sync_main() local
1189 for (i = 0; i < thread_count; i++) { in multifd_recv_sync_main()
1206 for (i = 0; i < thread_count; i++) { in multifd_recv_sync_main()
1222 for (i = 0; i < thread_count; i++) { in multifd_recv_sync_main()
[all …]
/openbmc/u-boot/drivers/mailbox/
H A Dk3-sec-proxy.c46 u16 thread_count; member
417 .thread_count = 90,
/openbmc/u-boot/include/
H A Dsmbios.h169 u8 thread_count; member
/openbmc/qemu/include/hw/firmware/
H A Dsmbios.h208 uint8_t thread_count; member
/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c661 uint8_t thread_count, expected_thread_count = data->smbios_thread_count; in smbios_cpu_test() local
686 thread_count = qtest_readb(data->qts, in smbios_cpu_test()
687 addr + offsetof(struct smbios_type_4, thread_count)); in smbios_cpu_test()
690 g_assert_cmpuint(thread_count, ==, expected_thread_count); in smbios_cpu_test()
/openbmc/qemu/hw/smbios/
H A Dsmbios.c717 t->thread_count = (threads_per_socket > 255) ? 0xFF : threads_per_socket; in smbios_build_type_4_table()
725 } else if (t->core_count == 0xFF || t->thread_count == 0xFF) { in smbios_build_type_4_table()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch6112 + ctx->thread_count );
6116 + ctx->thread_count );
6119 + if( ctx->thread_count > 1 )
6124 + ctx->thread_count );
6311 + p_context->thread_count = i_thread_count;
6335 + p_dec->i_extra_picture_buffers = 2 * p_context->thread_count;
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py2484 self.add_field('thread_count', u.unpack_one("B"))
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch1957 park_frame_worker_threads(fctx, thread_count);
1968 for (i = 0; i < thread_count; i++) {
12327 + avctx->thread_count + (avctx->extra_hw_frames > 0 ? avctx->extra_hw_frames : 6);
12330 + avctx->thread_count, avctx->extra_hw_frames);