Home
last modified time | relevance | path

Searched refs:watch_id (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/samples/watch_queue/
Dwatch_test.c32 static long keyctl_watch_key(int key, int watch_fd, int watch_id) in keyctl_watch_key() argument
34 return syscall(__NR_keyctl, KEYCTL_WATCH_KEY, key, watch_fd, watch_id); in keyctl_watch_key()
/Linux-v5.15/security/keys/
Dkeyctl.c1768 long keyctl_watch_key(key_serial_t id, int watch_queue_fd, int watch_id) in keyctl_watch_key() argument
1777 if (watch_id < -1 || watch_id > 0xff) in keyctl_watch_key()
1791 if (watch_id >= 0) { in keyctl_watch_key()
1806 watch->info_id = (u32)watch_id << WATCH_INFO_ID__SHIFT; in keyctl_watch_key()
Dinternal.h353 static inline long keyctl_watch_key(key_serial_t key_id, int watch_fd, int watch_id) in keyctl_watch_key() argument