Searched refs:_destroy_object (Results 1 – 1 of 1) sorted by relevance
| /linux/include/rdma/ |
| H A D | uverbs_types.h | 192 #define UVERBS_TYPE_ALLOC_FD_RELEASE(_obj_size, _destroy_object, \ argument 201 .destroy_object = _destroy_object, \ 206 #define UVERBS_TYPE_ALLOC_FD(_obj_size, _destroy_object, _fops, _name, _flags) \ argument 207 UVERBS_TYPE_ALLOC_FD_RELEASE(_obj_size, _destroy_object, NULL, \ 209 #define UVERBS_TYPE_ALLOC_IDR_SZ(_size, _destroy_object) \ argument 217 .destroy_object = _destroy_object,}))->type) 218 #define UVERBS_TYPE_ALLOC_IDR(_destroy_object) \ argument 220 _destroy_object)
|