Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dwatch_queue.h86 extern int add_watch_to_object(struct watch *, struct watch_list *);
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dwatch_queue.rst163 * ``int add_watch_to_object(struct watch *watch, struct watch_list *wlist);``
/linux-6.12.1/kernel/
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);
/linux-6.12.1/Documentation/core-api/
Dwatch_queue.rst178 * ``int add_watch_to_object(struct watch *watch, struct watch_list *wlist);``
/linux-6.12.1/security/keys/
Dkeyctl.c1823 ret = add_watch_to_object(watch, key->watchers); in keyctl_watch_key()