Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dwatch_queue.rst81 * 观测ID(带有WATCH_INFO_ID掩码,并按WATCH_INFO_ID__SHIFT移位)。这表示观测的主
149 联的观测队列缓冲区时,这将与struct watch_notification::info的WATCH_INFO_ID字段进
/linux-6.3-rc2/include/uapi/linux/
A Dwatch_queue.h35 #define WATCH_INFO_ID 0x0000ff00 /* ID of watchpoint */ macro
/linux-6.3-rc2/samples/watch_queue/
A Dwatch_test.c120 (n.n.info & WATCH_INFO_ID) >> in consumer()
/linux-6.3-rc2/Documentation/core-api/
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
/linux-6.3-rc2/kernel/
A Dwatch_queue.c217 n->info &= ~WATCH_INFO_ID; in __post_watch_notification()

Completed in 9 milliseconds