/Zephyr-latest/tests/benchmarks/sys_kernel/src/ |
D | mwfifo.c | 54 k_fifo_put(&fifo2, element); in fifo_thread1() 82 k_fifo_put(&fifo1, element); in fifo_thread2() 115 k_fifo_put(&fifo1, element); in fifo_thread3() 171 k_fifo_put(&sync_fifo, element); in fifo_test() 203 k_fifo_put(&sync_fifo, element); in fifo_test() 232 k_fifo_put(&fifo1, more_element); in fifo_test() 234 k_fifo_put(&fifo1, more_element); in fifo_test() 251 k_fifo_put(&sync_fifo, element); in fifo_test()
|
D | lifo.c | 171 k_fifo_put(&sync_fifo, element); in lifo_test() 205 k_fifo_put(&sync_fifo, element); in lifo_test() 251 k_fifo_put(&sync_fifo, element); in lifo_test()
|
/Zephyr-latest/tests/kernel/fifo/fifo_timeout/src/ |
D | main.c | 98 k_fifo_put(&scratch_fifo_packets_fifo, packet); in put_scratch_packet() 118 k_fifo_put((struct k_fifo *)p1, get_scratch_packet()); in test_thread_put_timeout() 135 k_fifo_put(&timeout_order_fifo, d); in test_thread_pend_and_timeout() 209 k_fifo_put(&timeout_order_fifo, d); in test_thread_pend_and_get_data() 232 k_fifo_put(test_data[ii].fifo, get_scratch_packet()); in test_multiple_threads_get_data() 278 k_fifo_put(&timeout_order_fifo, reply_packet); in test_thread_timeout_reply_values() 288 k_fifo_put(&timeout_order_fifo, reply_packet); in test_thread_timeout_reply_values_wfe() 329 k_fifo_put(&fifo_timeout[0], scratch_packet); in ZTEST() 336 k_fifo_put(&fifo_timeout[0], scratch_packet); in ZTEST() 400 k_fifo_put(&fifo_timeout[0], scratch_packet); in ZTEST() [all …]
|
/Zephyr-latest/subsys/console/ |
D | getline.c | 26 k_fifo_put(&free_queue, cmd); in console_getline() 38 k_fifo_put(&free_queue, &line_bufs[i]); in console_getline_init()
|
/Zephyr-latest/tests/kernel/fifo/fifo_usage/src/ |
D | main.c | 65 k_fifo_put((struct k_fifo *)p, (void *)&data_isr[i]); in tIsr_entry_put() 96 k_fifo_put((struct k_fifo *)p1, (void *)&data2[i]); in thread_entry_fn_single() 114 k_fifo_put((struct k_fifo *)p1, (void *)&data1[i]); in thread_entry_fn_dual() 154 k_fifo_put(&fifo1, (void *)&data1[i]); in ZTEST() 194 k_fifo_put(&fifo2, (void *)&data2[i]); in ZTEST()
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp.c | 202 k_fifo_put(&smpt->fifo, nb); in smp_rx_req() 237 k_fifo_put(&temp_fifo, nb); in smp_rx_remove_invalid() 243 k_fifo_put(&zst->fifo, nb); in smp_rx_remove_invalid()
|
D | smp_lorawan.c | 155 k_fifo_put(&smp_lorawan_fifo, &empty_message); in smp_lorawan_downlink() 191 k_fifo_put(&smp_lorawan_fifo, &tx_data); in smp_lorawan_uplink()
|
D | smp_uart.c | 77 k_fifo_put(&smp_uart_rx_fifo, rx_buf); in smp_uart_rx_frag()
|
/Zephyr-latest/tests/benchmarks/sys_kernel/ |
D | README.txt | 89 k_fifo_put 100 k_fifo_put 111 k_fifo_put 113 k_fifo_put
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp.c | 138 k_fifo_put(&avail_queue, cmd); in cmd_handler() 170 k_fifo_put(&cmds_queue, CONTAINER_OF(buf, struct btp_buf, data[0])); in recv_cb() 233 k_fifo_put(&avail_queue, &cmd_buf[i]); in tester_init() 335 k_fifo_put(&avail_queue, cmd); in tester_rsp_full() 353 k_fifo_put(&avail_queue, cmd); in tester_rsp()
|
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/ |
D | main.c | 349 k_fifo_put(&tmp_queue, buf); in retx_timeout() 356 k_fifo_put(&h5.tx_queue, buf); in retx_timeout() 363 k_fifo_put(&h5.tx_queue, buf); in retx_timeout() 407 k_fifo_put(&h5.rx_queue, buf); in h5_process_complete_packet() 413 k_fifo_put(&tx_queue, buf); in h5_process_complete_packet() 570 k_fifo_put(&h5.tx_queue, buf); in h5_queue() 623 k_fifo_put(&h5.unack_queue, buf); in process_events()
|
/Zephyr-latest/subsys/net/ip/ |
D | promiscuous.c | 95 k_fifo_put(&promiscuous_queue, pkt); in net_promisc_mode_input()
|
/Zephyr-latest/tests/kernel/pending/src/ |
D | main.c | 350 k_fifo_put(&fifo, &fifo_test_data[0]); in ZTEST() 351 k_fifo_put(&fifo, &fifo_test_data[1]); in ZTEST() 352 k_fifo_put(&fifo, &fifo_test_data[2]); in ZTEST() 353 k_fifo_put(&fifo, &fifo_test_data[3]); in ZTEST()
|
/Zephyr-latest/samples/philosophers/src/ |
D | phil_obj_abstract.h | 106 k_fifo_put(x, &(((fork_obj_t *)(x))->data)); \ 114 #define drop(x) k_fifo_put(x, &(((fork_obj_t *)(x))->data))
|
/Zephyr-latest/drivers/video/ |
D | video_emul_rx.c | 173 k_fifo_put(&data->fifo_out, vbuf); in emul_rx_worker() 197 k_fifo_put(&data->fifo_in, vbuf); in emul_rx_enqueue() 246 k_fifo_put(&data->fifo_out, vbuf); in emul_rx_flush()
|
D | video_mcux_smartdma.c | 89 k_fifo_put(&data->fifo_out, data->active_buf); in nxp_video_sdma_callback() 170 k_fifo_put(&data->fifo_in, vbuf); in nxp_video_sdma_enqueue() 213 k_fifo_put(&data->fifo_out, vbuf); in nxp_video_sdma_flush()
|
D | video_sw_generator.c | 172 k_fifo_put(&data->fifo_out, vbuf); in __buffer_work() 190 k_fifo_put(&data->fifo_in, vbuf); in video_sw_generator_enqueue() 225 k_fifo_put(&data->fifo_out, vbuf); in video_sw_generator_flush()
|
D | video_mcux_csi.c | 67 k_fifo_put(&data->fifo_in, vbuf); in __frame_done_cb() 89 k_fifo_put(&data->fifo_out, vbuf); in __frame_done_cb() 254 k_fifo_put(&data->fifo_out, vbuf); in video_mcux_csi_flush() 286 k_fifo_put(&data->fifo_in, vbuf); in video_mcux_csi_enqueue()
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | usbc_stack.c | 106 k_fifo_put(&data->request_fifo, &data->request); in DT_INST_FOREACH_STATUS_OKAY() 123 k_fifo_put(&data->request_fifo, &data->request); in usbc_suspend() 138 k_fifo_put(&data->request_fifo, &data->request); in usbc_request()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | h5.c | 353 k_fifo_put(&tmp_queue, buf); in retx_timeout() 360 k_fifo_put(&h5->tx_queue, buf); in retx_timeout() 367 k_fifo_put(&h5->tx_queue, buf); in retx_timeout() 411 k_fifo_put(&h5->rx_queue, buf); in h5_process_complete_packet() 622 k_fifo_put(&h5->tx_queue, buf); in h5_queue() 664 k_fifo_put(&h5->unack_queue, buf); in tx_thread()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | adv.c | 279 k_fifo_put(&bt_mesh_friend_queue, bt_mesh_adv_ref(adv)); in bt_mesh_adv_send() 288 k_fifo_put(&bt_mesh_relay_queue, bt_mesh_adv_ref(adv)); in bt_mesh_adv_send() 293 k_fifo_put(&bt_mesh_adv_queue, bt_mesh_adv_ref(adv)); in bt_mesh_adv_send()
|
/Zephyr-latest/tests/kernel/fifo/fifo_api/src/ |
D | test_fifo_loop.c | 23 k_fifo_put(pfifo, (void *)&data[i]); in tfifo_put()
|
/Zephyr-latest/subsys/usb/device/class/ |
D | bluetooth.c | 299 k_fifo_put(&rx_queue, buf); in acl_read_cb() 376 k_fifo_put(&tx_queue, rsp); in vs_read_usb_transport_mode() 433 k_fifo_put(&rx_queue, buf); in bluetooth_class_handler()
|
/Zephyr-latest/samples/net/wpan_serial/src/ |
D | main.c | 164 k_fifo_put(&rx_queue, pkt_curr); in interrupt_handler() 196 k_fifo_put(&tx_queue, pkt); in send_data() 525 k_fifo_put(&tx_queue, pkt); in net_recv_data()
|
/Zephyr-latest/samples/basic/threads/src/ |
D | main.c | 83 k_fifo_put(&printk_fifo, mem_ptr); in blink()
|