Home
last modified time | relevance | path

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

/samples/watch_queue/
Dwatch_test.c26 #ifndef __NR_keyctl
27 #define __NR_keyctl -1 macro
34 return syscall(__NR_keyctl, KEYCTL_WATCH_KEY, key, watch_fd, watch_id); in keyctl_watch_key()