Searched refs:p0 (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/lib/mpsc_pbuf/src/ |
D | main.c | 665 struct test_data_var *p0; in item_alloc_preemption() local 669 p0 = (struct test_data_var *)mpsc_pbuf_alloc(&buffer, 10, K_NO_WAIT); in item_alloc_preemption() 670 zassert_true(p0); in item_alloc_preemption() 671 p0->hdr.len = 10; in item_alloc_preemption() 690 mpsc_pbuf_commit(&buffer, (union mpsc_pbuf_generic *)p0); in item_alloc_preemption() 789 struct test_data_var *p0; in overwrite_while_claimed() local 802 p0 = (struct test_data_var *)mpsc_pbuf_claim(&buffer); in overwrite_while_claimed() 803 zassert_true(p0); in overwrite_while_claimed() 804 zassert_equal(p0->hdr.len, fill_len); in overwrite_while_claimed() 806 exp_dropped_data[0] = p0->hdr.data + 1; /* next packet is dropped */ in overwrite_while_claimed() [all …]
|
/Zephyr-latest/tests/lib/p4workq/src/ |
D | main.c | 172 int p0 = 4; in ZTEST() local 188 zassert_true(add_new_item(p0), "thread should be active"); in ZTEST() 192 zassert_false(add_new_item(p0), "thread should not be active"); in ZTEST() 198 for (int pri = p0 - 1; pri >= p0 - 4; pri++) { in ZTEST()
|
/Zephyr-latest/tests/kernel/mem_heap/k_heap_api/src/ |
D | test_kheap_api.c | 92 char *p0 = k_heap_alloc(&tiny_heap, 1, K_NO_WAIT); in ZTEST() local 95 zassert_not_null(p0, "allocation failed"); in ZTEST() 98 *p0 = 0xff; in ZTEST() 99 k_heap_free(&tiny_heap, p0); in ZTEST()
|
/Zephyr-latest/tests/kernel/common/src/ |
D | irq_offload.c | 91 static void offload_thread_fn(void *p0, void *p1, void *p2) in offload_thread_fn() argument
|
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/ |
D | ghrd_10m50da.qsf | 326 set_instance_assignment -name GLOBAL_SIGNAL OFF -to q_sys_inst|mem_if_ddr3_emif_0|p0|umemphy|ureset… 327 set_instance_assignment -name GLOBAL_SIGNAL OFF -to q_sys_inst|mem_if_ddr3_emif_0|p0|umemphy|uread_… 335 …em_mem_if_ddr3_emif_0:mem_if_ddr3_emif_0|ghrd_system_mem_if_ddr3_emif_0_p0:p0|ghrd_system_mem_if_d… 336 …em_mem_if_ddr3_emif_0:mem_if_ddr3_emif_0|ghrd_system_mem_if_ddr3_emif_0_p0:p0|ghrd_system_mem_if_d… 380 set_instance_assignment -name GLOBAL_SIGNAL OFF -to ghrd_system_inst|mem_if_ddr3_emif_0|p0|umemphy|… 381 set_instance_assignment -name GLOBAL_SIGNAL OFF -to ghrd_system_inst|mem_if_ddr3_emif_0|p0|umemphy|… 382 set_instance_assignment -name GLOBAL_SIGNAL OFF -to ghrd_system_inst|mem_if_ddr3_emif_0|p0|umemphy|… 384 set_instance_assignment -name GLOBAL_SIGNAL OFF -to "dut_example_if0:if0|dut_example_if0_p0:p0|dut_… 385 … -name GLOBAL_SIGNAL OFF -to ghrd_10m50daf484c6ges_inst|mem_if_ddr3_emif_0|p0|umemphy|ureset|phy_r… 386 … -name GLOBAL_SIGNAL OFF -to ghrd_10m50daf484c6ges_inst|mem_if_ddr3_emif_0|p0|umemphy|uread_datapa… [all …]
|
/Zephyr-latest/tests/kernel/mem_slab/mslab_api/src/ |
D | test_mslab_api.c | 145 static void helper_thread(void *p0, void *p1, void *p2) in helper_thread() argument 149 ARG_UNUSED(p0); in helper_thread()
|
/Zephyr-latest/lib/os/ |
D | p4wq.c | 75 static FUNC_NORETURN void p4wq_loop(void *p0, void *p1, void *p2) in p4wq_loop() argument 79 struct k_p4wq *queue = p0; in p4wq_loop()
|
/Zephyr-latest/samples/subsys/llext/edk/app/src/ |
D | pubsub.c | 97 static void subscriber_thread_fn(void *p0, void *p1, void *p2) in subscriber_thread_fn() argument
|