Lines Matching refs:vlabuf
1079 char *vlabuf;
1085 vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL);
1086 if (!vlabuf)
1089 ext_prop = vla_ptr(vlabuf, data_chunk, ext_prop);
1090 ext_prop_type = vla_ptr(vlabuf, data_chunk, ext_prop_type);
1101 kfree(vlabuf);
1214 char *vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL);
1215 if (!vlabuf)
1218 os_desc_group = vla_ptr(vlabuf, data_chunk, os_desc_group);
1219 os_desc_type = vla_ptr(vlabuf, data_chunk, os_desc_type);
1220 interface_type = vla_ptr(vlabuf, data_chunk, interface_type);