Searched refs:remove_watch_from_object (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/include/linux/ |
| 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()
|
| /Linux-v6.1/Documentation/translations/zh_CN/core-api/ |
| D | watch_queue.rst | 170 int remove_watch_from_object(struct watch_list *wlist, 178 * ``int remove_watch_from_object(struct watch_list *wlist, NULL, 0, true);``
|
| /Linux-v6.1/kernel/ |
| D | watch_queue.c | 526 int remove_watch_from_object(struct watch_list *wlist, struct watch_queue *wq, in remove_watch_from_object() function 590 EXPORT_SYMBOL(remove_watch_from_object);
|
| /Linux-v6.1/Documentation/core-api/ |
| 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-v6.1/security/keys/ |
| D | keyctl.c | 1827 ret = remove_watch_from_object(key->watchers, in keyctl_watch_key()
|