Searched refs:__post_watch_notification (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | watch_queue.h | 79 extern void __post_watch_notification(struct watch_list *, 108 __post_watch_notification(wlist, n, cred, id); in post_watch_notification()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | watch_queue.h | 80 extern void __post_watch_notification(struct watch_list *, 109 __post_watch_notification(wlist, n, cred, id); in post_watch_notification()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | watch_queue.c | 186 * __post_watch_notification - Post an event notification 198 void __post_watch_notification(struct watch_list *wlist, in __post_watch_notification() function 236 EXPORT_SYMBOL(__post_watch_notification); variable
|
/kernel/linux/linux-6.6/kernel/ |
H A D | watch_queue.c | 182 * __post_watch_notification - Post an event notification 194 void __post_watch_notification(struct watch_list *wlist, in __post_watch_notification() function 232 EXPORT_SYMBOL(__post_watch_notification); variable
|
Completed in 3 milliseconds