1EVENTFD_CTX_GET(9) Events based on file descripto EVENTFD_CTX_GET(9)
23
4
NAME
6eventfd_ctx_get - Acquires a reference to the internal eventfd context.
7
SYNOPSIS
9struct eventfd_ctx * eventfd_ctx_get(struct eventfd_ctx * ctx);
10
ARGUMENTS
12ctx
13[in] Pointer to the eventfd context.
14
RETURNS
16In case of success, returns a pointer to the eventfd context.
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 EVENTFD_CTX_GET(9)