Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dwatch_queue.h85 extern void init_watch(struct watch *, struct watch_queue *);
/Linux-v6.6/Documentation/translations/zh_CN/core-api/
Dwatch_queue.rst159 * ``void init_watch(struct watch *watch, struct watch_queue *wqueue);``
/Linux-v6.6/kernel/
Dwatch_queue.c446 void init_watch(struct watch *watch, struct watch_queue *wqueue) in init_watch() function
/Linux-v6.6/Documentation/core-api/
Dwatch_queue.rst173 * ``void init_watch(struct watch *watch, struct watch_queue *wqueue);``
/Linux-v6.6/security/keys/
Dkeyctl.c1809 init_watch(watch, wqueue); in keyctl_watch_key()