Home
last modified time | relevance | path

Searched refs:PIPE_BUF_FLAG_LOSS (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dpipe_fs_i.h14 #define PIPE_BUF_FLAG_LOSS 0x40 /* Message loss happened after this buffer */ macro
/linux-6.15/kernel/
H A Dwatch_queue.c150 buf->flags |= PIPE_BUF_FLAG_LOSS; in post_one_notification()
/linux-6.15/fs/
H A Dpipe.c253 if (buf->flags & PIPE_BUF_FLAG_LOSS) in pipe_update_tail()