Searched refs:kern_timerfd_create (Results 1 – 3 of 3) sorted by relevance
426 kern_timerfd_create(struct thread *td, int clockid, int flags) in kern_timerfd_create() function572 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()
378 int kern_timerfd_create(struct thread *td, int clockid, int flags);