Lines Matching refs:buffer
53 int *buffer)
62 alloc_sizes = buffer;
139 int *buffer;
147 buffer = vmalloc_array(2 * max_nr_alloc + 1, sizeof(int));
148 if (!buffer)
153 /* if the buffer allocated earlier is too small */
156 vfree(buffer);
202 chunk_map_stats(m, pcpu_reserved_chunk, buffer);
215 chunk_map_stats(m, chunk, buffer);
221 vfree(buffer);