1. NAME

eventfd_ctx_get - Acquires a reference to the internal eventfd context.

2. SYNOPSIS

struct eventfd_ctx * eventfd_ctx_get(struct eventfd_ctx *  ctx );

3. ARGUMENTS

ctx
    [in] Pointer to the eventfd context.

4. RETURNS

In case of success, returns a pointer to the eventfd context.

5. COPYRIGHT