Home
last modified time | relevance | path

Searched defs:__cleanup (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/scripts/
Dtest_fortify.sh29 __cleanup() { function
/kernel/linux/linux-6.6/include/linux/
Dcompiler-clang.h15 #define __cleanup(func) __maybe_unused __attribute__((__cleanup__(func))) macro
Dcompiler_attributes.h76 #define __cleanup(func) __attribute__((__cleanup__(func))) macro
/kernel/linux/linux-5.10/drivers/dma/ioat/
Ddma.c591 static void __cleanup(struct ioatdma_chan *ioat_chan, dma_addr_t phys_complete) in __cleanup() function