Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 58) sorted by relevance

123

/tests/kernel/mem_heap/k_heap_api/src/
A Dtest_kheap_api.c29 char *p = (char *)k_heap_alloc(&k_heap_test, ALLOC_SIZE_1, K_NO_WAIT); in tIsr_kheap_alloc_nowait() local
37 char *p; in thread_alloc_heap() local
54 char *p; in thread_alloc_heap_null() local
120 char *p = (char *)k_heap_alloc(&k_heap_test, ALLOC_SIZE_1, timeout); in ZTEST() local
145 char *p = (char *)k_heap_alloc(&k_heap_test, ALLOC_SIZE_3, timeout); in ZTEST() local
169 char *p = (char *)k_heap_alloc(&k_heap_test, ALLOC_SIZE_1, timeout); in ZTEST() local
351 char *p, *p2, *p3; in ZTEST() local
413 char *p, *p2; in ZTEST() local
436 char *p, *p2; in ZTEST() local
460 void *p; in ZTEST() local
[all …]
/tests/bluetooth/controller/common/src/
A Dhelper_pdu.c137 struct pdu_data_llctrl_enc_req *p = param; in helper_pdu_encode_enc_req() local
151 struct pdu_data_llctrl_enc_rsp *p = param; in helper_pdu_encode_enc_rsp() local
218 struct pdu_data_llctrl_phy_req *p = param; in helper_pdu_encode_phy_req() local
230 struct pdu_data_llctrl_phy_rsp *p = param; in helper_pdu_encode_phy_rsp() local
383 struct pdu_data_llctrl_cte_req *p = param; in helper_pdu_encode_cte_req() local
414 struct pdu_data_llctrl_cis_req *p = param; in helper_pdu_encode_cis_req() local
446 struct pdu_data_llctrl_cis_rsp *p = param; in helper_pdu_encode_cis_rsp() local
459 struct pdu_data_llctrl_cis_ind *p = param; in helper_pdu_encode_cis_ind() local
810 struct node_rx_pu *p = param; in helper_node_verify_phy_update() local
821 struct node_rx_sca *p = param; in helper_node_verify_peer_sca_update() local
[all …]
/tests/kernel/pipe/deprecated/pipe_api/src/
A Dtest_pipe_fail.c17 static void put_fail(struct k_pipe *p) in put_fail()
55 struct k_pipe *p = k_object_alloc(K_OBJ_PIPE); in ZTEST_USER() local
68 static void get_fail(struct k_pipe *p) in get_fail()
108 struct k_pipe *p = k_object_alloc(K_OBJ_PIPE); in ZTEST_USER() local
166 struct k_pipe *p = k_object_alloc(K_OBJ_PIPE); in ZTEST_USER() local
190 struct k_pipe *p = k_object_alloc(K_OBJ_PIPE); in ZTEST_USER() local
234 struct k_pipe *p = k_object_alloc(K_OBJ_PIPE); in ZTEST_USER() local
258 struct k_pipe *p = k_object_alloc(K_OBJ_PIPE); in ZTEST_USER() local
/tests/bluetooth/tester/src/btp/
A Dbttester.h19 uint8_t *p = addr + (bit / 8U); in tester_set_bit() local
26 const uint8_t *p = addr + (bit / 8U); in tester_test_bit() local
/tests/kernel/mem_slab/mslab/src/
A Dmain.c126 void test_slab_get_all_blocks(void **p) in test_slab_get_all_blocks()
168 void test_slab_free_all_blocks(void **p) in test_slab_free_all_blocks()
/tests/subsys/logging/log_custom_header/src/
A Dlog_custom_header.c26 char **p = ctx; in cbprintf_callback() local
36 uint8_t *p = log_msg_get_package(&msg->log, &len); in backend_process() local
/tests/lib/heap_align/src/
A Dmain.c51 void *p, *q, *r, *s; in check_heap_align() local
92 void *p, *q; in ZTEST() local
/tests/benchmarks/app_kernel/src/
A Dmemmap_b.c21 void *p; in memorymap_test() local
/tests/lib/heap/src/
A Dmain.c68 static size_t fill_token(void *p, size_t sz) in fill_token()
80 static void fill_block(void *p, size_t sz) in fill_block()
100 static void check_fill(void *p) in check_fill()
142 void testfree(void *arg, void *p) in testfree()
272 void realloc_fill_block(uint8_t *p, size_t sz) in realloc_fill_block()
/tests/bluetooth/bt_crypto_ccm/src/
A Dtest_bt_crypto_ccm.c27 struct test_data *p = input_packets[i]; in ZTEST() local
/tests/kernel/fifo/fifo_api/src/
A Dtest_fifo_contexts.c69 static void tIsr_entry_put(const void *p) in tIsr_entry_put()
75 static void tIsr_entry_get(const void *p) in tIsr_entry_get()
115 static void tfifo_is_empty(void *p) in tfifo_is_empty()
A Dtest_fifo_loop.c40 static void tIsr_entry(const void *p) in tIsr_entry()
/tests/kernel/lifo/lifo_api/src/
A Dtest_lifo_contexts.c42 static void tIsr_entry_put(const void *p) in tIsr_entry_put()
47 static void tIsr_entry_get(const void *p) in tIsr_entry_get()
A Dtest_lifo_loop.c40 static void tIsr_entry(const void *p) in tIsr_entry()
/tests/posix/semaphores/src/
A Dmain.c118 static void *nsem_open_func(void *p) in nsem_open_func()
132 static void *nsem_close_func(void *p) in nsem_close_func()
/tests/subsys/mgmt/mcumgr/smp_reassembly/src/
A Dmain.c108 void *p; in ZTEST() local
187 void *p; in ZTEST() local
/tests/subsys/logging/log_backend_init/src/
A Dmain.c30 char **p = ctx; in cbprintf_callback() local
45 uint8_t *p = log_msg_get_package(&msg->log, &len); in backend_process() local
/tests/kernel/fifo/fifo_usage/src/
A Dmain.c59 static void tIsr_entry_put(const void *p) in tIsr_entry_put()
70 static void tIsr_entry_get(const void *p) in tIsr_entry_get()
/tests/subsys/logging/dictionary/src/
A Dmain.c35 void *p = s; in main() local
/tests/kernel/stack/stack/src/
A Dmain.c76 static void tIsr_entry_push(const void *p) in tIsr_entry_push()
86 static void tIsr_entry_pop(const void *p) in tIsr_entry_pop()
A Dtest_stack_contexts.c49 static void tIsr_entry_push(const void *p) in tIsr_entry_push()
54 static void tIsr_entry_pop(const void *p) in tIsr_entry_pop()
/tests/unit/rbtree/
A Dmain.c31 unsigned int *p = &node_mask[node / 32]; in set_node_mask() local
40 unsigned int *p = &node_mask[node / 32]; in get_node_mask() local
/tests/benchmarks/footprints/src/
A Dsystem_thread.c22 void test_thread_entry(void *p, void *p1, void *p2) in test_thread_entry()
/tests/subsys/mgmt/mcumgr/cb_notifications/src/
A Dmain.c81 static void destroy_callbacks(void *p) in destroy_callbacks()
235 static void cleanup_test(void *p) in cleanup_test()
/tests/kernel/queue/src/
A Dtest_queue_loop.c68 static void tIsr_entry(const void *p) in tIsr_entry()

Completed in 115 milliseconds

123