Home
last modified time | relevance | path

Searched refs:eventfd_create_file (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Deventfd.h41 int eventfd_create_file(struct thread *td, struct file *fp, uint32_t initval,
/f-stack/freebsd/kern/
H A Dsys_eventfd.c111 eventfd_create_file(struct thread *td, struct file *fp, uint32_t initval, in eventfd_create_file() function
H A Dsys_generic.c881 error = eventfd_create_file(td, fp, ae->initval, ae->flags); in kern_specialfd()
/f-stack/lib/
H A Dff_glue.c1315 eventfd_create_file(struct thread *td, struct file *fp, uint32_t initval, in eventfd_create_file() function