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