Home
last modified time | relevance | path

Searched refs:WATCH_META_LOSS_NOTIFICATION (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/Documentation/translations/zh_CN/core-api/
Dwatch_queue.rst49 况下,read()都会在读取缓冲区中当前的最后一条消息后,将WATCH_META_LOSS_NOTIFICATION
72 * WATCH_META_LOSS_NOTIFICATION
/Linux-v6.1/include/uapi/linux/
Dwatch_queue.h22 WATCH_META_LOSS_NOTIFICATION = 1, /* Data loss occurred */ enumerator
/Linux-v6.1/samples/watch_queue/
Dwatch_test.c123 case WATCH_META_LOSS_NOTIFICATION: in consumer()
/Linux-v6.1/Documentation/core-api/
Dwatch_queue.rst42 will insert a WATCH_META_LOSS_NOTIFICATION message into the output buffer after
68 * WATCH_META_LOSS_NOTIFICATION
/Linux-v6.1/fs/
Dpipe.c272 n.subtype = WATCH_META_LOSS_NOTIFICATION; in pipe_read()