Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dcleanup.h245 static inline void class_##_name##_destructor(_type *p) \
252 static inline void class_##_name##ext##_destructor(class_##_name##_t *p)\
253 { class_##_name##_destructor(p); } \
258 class_##_name##_t var __cleanup(class_##_name##_destructor) = \
343 static inline void class_##_name##_destructor(class_##_name##_t *_T) \
Dclosure.h414 #define closure_return_with_destructor(_cl, _destructor) \ argument
416 set_closure_fn(_cl, _destructor, NULL); \