Searched refs:wait_node (Results 1 – 3 of 3) sorted by relevance
155 zassert_not_null(ctxs[2]->wait_node.next, NULL); in ZTEST()163 zassert_is_null(ctxs[2]->wait_node.next, NULL); in ZTEST()
163 sys_slist_append(&tx_buffer_wait_list, &ctx->wait_node); in llcp_tx_alloc_peek()169 sys_slist_peek_head(&tx_buffer_wait_list) == &ctx->wait_node) { in llcp_tx_alloc_peek()185 sys_slist_find_and_remove(&tx_buffer_wait_list, &ctx->wait_node); in llcp_tx_alloc_unpeek()207 sys_slist_find_and_remove(&tx_buffer_wait_list, &ctx->wait_node); in llcp_tx_alloc()
142 sys_snode_t wait_node; member