Searched refs:remove_watch_from_object (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | watch_queue.h | 88 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 D | watch_queue.c | 521 * 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 D | watch_queue.c | 514 * 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 D | keyctl.c | 1832 ret = remove_watch_from_object(key->watchers, in keyctl_watch_key()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | keyctl.c | 1832 ret = remove_watch_from_object(key->watchers, in keyctl_watch_key()
|
Completed in 8 milliseconds