Home
last modified time | relevance | path

Searched refs:WATCH_INFO_ID (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dwatch_queue.h35 #define WATCH_INFO_ID 0x0000ff00 /* ID of watchpoint */ macro
/OK3568_Linux_fs/kernel/samples/watch_queue/
H A Dwatch_test.c120 (n.n.info & WATCH_INFO_ID) >> in consumer()
/OK3568_Linux_fs/kernel/Documentation/
H A Dwatch_queue.rst79 * The watch ID (mask with WATCH_INFO_ID and shift by WATCH_INFO_ID__SHIFT).
161 shifted by WATCH_INFO_ID__SHIFT. This is OR'd into the WATCH_INFO_ID field of
/OK3568_Linux_fs/kernel/kernel/
H A Dwatch_queue.c217 n->info &= ~WATCH_INFO_ID; in __post_watch_notification()