Searched refs:K_PIPE_FLAG_ALLOC (Results 1 – 2 of 2) sorted by relevance
74 pipe->flags = K_PIPE_FLAG_ALLOC; in z_impl_k_pipe_alloc_init()184 if ((pipe->flags & K_PIPE_FLAG_ALLOC) != 0U) { in k_pipe_cleanup()197 pipe->flags &= ~K_PIPE_FLAG_ALLOC; in k_pipe_cleanup()
5036 #define K_PIPE_FLAG_ALLOC BIT(0) /** Buffer was allocated */ macro