Searched refs:__cleanup (Results 1 – 5 of 5) sorted by relevance
29 __cleanup() { function32 trap __cleanup EXIT
14 #undef __cleanup15 #define __cleanup(func) __maybe_unused __attribute__((__cleanup__(func))) macro
200 #define __free(_name) __cleanup(__free_##_name)258 class_##_name##_t var __cleanup(class_##_name##_destructor) = \
76 #define __cleanup(func) __attribute__((__cleanup__(func))) macro
3167 struct ixgbe_aci_event event __cleanup(ixgbe_aci_event_cleanup); in ixgbe_handle_fw_event()