Home
last modified time | relevance | path

Searched defs:method (Results 1 – 2 of 2) sorted by relevance

/kernel/trace/
Dtrace_probe.h159 #define FETCH_FUNC_NAME(method, type) fetch_##method##_##type argument
162 #define DECLARE_FETCH_FUNC(method, type) \ argument
166 #define DECLARE_BASIC_FETCH_FUNCS(method) \ argument
204 #define DEFINE_BASIC_FETCH_FUNCS(method) \ argument
216 #define ASSIGN_FETCH_FUNC(method, type) \ argument
Dtrace_probe.c80 #define CHECK_FETCH_FUNCS(method, fn) \ argument