Home
last modified time | relevance | path

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

/include/linux/
A Dcompiler-clang.h14 #undef __cleanup
15 #define __cleanup(func) __maybe_unused __attribute__((__cleanup__(func))) macro
A Dcompiler_attributes.h76 #define __cleanup(func) __attribute__((__cleanup__(func))) macro
A Dcleanup.h213 #define __free(_name) __cleanup(__free_##_name)
290 class_##_name##_t var __cleanup(class_##_name##_destructor) = \

Completed in 24 milliseconds