Searched refs:remove_watch_from_object (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
A D | watch_queue.h | 87 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/kernel/ |
A D | watch_queue.c | 484 int remove_watch_from_object(struct watch_list *wlist, struct watch_queue *wq, in remove_watch_from_object() function 553 EXPORT_SYMBOL(remove_watch_from_object);
|
/linux/Documentation/ |
A D | watch_queue.rst | 186 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/ |
A D | keyctl.c | 1827 ret = remove_watch_from_object(key->watchers, in keyctl_watch_key()
|
Completed in 10 milliseconds