Home
last modified time | relevance | path

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

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