Searched refs:avail_queue (Results 1 – 3 of 3) sorted by relevance
42 static K_FIFO_DEFINE(avail_queue);226 k_fifo_put(&avail_queue, cmd); in cmd_handler()251 new_buf = k_fifo_get(&avail_queue, K_NO_WAIT); in recv_cb()322 k_fifo_put(&avail_queue, &cmd_buf[i]); in tester_init()328 buf = k_fifo_get(&avail_queue, K_NO_WAIT); in tester_init()
62 static struct k_fifo *avail_queue; variable186 cmd = k_fifo_get(avail_queue, K_NO_WAIT); in attempt_read_from_stdin()
115 static struct k_fifo *avail_queue; variable468 cmd = k_fifo_get(avail_queue, K_NO_WAIT); in uart_console_isr()559 avail_queue = avail; in uart_register_input()