Searched refs:buf_contents (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dtest_meminit.c295 void *buf, *buf_contents, *saved_ptr; local
307 buf_contents = kmalloc(size, GFP_KERNEL);
308 if (!buf_contents) {
315 kfree(buf_contents);
318 memcpy(buf_contents, buf, size);
328 fail = memcmp(buf_contents, buf, size);
339 kfree(buf_contents);

Completed in 113 milliseconds