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()174 if ((pipe->flags & K_PIPE_FLAG_ALLOC) != 0U) { in k_pipe_cleanup()187 pipe->flags &= ~K_PIPE_FLAG_ALLOC; in k_pipe_cleanup()
5022 #define K_PIPE_FLAG_ALLOC BIT(0) /** Buffer was allocated */ macro