Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcleanup.h73 static inline void class_##_name##_destructor(_type *p) \
80 static inline void class_##_name##ext##_destructor(class_##_name##_t *p)\
81 { class_##_name##_destructor(p); } \
86 class_##_name##_t var __cleanup(class_##_name##_destructor) = \
140 static inline void class_##_name##_destructor(class_##_name##_t *_T) \
/openbmc/linux/drivers/md/bcache/
H A Dclosure.h357 #define closure_return_with_destructor(_cl, _destructor) \ argument
359 set_closure_fn(_cl, _destructor, NULL); \