| 101 | }; |
| 102 | |
| 103 | struct eventfd { |
| 104 | eventfd_t efd_count; |
| 105 | uint32_t efd_flags; |
| 106 | struct selinfo efd_sel; |
| 107 | struct mtx efd_lock; |
| 108 | }; |
| 109 | |
| 110 | int |
| 111 | eventfd_create_file(struct thread *td, struct file *fp, uint32_t initval, |
no outgoing calls
no test coverage detected