Lines Matching refs:bundle
854 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size,
857 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() argument
860 return _uverbs_alloc(bundle, size, GFP_KERNEL); in uverbs_alloc()
863 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() argument
866 return _uverbs_alloc(bundle, size, GFP_KERNEL | __GFP_ZERO); in uverbs_zalloc()
869 static inline __malloc void *uverbs_kcalloc(struct uverbs_attr_bundle *bundle, in uverbs_kcalloc() argument
876 return uverbs_zalloc(bundle, bytes); in uverbs_kcalloc()
886 int uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle,
906 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() argument
911 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() argument
924 uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle, in uverbs_copy_to_struct_or_zero() argument