Home
last modified time | relevance | path

Searched refs:remove_watch_from_object (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/linux/
H A Dwatch_queue.h88 extern int remove_watch_from_object(struct watch_list *, struct watch_queue *, u64, bool);
115 remove_watch_from_object(wlist, NULL, id, true); in remove_watch_list()
/kernel/linux/linux-5.10/kernel/
H A Dwatch_queue.c521 * remove_watch_from_object - Remove a watch or all watches from an object.
530 int remove_watch_from_object(struct watch_list *wlist, struct watch_queue *wq, in remove_watch_from_object() function
594 EXPORT_SYMBOL(remove_watch_from_object); variable
/kernel/linux/linux-6.6/kernel/
H A Dwatch_queue.c514 * remove_watch_from_object - Remove a watch or all watches from an object.
523 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); variable
/kernel/linux/linux-5.10/security/keys/
H A Dkeyctl.c1832 ret = remove_watch_from_object(key->watchers, in keyctl_watch_key()
/kernel/linux/linux-6.6/security/keys/
H A Dkeyctl.c1832 ret = remove_watch_from_object(key->watchers, in keyctl_watch_key()

Completed in 8 milliseconds