/kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
H A D | threadtest.c | 122 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
H A D | threadtest.c | 122 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()
|
/kernel/linux/common_modules/ucollection/ |
H A D | ucollection_process_cpu.c | 40 signed int thread_count = 0; in get_process_flt() local 44 ++thread_count; in get_process_flt() 55 proc_cpu_entry->thread_total = thread_count; in get_process_flt() 176 unsigned int thread_count = 0; in read_thread_count_locked() local 179 thread_count++; in read_thread_count_locked() 181 put_user(thread_count, &count->thread_count); in read_thread_count_locked() 226 unsigned int thread_count = 0; in read_thread_info_locked() local 229 if (thread_count >= kentry->total_count) { in read_thread_info_locked() 233 get_thread_load(t, thread_count, entr in read_thread_info_locked() [all...] |
H A D | unified_collection_data.h | 37 unsigned int thread_count; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_hwdb.c | 17 .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 D | etnaviv_gpu.c | 113 *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() 973 seq_printf(m, "\t thread_count: %d\n", in etnaviv_gpu_debugfs() 974 gpu->identity.thread_count); in etnaviv_gpu_debugfs() [all...] |
H A D | etnaviv_gpu.h | 49 u32 thread_count; member
|
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | timerlat_hist.c | 62 int 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() 347 if (!data->hist[cpu].irq_count && !data->hist[cpu].thread_count) in timerlat_print_summary() 359 if (data->hist[cpu].thread_count) in timerlat_print_summary() 361 data->hist[cpu].sum_thread / data->hist[cpu].thread_count); in timerlat_print_summary() 383 if (!data->hist[cpu].irq_count && !data->hist[cpu].thread_count) in timerlat_print_summary() [all...] |
H A D | timerlat_top.c | 53 int thread_count; member 138 cpu_data->thread_count++; in timerlat_top_update() 232 if (!cpu_data->irq_count && !cpu_data->thread_count) in timerlat_top_print() 252 if (!cpu_data->thread_count) { in timerlat_top_print() 261 (cpu_data->sum_thread / cpu_data->thread_count) / divisor); in timerlat_top_print()
|
H A D | osnoise_top.c | 59 unsigned long long thread_count; member 147 tep_get_field_val(s, event, "thread_count", record, &val, 1); in osnoise_top_handler() 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()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dsmethod.c | 308 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 D | acobject.h | 157 u8 thread_count; member
|
H A D | exdump.c | 98 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.thread_count), "Thread Count"},
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | dsmethod.c | 308 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 D | acobject.h | 158 u8 thread_count; member
|
H A D | exdump.c | 98 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.thread_count), "Thread Count"},
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | dmatest.c | 1009 unsigned int thread_count = 0; in dmatest_add_channel() local 1030 thread_count += cnt > 0 ? cnt : 0; in dmatest_add_channel() 1037 thread_count += cnt > 0 ? cnt : 0; in dmatest_add_channel() 1043 thread_count += cnt > 0 ? cnt : 0; in dmatest_add_channel() 1047 thread_count += cnt > 0 ? cnt : 0; in dmatest_add_channel() 1051 thread_count, dma_chan_name(chan)); in dmatest_add_channel() 1118 unsigned int thread_count = 0; in run_pending_tests() local 1123 thread_count = 0; in run_pending_tests() 1126 thread_count++; in run_pending_tests() 1129 thread_count, dma_chan_nam in run_pending_tests() 1306 unsigned int thread_count = 0; dmatest_test_list_get() local [all...] |
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | dmatest.c | 1011 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_nam in run_pending_tests() 1308 unsigned int thread_count = 0; dmatest_test_list_get() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_hwdb.c | 17 .thread_count = 128, 48 .thread_count = 1024,
|
H A D | etnaviv_gpu.c | 117 *value = gpu->identity.thread_count; in etnaviv_gpu_get_param() 190 gpu->identity.thread_count = etnaviv_field(specs[0], in etnaviv_hw_specs() 236 if (gpu->identity.thread_count) in etnaviv_hw_specs() 237 gpu->identity.thread_count = 1 << gpu->identity.thread_count; in etnaviv_hw_specs() 239 gpu->identity.thread_count = 64; in etnaviv_hw_specs() 242 gpu->identity.thread_count = 128; in etnaviv_hw_specs() 244 gpu->identity.thread_count = 256; in etnaviv_hw_specs() 935 seq_printf(m, "\t thread_count: %d\n", in etnaviv_gpu_debugfs() 936 gpu->identity.thread_count); in etnaviv_gpu_debugfs() [all...] |
H A D | etnaviv_gpu.h | 48 u32 thread_count; member
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_entries.h | 402 __field( unsigned int, thread_count ) 412 __entry->thread_count)
|
H A D | trace_osnoise.c | 319 int thread_count; /* # threads during this sample */ member 512 entry->thread_count = sample->thread_count; in __trace_osnoise_sample() 1330 s->thread_count = osn_var->thread.count; in save_osn_sample_stats() 1346 s->thread_count = osn_var->thread.count - s->thread_count; in diff_osn_sample_stats()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | bcmsdh.c | 56 atomic_t thread_count; member 792 atomic_set(&sdiodev->freezer->thread_count, 0); in brcmf_sdiod_freezer_attach() 809 atomic_t *expect = &sdiodev->freezer->thread_count; in brcmf_sdiod_freezer_on() 849 atomic_inc(&sdiodev->freezer->thread_count); in brcmf_sdiod_freezer_count() 854 atomic_dec(&sdiodev->freezer->thread_count); in brcmf_sdiod_freezer_uncount()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | bcmsdh.c | 56 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()
|