Lines Matching refs:vlabuf
1108 char *vlabuf; in ext_prop_make() local
1114 vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in ext_prop_make()
1115 if (!vlabuf) in ext_prop_make()
1118 ext_prop = vla_ptr(vlabuf, data_chunk, ext_prop); in ext_prop_make()
1119 ext_prop_type = vla_ptr(vlabuf, data_chunk, ext_prop_type); in ext_prop_make()
1130 kfree(vlabuf); in ext_prop_make()
1243 char *vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in usb_os_desc_prepare_interf_dir() local
1244 if (!vlabuf) in usb_os_desc_prepare_interf_dir()
1247 os_desc_group = vla_ptr(vlabuf, data_chunk, os_desc_group); in usb_os_desc_prepare_interf_dir()
1248 os_desc_type = vla_ptr(vlabuf, data_chunk, os_desc_type); in usb_os_desc_prepare_interf_dir()
1249 interface_type = vla_ptr(vlabuf, data_chunk, interface_type); in usb_os_desc_prepare_interf_dir()