Home
last modified time | relevance | path

Searched refs:__cleanup (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/scripts/
H A Dtest_fortify.sh29 __cleanup() { function
32 trap __cleanup EXIT
/openbmc/linux/include/linux/
H A Dcompiler-clang.h14 #undef __cleanup
15 #define __cleanup(func) __maybe_unused __attribute__((__cleanup__(func))) macro
H A Dcleanup.h40 #define __free(_name) __cleanup(__free_##_name)
86 class_##_name##_t var __cleanup(class_##_name##_destructor) = \
H A Dcompiler_attributes.h76 #define __cleanup(func) __attribute__((__cleanup__(func))) macro