HomeSort by: relevance | last modified time | path
    Searched defs:eventfd (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
sys_eventfd.c 36 * eventfd
38 * Eventfd objects present a simple counting object associated with a
44 * This implementation is API compatible with the Linux eventfd(2)
51 #include <sys/eventfd.h>
63 struct eventfd { struct
87 * Create an eventfd object.
89 static struct eventfd *
92 struct eventfd * const efd = kmem_zalloc(sizeof(*efd), KM_SLEEP);
111 * Destroy an eventfd object.
114 eventfd_destroy(struct eventfd * const efd
    [all...]
  /src/crypto/external/apache2/openssl/dist/engines/
e_afalg.c 113 static ossl_inline int eventfd(int n) function
207 aio->efd = eventfd(0);
209 ALG_PERR("%s(%d): Failed to get eventfd : ", __FILE__,
232 aio->efd = eventfd(0);
234 ALG_PERR("%s(%d): Failed to get eventfd : ", __FILE__, __LINE__);
322 ALG_WARN("%s(%d): eventfd read %d bytes, eval = %lu\n", __FILE__,
  /src/crypto/external/bsd/openssl/dist/engines/
e_afalg.c 112 static ossl_inline int eventfd(int n) function
207 aio->efd = eventfd(0);
209 ALG_PERR("%s(%d): Failed to get eventfd : ", __FILE__,
232 aio->efd = eventfd(0);
234 ALG_PERR("%s(%d): Failed to get eventfd : ", __FILE__, __LINE__);
322 ALG_WARN("%s(%d): eventfd read %d bytes, eval = %lu\n", __FILE__,
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_afalg.c 109 static ossl_inline int eventfd(int n) function
159 aio->efd = eventfd(0);
161 ALG_PERR("%s(%d): Failed to get eventfd : ", __FILE__,
184 aio->efd = eventfd(0);
186 ALG_PERR("%s(%d): Failed to get eventfd : ", __FILE__, __LINE__);
274 ALG_WARN("%s(%d): eventfd read %d bytes, eval = %lu\n", __FILE__,

Completed in 27 milliseconds