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

/linux-master/lib/
H A Dtest_meminit.c29 static int __init count_nonzero_bytes(void *ptr, size_t size) function
80 if (count_nonzero_bytes(buf, size))
118 if (count_nonzero_bytes(buf, size))
142 if (count_nonzero_bytes(buf, size))
193 bytes = count_nonzero_bytes(buf, size);
360 bytes = count_nonzero_bytes(objects[i], size);

Completed in 150 milliseconds