MCPcopy Create free account
hub / github.com/F-Stack/f-stack / eventfd

Class eventfd

freebsd/kern/sys_eventfd.c:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

vduse_vring_setupFunction · 0.85
rte_intr_efd_enableFunction · 0.85
dma_afu_ctx_initFunction · 0.85
memif_init_queuesFunction · 0.85
pfe_hif_initFunction · 0.85
fs_rx_queue_setupFunction · 0.85
dev_irq_registerFunction · 0.85
vdpa_enable_vfio_intrFunction · 0.85
pci_vfio_enable_notifierFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected