Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/testing/selftests/timers/
H A Dthreadtest.c122 int thread_count, i; in main() local
131 thread_count = DEFAULT_THREAD_COUNT; in main()
141 thread_count = atoi(optarg); in main()
156 if (thread_count > MAX_THREADS) in main()
157 thread_count = MAX_THREADS; in main()
165 printf("Testing consistency with %i threads for %ld seconds: ", thread_count, runtime); in main()
169 for (i = 0; i < thread_count; i++) in main()
186 for (i = 0; i < thread_count; i++) in main()
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_hwdb.c17 .thread_count = 128,
49 .thread_count = 256,
80 .thread_count = 512,
112 .thread_count = 512,
144 .thread_count = 512,
175 .thread_count = 1024,
207 .thread_count = 256,
239 .thread_count = 256,
H A Detnaviv_gpu.c113 *value = gpu->identity.thread_count; in etnaviv_gpu_get_param()
198 gpu->identity.thread_count = etnaviv_field(specs[0], in etnaviv_hw_specs()
244 if (gpu->identity.thread_count) in etnaviv_hw_specs()
245 gpu->identity.thread_count = 1 << gpu->identity.thread_count; in etnaviv_hw_specs()
247 gpu->identity.thread_count = 64; in etnaviv_hw_specs()
250 gpu->identity.thread_count = 128; in etnaviv_hw_specs()
252 gpu->identity.thread_count = 256; in etnaviv_hw_specs()
966 gpu->identity.thread_count); in etnaviv_gpu_debugfs()
H A Detnaviv_gpu.h49 u32 thread_count; member
/openbmc/qemu/migration/
H A Dmultifd.c812 int thread_count, ret = 0; in multifd_send_setup() local
821 thread_count = migrate_multifd_channels(); in multifd_send_setup()
823 multifd_send_state->params = g_new0(MultiFDSendParams, thread_count); in multifd_send_setup()
829 for (i = 0; i < thread_count; i++) { in multifd_send_setup()
857 for (i = 0; i < thread_count; i++) { in multifd_send_setup()
865 for (i = 0; i < thread_count; i++) { in multifd_send_setup()
1057 int thread_count = migrate_multifd_channels(); in multifd_recv_sync_main() local
1070 for (i = 0; i < thread_count; i++) { in multifd_recv_sync_main()
1087 for (i = 0; i < thread_count; i++) { in multifd_recv_sync_main()
1103 for (i = 0; i < thread_count; i++) { in multifd_recv_sync_main()
[all …]
/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat_hist.c62 unsigned long long thread_count; member
191 data->hist[cpu].thread_count++; in timerlat_hist_update()
260 if (!data->hist[cpu].irq_count && !data->hist[cpu].thread_count) in timerlat_hist_header()
299 if (!data->hist[cpu].irq_count && !data->hist[cpu].thread_count) in timerlat_print_summary()
308 data->hist[cpu].thread_count); in timerlat_print_summary()
323 if (!data->hist[cpu].irq_count && !data->hist[cpu].thread_count) in timerlat_print_summary()
335 if (data->hist[cpu].thread_count) in timerlat_print_summary()
359 if (!data->hist[cpu].irq_count && !data->hist[cpu].thread_count) in timerlat_print_summary()
371 if (data->hist[cpu].thread_count) in timerlat_print_summary()
373 data->hist[cpu].sum_thread / data->hist[cpu].thread_count); in timerlat_print_summary()
[all …]
H A Dtimerlat_top.c53 unsigned long long thread_count; member
138 cpu_data->thread_count++; in timerlat_top_update()
234 if (!cpu_data->irq_count && !cpu_data->thread_count) in timerlat_top_print()
251 if (!cpu_data->thread_count) { in timerlat_top_print()
257 (cpu_data->sum_thread / cpu_data->thread_count) / divisor); in timerlat_top_print()
H A Dosnoise_top.c59 unsigned long long thread_count; member
148 update_sum(&cpu_data->thread_count, &val); in osnoise_top_handler()
244 trace_seq_printf(s, "%12llu\n", cpu_data->thread_count); in osnoise_top_print()
/openbmc/qemu/target/i386/kvm/
H A Dvmsr_energy.c304 unsigned int thread_count = 0; in vmsr_get_thread_ids() local
313 thread_ids = g_renew(pid_t, thread_ids, (thread_count + 1)); in vmsr_get_thread_ids()
314 thread_ids[thread_count] = tid; in vmsr_get_thread_ids()
315 thread_count++; in vmsr_get_thread_ids()
321 *num_threads = thread_count; in vmsr_get_thread_ids()
/openbmc/linux/drivers/acpi/acpica/
H A Ddsmethod.c308 if (obj_desc->method.thread_count == ACPI_UINT8_MAX) { in acpi_ds_begin_method_execution()
428 obj_desc->method.thread_count++; in acpi_ds_begin_method_execution()
726 && (method_desc->method.thread_count == 1)) { in acpi_ds_terminate_control_method()
777 if (method_desc->method.thread_count) { in acpi_ds_terminate_control_method()
778 method_desc->method.thread_count--; in acpi_ds_terminate_control_method()
785 if (method_desc->method.thread_count) { in acpi_ds_terminate_control_method()
792 method_desc->method.thread_count)); in acpi_ds_terminate_control_method()
H A Dacobject.h158 u8 thread_count; member
H A Dexdump.c98 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.thread_count), "Thread Count"},
/openbmc/linux/drivers/dma/
H A Ddmatest.c1011 unsigned int thread_count = 0; in dmatest_add_channel() local
1032 thread_count += cnt > 0 ? cnt : 0; in dmatest_add_channel()
1039 thread_count += cnt > 0 ? cnt : 0; in dmatest_add_channel()
1045 thread_count += cnt > 0 ? cnt : 0; in dmatest_add_channel()
1049 thread_count += cnt > 0 ? cnt : 0; in dmatest_add_channel()
1053 thread_count, dma_chan_name(chan)); in dmatest_add_channel()
1120 unsigned int thread_count = 0; in run_pending_tests() local
1125 thread_count = 0; in run_pending_tests()
1128 thread_count++; in run_pending_tests()
1131 thread_count, dma_chan_name(dtc->chan)); in run_pending_tests()
[all …]
/openbmc/linux/kernel/trace/
H A Dtrace_entries.h402 __field( unsigned int, thread_count )
412 __entry->thread_count)
H A Dtrace_osnoise.c330 int thread_count; /* # threads during this sample */ member
518 entry->thread_count = sample->thread_count; in __trace_osnoise_sample()
1347 s->thread_count = osn_var->thread.count; in save_osn_sample_stats()
1363 s->thread_count = osn_var->thread.count - s->thread_count; in diff_osn_sample_stats()
H A Dtrace_output.c1413 trace_seq_printf(s, " %6u", field->thread_count); in trace_osnoise_print()
1437 field->thread_count); in trace_osnoise_raw()
/openbmc/u-boot/drivers/mailbox/
H A Dk3-sec-proxy.c46 u16 thread_count; member
417 .thread_count = 90,
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c56 atomic_t thread_count; member
795 atomic_set(&sdiodev->freezer->thread_count, 0); in brcmf_sdiod_freezer_attach()
813 atomic_t *expect = &sdiodev->freezer->thread_count; in brcmf_sdiod_freezer_on()
855 atomic_inc(&sdiodev->freezer->thread_count); in brcmf_sdiod_freezer_count()
861 atomic_dec(&sdiodev->freezer->thread_count); in brcmf_sdiod_freezer_uncount()
/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.c660 uint8_t thread_count, expected_thread_count = data->smbios_thread_count; in smbios_cpu_test() local
685 thread_count = qtest_readb(data->qts, in smbios_cpu_test()
686 addr + offsetof(struct smbios_type_4, thread_count)); in smbios_cpu_test()
689 g_assert_cmpuint(thread_count, ==, expected_thread_count); in smbios_cpu_test()
/openbmc/qemu/hw/smbios/
H A Dsmbios.c716 t->thread_count = (threads_per_socket > 255) ? 0xFF : threads_per_socket; in smbios_build_type_4_table()
724 } else if (t->core_count == 0xFF || t->thread_count == 0xFF) { in smbios_build_type_4_table()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h1117 u8 thread_count; member
/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"))

12