Lines Matching full:foo*
77 foo = kmalloc(count * size, GFP_KERNEL);
81 foo = kmalloc_array(count, size, GFP_KERNEL);
109 foo = krealloc(current_size + chunk_size * (count - 3), GFP_KERNEL);
113 foo = krealloc(size_add(current_size,
278 struct foo items[1];
290 struct foo items[0];
305 struct foo items[];
322 struct foo items[0];
357 struct foo items[1];
376 struct foo items[];