Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dwatch_queue.h36 #define WATCH_INFO_ID__SHIFT 8 macro
/OK3568_Linux_fs/kernel/samples/watch_queue/
H A Dwatch_test.c121 WATCH_INFO_ID__SHIFT); 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/security/keys/
H A Dkeyctl.c1806 watch->info_id = (u32)watch_id << WATCH_INFO_ID__SHIFT; in keyctl_watch_key()