fence_get(9) increases refcount of the fence

SYNOPSIS

struct fence * fence_get(struct fence * fence);

ARGUMENTS

fence

[in] fence to increase refcount of

DESCRIPTION

Returns the same fence, with refcount increased by 1.

COPYRIGHT