Searched refs:total (Results 1 – 15 of 15) sorted by relevance
| /ThreadX-v6.2.1/utility/benchmarks/thread_metric/ |
| D | tm_preemptive_scheduling_test.c | 217 unsigned long total; in tm_preemptive_thread_report() local 242 …total = tm_preemptive_thread_0_counter + tm_preemptive_thread_1_counter + tm_preemptive_thread_2_… in tm_preemptive_thread_report() 246 average = total/5; in tm_preemptive_thread_report() 265 printf("Time Period Total: %lu\n\n", total - last_total); in tm_preemptive_thread_report() 268 last_total = total; in tm_preemptive_thread_report()
|
| D | tm_cooperative_scheduling_test.c | 192 unsigned long total; in tm_cooperative_thread_report() local 216 …total = tm_cooperative_thread_0_counter + tm_cooperative_thread_1_counter + tm_cooperative_thread… in tm_cooperative_thread_report() 220 average = total/5; in tm_cooperative_thread_report() 246 printf("Time Period Total: %lu\n\n", total - last_total); in tm_cooperative_thread_report() 249 last_total = total; in tm_cooperative_thread_report()
|
| D | tm_interrupt_processing_test.c | 162 unsigned long total; in tm_interrupt_thread_report() local 187 total = tm_interrupt_thread_0_counter + tm_interrupt_handler_counter; in tm_interrupt_thread_report() 190 average = total/2; in tm_interrupt_thread_report()
|
| D | tm_interrupt_preemption_processing_test.c | 165 unsigned long total; in tm_interrupt_preemption_thread_report() local 190 …total = tm_interrupt_preemption_thread_0_counter + tm_interrupt_preemption_thread_1_counter + tm_… in tm_interrupt_preemption_thread_report() 193 average = total/3; in tm_interrupt_preemption_thread_report()
|
| D | thread_metric_readme.txt | 8 of an RTOS. The test measures the total number of RTOS events
|
| /ThreadX-v6.2.1/ports/arc_em/metaware/example_build/sample_threadx/ |
| D | sample_threadx.cmd | 12 IVT_SIZE_ITEMS = (NUMBER_OF_EXCEPTIONS + NUMBER_OF_INTERRUPTS);//the total IVT size (in "items")
|
| /ThreadX-v6.2.1/ports/arc_hs/metaware/example_build/sample_threadx/ |
| D | sample_threadx.cmd | 12 IVT_SIZE_ITEMS = (NUMBER_OF_EXCEPTIONS + NUMBER_OF_INTERRUPTS);//the total IVT size (in "items")
|
| /ThreadX-v6.2.1/ports_smp/mips32_interaptiv_smp/gnu/example_build/ |
| D | start.S | 374 la $8, _tx_thread_smp_detected_cores # Build address of total number of cores detected 375 addiu $9, r19_more_cores, 1 # Calculate the total cores 379 addiu $9, r20_more_vpes, 1 # Caculate the total vpes per core
|
| /ThreadX-v6.2.1/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/ |
| D | sample_threadx.cmd | 12 IVT_SIZE_ITEMS = (NUMBER_OF_EXCEPTIONS + NUMBER_OF_INTERRUPTS);//the total IVT size (in "items")
|
| /ThreadX-v6.2.1/ports_smp/mips32_interaptiv_smp/green/example_build/ |
| D | init_caches2.mip | 64 // IS = 2 there are 256 sets per way 1024 total 65 // IS = 3 there are 512 sets per way 2048 total 100 // DS = 2 there are 256 sets per way 1024 total 101 // DS = 3 there are 512 sets per way 2048 total 174 mul a3, a3, a1 // Get total number of sets (sets per way * number of ways) 212 mul a3, a3, a1 // Compute total number of sets
|
| D | init_L23caches.mip | 145 mul a0, a0, a1 // Get total number of sets 184 mul a0, a0, a1 // Compute total number of sets
|
| D | start.mip | 374 la $8, _tx_thread_smp_detected_cores # Build address of total number of cores detected 375 addiu $9, r19_more_cores, 1 # Calculate the total cores 379 addiu $9, r20_more_vpes, 1 # Caculate the total vpes per core
|
| /ThreadX-v6.2.1/ports_module/cortex_m33/ac6/example_build/ |
| D | ARMCM33_DSP_FP_TZ_config.txt | 8 …ons in the Non-Secure MPU. If Security Extentions are absent, this is the total number of MPU regi…
|
| /ThreadX-v6.2.1/ports/cortex_m33/ac6/example_build/ |
| D | ARMCM33_DSP_FP_TZ_config.txt | 8 …ons in the Non-Secure MPU. If Security Extentions are absent, this is the total number of MPU regi…
|
| /ThreadX-v6.2.1/utility/rtos_compatibility_layers/FreeRTOS/ |
| D | readme.md | 126 The total memory size available to the adaptation layer when creating FreeRTOS kernel objects dynam…
|