Lines Matching defs:Function
113 /* Trace verbosity level 2 [Function tracing and memory allocation] */
327 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \
331 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \
350 * Function entry tracing
358 #define ACPI_TRACE_ENTRY(Name, Function, Type, Param) \
360 Function (ACPI_DEBUG_PARAMETERS, (Type) (Param))
382 * Function exit tracing
404 #define ACPI_TRACE_EXIT(Function, Type, Param) \
407 Function (ACPI_DEBUG_PARAMETERS, _Param); \
413 #define ACPI_TRACE_EXIT(Function, Type, Param) \
415 Function (ACPI_DEBUG_PARAMETERS, (Type) (Param)); \