Searched refs:watch_fd (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/samples/watch_queue/ |
H A D | watch_test.c | 32 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()
|
/kernel/linux/linux-6.6/samples/watch_queue/ |
H A D | watch_test.c | 32 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()
|
/kernel/linux/linux-5.10/security/keys/ |
H A D | internal.h | 362 static inline long keyctl_watch_key(key_serial_t key_id, int watch_fd, int watch_id) in keyctl_watch_key() argument
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | internal.h | 360 static inline long keyctl_watch_key(key_serial_t key_id, int watch_fd, int watch_id) in keyctl_watch_key() argument
|
Completed in 3 milliseconds