Home
last modified time | relevance | path

Searched refs:k_fifo_is_empty (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/tests/kernel/fifo/fifo_api/src/
Dtest_fifo_contexts.c72 zassert_false(k_fifo_is_empty((struct k_fifo *)p)); in tIsr_entry_put()
78 zassert_true(k_fifo_is_empty((struct k_fifo *)p)); in tIsr_entry_get()
121 zassert_false(k_fifo_is_empty(pfifo)); in tfifo_is_empty()
125 zassert_true(k_fifo_is_empty(pfifo)); in tfifo_is_empty()
183 zassert_true(k_fifo_is_empty(&fifo)); in ZTEST()
/Zephyr-latest/tests/kernel/fifo/fifo_usage/src/
Dmain.c67 zassert_false(k_fifo_is_empty((struct k_fifo *)p)); in tIsr_entry_put()
80 zassert_true(k_fifo_is_empty((struct k_fifo *)p)); in tIsr_entry_get()
/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_msg.c68 while (!k_fifo_is_empty(&role->pending)) { in proxy_sar_timeout()
270 if (!k_fifo_is_empty(&role->pending)) { in proxy_msg_send_pending()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp.c247 if (!k_fifo_is_empty(&zst->fifo)) { in smp_rx_remove_invalid()
/Zephyr-latest/drivers/usb/uvb/
Duvb.c315 if (!k_fifo_is_empty(&uvb_queue)) { in uvb_work_handler()
/Zephyr-latest/drivers/video/
Dvideo_sw_generator.c222 } while (!k_fifo_is_empty(&data->fifo_in)); in video_sw_generator_flush()
Dvideo_mcux_csi.c245 } while (!k_fifo_is_empty(&data->fifo_in)); in video_mcux_csi_flush()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c499 if (k_fifo_is_empty(&data_queue)) { in le_data_ready()
616 if (k_fifo_is_empty(&iso_data_queue)) { in le_iso_data_ready()
/Zephyr-latest/subsys/net/l2/ethernet/
Darp.c51 while (!k_fifo_is_empty(&entry->pending_queue)) { in arp_entry_cleanup()
679 while (!k_fifo_is_empty(&entry->pending_queue)) { in net_arp_update()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c115 if (k_fifo_is_empty(&l2cap_recv_fifo)) { in l2cap_recv()
/Zephyr-latest/drivers/usb/udc/
Dudc_common.c146 for (struct net_buf *n = buf; !k_fifo_is_empty(&ep_cfg->fifo); n = n->frags) { in udc_buf_get_all()
639 if (k_fifo_is_empty(&cfg->fifo)) { in udc_ep_dequeue()
Dudc_nrf.c510 if (ep_cfg->stat.enabled && !k_fifo_is_empty(&ep_cfg->fifo)) { in udc_sof_check_iso_out()
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_socket_offload.c518 if (!k_fifo_is_empty(&socket->fifo)) { in eswifi_socket_poll()
/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_rndis.c406 if (!k_fifo_is_empty(&rndis_tx_queue)) { in rndis_queue_rsp()
/Zephyr-latest/subsys/net/lib/ptp/
Dport.c397 while (!k_fifo_is_empty(&foreign->messages)) { in foreign_clock_cleanup()
430 while (!k_fifo_is_empty(&foreign->messages)) { in port_clear_foreign_clock_records()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_nrfx.c1295 if (!k_fifo_is_empty(&usbd_evt_fifo)) { in usb_dc_attach()
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c503 return k_fifo_is_empty(&free_tx); in dont_have_tx_context()
887 return k_fifo_is_empty(&fragments.free); in dont_have_viewbufs()
Datt.c460 __ASSERT_NO_MSG(k_fifo_is_empty(fifo)); in get_first_buf_matching_chan()
466 __ASSERT_NO_MSG(k_fifo_is_empty(&skipped)); in get_first_buf_matching_chan()
Dl2cap.c758 return !k_fifo_is_empty(&lechan->tx_queue); in chan_has_data()
Diso.c721 return !k_fifo_is_empty(&conn->iso.txq); in iso_has_data()
Dhci_core.c4708 if (!k_fifo_is_empty(&bt_dev.cmd_tx_queue)) { in process_pending_cmd()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br.c369 return !k_fifo_is_empty(&br_chan->_pdu_tx_queue); in chan_has_data()
/Zephyr-latest/include/zephyr/
Dkernel.h2677 #define k_fifo_is_empty(fifo) \ macro
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c908 if (k_fifo_is_empty(&ctx->recv_q)) { in zsock_wait_data()