Searched refs:WATCH_INFO_ID__SHIFT (Results 1 – 5 of 5) sorted by relevance
36 #define WATCH_INFO_ID__SHIFT 8 macro
121 WATCH_INFO_ID__SHIFT); in consumer()
79 * 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
1811 watch->info_id = (u32)watch_id << WATCH_INFO_ID__SHIFT; in keyctl_watch_key()