Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dwatch_queue.h86 extern int add_watch_to_object(struct watch *, struct watch_list *);
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dwatch_queue.rst163 * ``int add_watch_to_object(struct watch *watch, struct watch_list *wlist);``
/openbmc/linux/kernel/
H A Dwatch_queue.c493 int add_watch_to_object(struct watch *watch, struct watch_list *wlist) in add_watch_to_object() function
511 EXPORT_SYMBOL(add_watch_to_object);
/openbmc/linux/Documentation/core-api/
H A Dwatch_queue.rst178 * ``int add_watch_to_object(struct watch *watch, struct watch_list *wlist);``
/openbmc/linux/security/keys/
H A Dkeyctl.c1823 ret = add_watch_to_object(watch, key->watchers); in keyctl_watch_key()