Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/core-api/
H A Dwatch_queue.rst
/linux/include/uapi/linux/
H A Dwatch_queue.h36 #define WATCH_INFO_ID__SHIFT 8 macro
/linux/samples/watch_queue/
H A Dwatch_test.c121 WATCH_INFO_ID__SHIFT); in consumer()
/linux/Documentation/core-api/
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
/linux/security/keys/
H A Dkeyctl.c1811 watch->info_id = (u32)watch_id << WATCH_INFO_ID__SHIFT; in keyctl_watch_key()