Searched refs:thread_count (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/target/i386/kvm/ |
| H A D | vmsr_energy.c | 289 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 D | multifd.c | 924 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 D | k3-sec-proxy.c | 46 u16 thread_count; member 417 .thread_count = 90,
|
| /openbmc/u-boot/include/ |
| H A D | smbios.h | 169 u8 thread_count; member
|
| /openbmc/qemu/include/hw/firmware/ |
| H A D | smbios.h | 208 uint8_t thread_count; member
|
| /openbmc/qemu/tests/qtest/ |
| H A D | bios-tables-test.c | 661 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 D | smbios.c | 717 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 D | 0004-mmal_20.patch | 6112 + 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 D | smbios.py2 | 484 self.add_field('thread_count', u.unpack_one("B"))
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 1957 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);
|