Searched defs:evchan_impl_handle (Results 1 – 1 of 1) sorted by relevance
123 typedef struct evchan_impl_handle { struct124 pid_t ev_pid; /* verify descend via fork() */125 int ev_fd; /* descriptor for sev driver */126 mutex_t ev_lock; /* lock to protect this structure */127 evchan_sub_head_t ev_sub; /* anchor of subscriber list */