Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dwatch_queue.h86 extern int add_watch_to_object(struct watch *, struct watch_list *);
/Linux-v5.10/kernel/
Dwatch_queue.c442 int add_watch_to_object(struct watch *watch, struct watch_list *wlist) in add_watch_to_object() function
472 EXPORT_SYMBOL(add_watch_to_object);
/Linux-v5.10/Documentation/
Dwatch_queue.rst178 * ``int add_watch_to_object(struct watch *watch, struct watch_list *wlist);``
/Linux-v5.10/security/keys/
Dkeyctl.c1818 ret = add_watch_to_object(watch, key->watchers); in keyctl_watch_key()