HomeSort by: relevance | last modified time | path
    Searched refs:do_eventfd (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
eventfd.h 50 int do_eventfd(struct lwp *, unsigned int, int, register_t *);
  /src/sys/kern/
sys_eventfd.c 550 do_eventfd(struct lwp * const l, unsigned int const val, int const flags, function in typeref:typename:int
587 return do_eventfd(l, SCARG(uap, val), SCARG(uap, flags), retval);
  /src/sys/compat/linux/common/
linux_misc.c 1743 return do_eventfd(l, initval, nflags, retval);

Completed in 14 milliseconds