Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcleanup.h15 #define CLEANUP_NAME(_n, _s) __CONCAT(__CONCAT(cleanup_, _n), _s) macro
20 CLEANUP_NAME(_n, _t) _x __cleanup(CLEANUP_NAME(_n, _destroy)) = \
21 CLEANUP_NAME(_n, _create)
29 typedef _dt CLEANUP_NAME(_n, _t); \
32 CLEANUP_NAME(_n, _create)( _dt _T) \
41 CLEANUP_NAME(_n, _destroy)(_dt *t) \
74 static inline CLEANUP_NAME(_n, _t) \
75 CLEANUP_NAME(_n, _create)(void) \
77 CLEANUP_NAME(_n, _t) _tmp; \
78 CLEANUP_NAME(_n, _t) *_T __maybe_unused; \
[all …]