Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcleanup.h282 static __always_inline void class_##_name##_destructor(_type *p) \
292 static __always_inline void class_##_name##ext##_destructor(class_##_name##_t *p) \
293 { class_##_name##_destructor(p); } \
299 class_##_name##_t var __cleanup(class_##_name##_destructor) = \
303 class_##_name##_t _var __cleanup(class_##_name##_destructor) = (_init_expr)
488 static __always_inline void class_##_name##_destructor(class_##_name##_t *_T) \
517 static inline void class_##_name##_destructor(class_##_name##_t *_T) _unlock;
H A Dclosure.h414 #define closure_return_with_destructor(_cl, _destructor) \ argument
416 set_closure_fn(_cl, _destructor, NULL); \