Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dwatch_queue.h87 extern int remove_watch_from_object(struct watch_list *, struct watch_queue *, u64, bool);
114 remove_watch_from_object(wlist, NULL, id, true); in remove_watch_list()
/linux/Documentation/translations/zh_CN/core-api/
H A Dwatch_queue.rst170 int remove_watch_from_object(struct watch_list *wlist,
178 * ``int remove_watch_from_object(struct watch_list *wlist, NULL, 0, true);``
/linux/kernel/
H A Dwatch_queue.c523 int remove_watch_from_object(struct watch_list *wlist, struct watch_queue *wq, in remove_watch_from_object() function
587 EXPORT_SYMBOL(remove_watch_from_object);
/linux/Documentation/core-api/
H A Dwatch_queue.rst186 int remove_watch_from_object(struct watch_list *wlist,
195 * ``int remove_watch_from_object(struct watch_list *wlist, NULL, 0, true);``
/linux/security/keys/
H A Dkeyctl.c1832 ret = remove_watch_from_object(key->watchers, in keyctl_watch_key()