Searched refs:k_fifo_get (Results 1 – 4 of 4) sorted by relevance
374 #define k_fifo_get(fifo, timeout) k_queue_get((struct k_queue *)fifo, timeout) macro
494 buf = k_fifo_get(fifo, timeout); in net_buf_get_debug()503 frag->frags = k_fifo_get(fifo, K_NO_WAIT); in net_buf_get_debug()
1312 struct bt_conn_tx *tx = k_fifo_get(&free_tx, K_NO_WAIT); in conn_tx_alloc()1321 return k_fifo_get(&free_tx, K_FOREVER); in conn_tx_alloc()
2420 while ((buf = k_fifo_get(&att->prep_queue, K_NO_WAIT))) { in att_reset()2425 while ((buf = k_fifo_get(&att->tx_queue, K_NO_WAIT))) { in att_reset()
Completed in 15 milliseconds