Lines Matching defs:func
13 #define SYS_PORT_TRACING_FUNC(type, func, ...) do { } while (false) argument
14 #define SYS_PORT_TRACING_FUNC_ENTER(type, func, ...) do { } while (false) argument
15 #define SYS_PORT_TRACING_FUNC_BLOCKING(type, func, ...) do { } while (false) argument
16 #define SYS_PORT_TRACING_FUNC_EXIT(type, func, ...) do { } while (false) argument
18 #define SYS_PORT_TRACING_OBJ_FUNC(obj_type, func, obj, ...) do { } while (false) argument
19 #define SYS_PORT_TRACING_OBJ_FUNC_ENTER(obj_type, func, obj, ...) do { } while (false) argument
20 #define SYS_PORT_TRACING_OBJ_FUNC_BLOCKING(obj_type, func, obj, ...) do { } while (false) argument
21 #define SYS_PORT_TRACING_OBJ_FUNC_EXIT(obj_type, func, obj, ...) do { } while (false) argument
42 #define _SYS_PORT_TRACING_FUNC(name, func) \ argument
44 #define _SYS_PORT_TRACING_FUNC_ENTER(name, func) \ argument
46 #define _SYS_PORT_TRACING_FUNC_BLOCKING(name, func) \ argument
48 #define _SYS_PORT_TRACING_FUNC_EXIT(name, func) \ argument
52 #define _SYS_PORT_TRACING_OBJ_FUNC(name, func) \ argument
54 #define _SYS_PORT_TRACING_OBJ_FUNC_ENTER(name, func) \ argument
56 #define _SYS_PORT_TRACING_OBJ_FUNC_BLOCKING(name, func) \ argument
58 #define _SYS_PORT_TRACING_OBJ_FUNC_EXIT(name, func) \ argument
67 #define _SYS_PORT_TRACKING_OBJ_FUNC(name, func) \ argument
209 #define _SYS_PORT_TRACE_WRAP(func, ...) do { func(__VA_ARGS__); } while (false) argument
210 #define _SYS_PORT_TRACE_IF_NOT_DISABLED(type, func, ...) \ argument
235 #define SYS_PORT_TRACING_FUNC(type, func, ...) \ argument
248 #define SYS_PORT_TRACING_FUNC_ENTER(type, func, ...) \ argument
260 #define SYS_PORT_TRACING_FUNC_BLOCKING(type, func, ...) \ argument
274 #define SYS_PORT_TRACING_FUNC_EXIT(type, func, ...) \ argument
301 #define SYS_PORT_TRACING_OBJ_FUNC(obj_type, func, obj, ...) \ argument
320 #define SYS_PORT_TRACING_OBJ_FUNC_ENTER(obj_type, func, obj, ...) \ argument
337 #define SYS_PORT_TRACING_OBJ_FUNC_BLOCKING(obj_type, func, obj, timeout, ...) \ argument
355 #define SYS_PORT_TRACING_OBJ_FUNC_EXIT(obj_type, func, obj, ...) \ argument