Searched defs:__cleanup (Results 1 – 4 of 4) sorted by relevance
29 __cleanup() { function
15 #define __cleanup(func) __maybe_unused __attribute__((__cleanup__(func))) macro
76 #define __cleanup(func) __attribute__((__cleanup__(func))) macro
591 static void __cleanup(struct ioatdma_chan *ioat_chan, dma_addr_t phys_complete) in __cleanup() function