Searched refs:__cleanup (Results 1 – 8 of 8) sorted by relevance
14 #undef __cleanup15 #define __cleanup(func) __maybe_unused __attribute__((__cleanup__(func))) macro
76 #define __cleanup(func) __attribute__((__cleanup__(func))) macro
749 for (const auto uptr __cleanup(__scoped_user_##mode##_access_end) = \
123 #undef __cleanup124 #define __cleanup(func) __maybe_unused __attribute__((__cleanup__(func))) macro146 int __cleanup(unindent) __dummy_##__COUNTER__; \
3154 *__UNIQUE_ID(unlock1) __cleanup(__class_##_name##_cleanup_ctx1) = (void *)(_T1),\3155 *__UNIQUE_ID(unlock2) __cleanup(__class_##_name##_cleanup_ctx2) = (void *)(_T2)
2821 struct pinned_mountpoint mp __cleanup(unlock_mount) = {}; \2825 struct pinned_mountpoint mp __cleanup(unlock_mount) = {}; \2828 struct pinned_mountpoint mp __cleanup(unlock_mount) = {}; \
119 char *buf __cleanup(kfree) = kmalloc(SZ_4K, GFP_NOWAIT); in fast_req_dump()
3334 struct ixgbe_aci_event event __cleanup(ixgbe_aci_event_cleanup); in ixgbe_handle_fw_event()