Searched defs:watch (Results 1 – 6 of 6) sorted by relevance
54 struct watch { struct59 struct watch_queue __rcu *queue; /* Queue to post events to */ argument60 struct hlist_node queue_node; /* Link in queue->watches */ argument61 struct watch_list __rcu *watch_list; argument62 struct hlist_node list_node; /* Link in watch_list->watchers */ argument63 const struct cred *cred; /* Creds of the owner of the watch */ argument64 void *private; /* Private data for the watched object */ argument75 void (*release_watch)(struct watch *); argument95 void (*release_watch)(struct watch *)) in init_watch_list()
53 struct audit_watch *watch; /* associated watch */ member
75 struct watch_notification watch; member99 struct watch_notification watch; member
116 struct counter_watch watch; member
522 } __attribute__ ((packed)) watch; member
178 } watch; member
Completed in 16 milliseconds