Searched refs:release_watch (Results 1 – 3 of 3) sorted by relevance
76 void (*release_watch)(struct watch *); member96 void (*release_watch)(struct watch *)) in init_watch_list()100 wlist->release_watch = release_watch; in init_watch_list()
577 if (wlist->release_watch) { in remove_watch_from_object()578 void (*release_watch)(struct watch *); in remove_watch_from_object() local580 release_watch = wlist->release_watch; in remove_watch_from_object()582 (*release_watch)(watch); in remove_watch_from_object()625 void (*release_watch)(struct watch *); in watch_queue_clear() local637 release_watch = wlist->release_watch; in watch_queue_clear()641 if (release_watch) { in watch_queue_clear()646 (*release_watch)(watch); in watch_queue_clear()
109 void (*release_watch)(struct watch *wlist));111 Initialise a watch list. If ``release_watch`` is not NULL, then this166 is cleaned up by the ``watch_list::release_watch()`` method.