Searched refs:memq_peek (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | memq.c | 117 memq_link_t *memq_peek(memq_link_t *head, memq_link_t *tail, void **mem) in memq_peek() function 147 head = memq_peek(head, tail, mem); in memq_peek_n() 173 old_head = memq_peek(*head, tail, mem); in memq_dequeue()
|
D | memq.h | 33 memq_link_t *memq_peek(memq_link_t *head, memq_link_t *tail, void **mem);
|
D | mayfly.c | 197 link = memq_peek(mft[callee_id][caller_id].head, in mayfly_run() 224 link = memq_peek(mft[callee_id][caller_id].head, in mayfly_run()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_conn.c | 512 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail, (void **)&tx); in lll_conn_pdu_tx_prep() 662 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail, in isr_rx_pdu() 785 if (memq_peek(lll->memq_tx.head, lll->memq_tx.tail, NULL)) { in empty_tx_enqueue()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_peripheral.c | 189 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail, NULL);
|
D | lll_conn.c | 882 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail, (void **)&tx); 1060 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail, 1286 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail, (void **)&tx);
|
D | lll_adv_iso.c | 270 link = memq_peek(stream->memq_tx.head, in prepare_cb_common() 579 link = memq_peek(stream->memq_tx.head, in isr_tx_common()
|
D | lll_central_iso.c | 224 link = memq_peek(cis_lll->memq_tx.head, in prepare_cb() 620 link = memq_peek(cis_lll->memq_tx.head, in isr_tx() 869 link = memq_peek(cis_lll->memq_tx.head, in isr_rx()
|
D | lll_peripheral_iso.c | 353 link = memq_peek(cis_lll->memq_tx.head, in prepare_cb()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_iso.c | 1631 link = memq_peek(memq_ull_iso_rx.head, memq_ull_iso_rx.tail, in iso_rx_demux() 1720 link = memq_peek(memq_ll_iso_rx.head, memq_ll_iso_rx.tail, (void **)&rx); in ll_iso_rx_get() 1732 link = memq_peek(memq_ll_iso_rx.head, memq_ll_iso_rx.tail, (void **)&rx); in ll_iso_rx_get()
|
D | ull.c | 975 link = memq_peek(memq_ll_rx.head, memq_ll_rx.tail, (void **)&rx); in ll_rx_get() 2552 link = memq_peek(memq_ull_rx.head, memq_ull_rx.tail, in rx_demux() 2611 link_peek = memq_peek(memq_ull_rx.head, memq_ull_rx.tail, (void **)&rx); in rx_demux_yield()
|
D | ull_conn.c | 1095 memq_peek(lll->memq_tx.head, in ull_conn_done() 2878 return (memq_peek(conn->lll.memq_tx.head, conn->lll.memq_tx.tail, NULL) == NULL);
|