Searched refs:kern_timerfd_create (Results 1 – 3 of 3) sorted by relevance
425 kern_timerfd_create(struct thread *td, int clockid, int flags) in kern_timerfd_create() function571 return (kern_timerfd_create(td, uap->clockid, uap->flags)); in sys_timerfd_create()
625 return (kern_timerfd_create(td, clockid, flags)); in linux_timerfd_create()
380 int kern_timerfd_create(struct thread *td, int clockid, int flags);