Home
last modified time | relevance | path

Searched refs:__cleanup (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/scripts/
H A Dtest_fortify.sh29 __cleanup() { function
32 trap __cleanup EXIT
/kernel/linux/linux-6.6/include/linux/
H A Dcompiler-clang.h9 * Clang prior to 17 is being silly and considers many __cleanup() variables
14 #undef __cleanup macro
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
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dlib.h224 __label__ __cleanup, __done; \
242 goto __cleanup; \
264 __cleanup: \
/kernel/linux/linux-5.10/drivers/dma/ioat/
H A Ddma.c587 * __cleanup - reclaim used descriptors
591 static void __cleanup(struct ioatdma_chan *ioat_chan, dma_addr_t phys_complete) in __cleanup() function
678 __cleanup(ioat_chan, phys_complete); in ioat_cleanup()
715 __cleanup(ioat_chan, phys_complete); in ioat_restart_channel()
789 __cleanup(ioat_chan, phys_complete); in ioat_eh()
946 __cleanup(ioat_chan, phys_complete); in ioat_timer_event()

Completed in 6 milliseconds