1UTRACE_ENGINE_GET(9) utrace core API UTRACE_ENGINE_GET(9)
23
4
NAME
6utrace_engine_get - acquire a reference on a struct utrace_engine
7
SYNOPSIS
9void utrace_engine_get(struct utrace_engine * engine);
10
ARGUMENTS
12engine
1314
struct utrace_engine pointer
15
DESCRIPTION
17You must hold a reference on engine, and you get another.
1819
20
21
Kernel Hackers Manual 2.6. June 2019 UTRACE_ENGINE_GET(9)