Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 2 of 2) sorted by relevance

/kernel/
A Dpipe.c17 static inline bool pipe_closed(struct k_pipe *pipe) in pipe_closed()
22 static inline bool pipe_resetting(struct k_pipe *pipe) in pipe_resetting()
27 static inline bool pipe_full(struct k_pipe *pipe) in pipe_full()
32 static inline bool pipe_empty(struct k_pipe *pipe) in pipe_empty()
37 static int wait_for(_wait_q_t *waitq, struct k_pipe *pipe, k_spinlock_key_t *key, in wait_for()
67 void z_impl_k_pipe_init(struct k_pipe *pipe, uint8_t *buffer, size_t buffer_size) in z_impl_k_pipe_init()
93 static size_t copy_to_pending_readers(struct k_pipe *pipe, bool *need_resched, in copy_to_pending_readers()
273 void z_impl_k_pipe_reset(struct k_pipe *pipe) in z_impl_k_pipe_reset()
287 void z_impl_k_pipe_close(struct k_pipe *pipe) in z_impl_k_pipe_close()
326 void z_vrfy_k_pipe_reset(struct k_pipe *pipe) in z_vrfy_k_pipe_reset()
[all …]
A Dpipes.c63 int z_impl_k_pipe_alloc_init(struct k_pipe *pipe, size_t size) in z_impl_k_pipe_alloc_init()
108 static inline bool handle_poll_events(struct k_pipe *pipe) in handle_poll_events()
118 void z_impl_k_pipe_flush(struct k_pipe *pipe) in z_impl_k_pipe_flush()
133 void z_vrfy_k_pipe_flush(struct k_pipe *pipe) in z_vrfy_k_pipe_flush()
142 void z_impl_k_pipe_buffer_flush(struct k_pipe *pipe) in z_impl_k_pipe_buffer_flush()
161 void z_vrfy_k_pipe_buffer_flush(struct k_pipe *pipe) in z_vrfy_k_pipe_buffer_flush()
169 int k_pipe_cleanup(struct k_pipe *pipe) in k_pipe_cleanup()
749 size_t z_impl_k_pipe_read_avail(struct k_pipe *pipe) in z_impl_k_pipe_read_avail()
777 size_t z_vrfy_k_pipe_read_avail(struct k_pipe *pipe) in z_vrfy_k_pipe_read_avail()
786 size_t z_impl_k_pipe_write_avail(struct k_pipe *pipe) in z_impl_k_pipe_write_avail()
[all …]

Completed in 5 milliseconds