Searched refs:k_fifo_is_empty (Results 1 – 24 of 24) sorted by relevance
72 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()
67 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()
68 while (!k_fifo_is_empty(&role->pending)) { in proxy_sar_timeout()270 if (!k_fifo_is_empty(&role->pending)) { in proxy_msg_send_pending()
247 if (!k_fifo_is_empty(&zst->fifo)) { in smp_rx_remove_invalid()
315 if (!k_fifo_is_empty(&uvb_queue)) { in uvb_work_handler()
222 } while (!k_fifo_is_empty(&data->fifo_in)); in video_sw_generator_flush()
245 } while (!k_fifo_is_empty(&data->fifo_in)); in video_mcux_csi_flush()
499 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()
51 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()
115 if (k_fifo_is_empty(&l2cap_recv_fifo)) { in l2cap_recv()
146 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()
510 if (ep_cfg->stat.enabled && !k_fifo_is_empty(&ep_cfg->fifo)) { in udc_sof_check_iso_out()
518 if (!k_fifo_is_empty(&socket->fifo)) { in eswifi_socket_poll()
406 if (!k_fifo_is_empty(&rndis_tx_queue)) { in rndis_queue_rsp()
397 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()
1295 if (!k_fifo_is_empty(&usbd_evt_fifo)) { in usb_dc_attach()
503 return k_fifo_is_empty(&free_tx); in dont_have_tx_context()887 return k_fifo_is_empty(&fragments.free); in dont_have_viewbufs()
460 __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()
758 return !k_fifo_is_empty(&lechan->tx_queue); in chan_has_data()
721 return !k_fifo_is_empty(&conn->iso.txq); in iso_has_data()
4708 if (!k_fifo_is_empty(&bt_dev.cmd_tx_queue)) { in process_pending_cmd()
369 return !k_fifo_is_empty(&br_chan->_pdu_tx_queue); in chan_has_data()
2677 #define k_fifo_is_empty(fifo) \ macro
908 if (k_fifo_is_empty(&ctx->recv_q)) { in zsock_wait_data()