Home
last modified time | relevance | path

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

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