Lines Matching refs:vlabuf
1391 char *vlabuf;
1397 vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL);
1398 if (!vlabuf)
1401 ext_prop = vla_ptr(vlabuf, data_chunk, ext_prop);
1402 ext_prop_type = vla_ptr(vlabuf, data_chunk, ext_prop_type);
1413 kfree(vlabuf);
1526 char *vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL);
1527 if (!vlabuf)
1530 os_desc_group = vla_ptr(vlabuf, data_chunk, os_desc_group);
1531 os_desc_type = vla_ptr(vlabuf, data_chunk, os_desc_type);
1532 interface_type = vla_ptr(vlabuf, data_chunk, interface_type);