Searched defs:watch (Results 1 – 5 of 5) sorted by relevance
55 struct watch { struct60 struct watch_queue __rcu *queue; /* Queue to post events to */ argument61 struct hlist_node queue_node; /* Link in queue->watches */ argument62 struct watch_list __rcu *watch_list; argument63 struct hlist_node list_node; /* Link in watch_list->watchers */ argument64 const struct cred *cred; /* Creds of the owner of the watch */ argument65 void *private; /* Private data for the watched object */ argument76 void (*release_watch)(struct watch *); argument96 void (*release_watch)(struct watch *)) in init_watch_list()
50 struct audit_watch *watch; /* associated watch */ member
75 struct watch_notification watch; member99 struct watch_notification watch; member
522 } __attribute__ ((packed)) watch; member
124 } watch; member