Searched refs:count_nonzero_bytes (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_meminit.c | 29 static int __init count_nonzero_bytes(void *ptr, size_t size) in count_nonzero_bytes() function 76 if (count_nonzero_bytes(buf, size)) in do_alloc_pages_order() 107 if (count_nonzero_bytes(buf, size)) in do_kmalloc_size() 124 if (count_nonzero_bytes(buf, size)) in do_vmalloc_size() 172 bytes = count_nonzero_bytes(buf, size); in check_buf() 331 bytes = count_nonzero_bytes(objects[i], size); in do_kmem_cache_size_bulk()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_meminit.c | 29 static int __init count_nonzero_bytes(void *ptr, size_t size) in count_nonzero_bytes() function 80 if (count_nonzero_bytes(buf, size)) in do_alloc_pages_order() 118 if (count_nonzero_bytes(buf, size)) in do_kmalloc_size() 142 if (count_nonzero_bytes(buf, size)) in do_vmalloc_size() 193 bytes = count_nonzero_bytes(buf, size); in check_buf() 360 bytes = count_nonzero_bytes(objects[i], size); in do_kmem_cache_size_bulk()
|
Completed in 4 milliseconds