Home
last modified time | relevance | path

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

/linux-6.15/lib/test_fortify/
H A Dtest_fortify.sh29 __cleanup() { function
32 trap __cleanup EXIT
/linux-6.15/include/linux/
H A Dcompiler-clang.h14 #undef __cleanup
15 #define __cleanup(func) __maybe_unused __attribute__((__cleanup__(func))) macro
H A Dcleanup.h200 #define __free(_name) __cleanup(__free_##_name)
258 class_##_name##_t var __cleanup(class_##_name##_destructor) = \
H A Dcompiler_attributes.h76 #define __cleanup(func) __attribute__((__cleanup__(func))) macro
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c3167 struct ixgbe_aci_event event __cleanup(ixgbe_aci_event_cleanup); in ixgbe_handle_fw_event()