Lines Matching refs:pr_info
55 pr_info("kmalloc(32) = %p\n", kmalloc(32, GFP_KERNEL)); in kmemleak_test_init()
56 pr_info("kmalloc(32) = %p\n", kmalloc(32, GFP_KERNEL)); in kmemleak_test_init()
57 pr_info("kmalloc(1024) = %p\n", kmalloc(1024, GFP_KERNEL)); in kmemleak_test_init()
58 pr_info("kmalloc(1024) = %p\n", kmalloc(1024, GFP_KERNEL)); in kmemleak_test_init()
59 pr_info("kmalloc(2048) = %p\n", kmalloc(2048, GFP_KERNEL)); in kmemleak_test_init()
60 pr_info("kmalloc(2048) = %p\n", kmalloc(2048, GFP_KERNEL)); in kmemleak_test_init()
61 pr_info("kmalloc(4096) = %p\n", kmalloc(4096, GFP_KERNEL)); in kmemleak_test_init()
62 pr_info("kmalloc(4096) = %p\n", kmalloc(4096, GFP_KERNEL)); in kmemleak_test_init()
64 pr_info("kmem_cache_alloc(files_cachep) = %p\n", in kmemleak_test_init()
66 pr_info("kmem_cache_alloc(files_cachep) = %p\n", in kmemleak_test_init()
69 pr_info("vmalloc(64) = %p\n", vmalloc(64)); in kmemleak_test_init()
70 pr_info("vmalloc(64) = %p\n", vmalloc(64)); in kmemleak_test_init()
71 pr_info("vmalloc(64) = %p\n", vmalloc(64)); in kmemleak_test_init()
72 pr_info("vmalloc(64) = %p\n", vmalloc(64)); in kmemleak_test_init()
73 pr_info("vmalloc(64) = %p\n", vmalloc(64)); in kmemleak_test_init()
81 pr_info("kzalloc(sizeof(*elem)) = %p\n", elem); in kmemleak_test_init()
90 pr_info("kmalloc(129) = %p\n", in kmemleak_test_init()