Searched refs:ZERO_SIZE_PTR (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/ |
| H A D | test-drm_damage_helper.c | 86 .crtc = ZERO_SIZE_PTR, in igt_damage_iter_no_damage() 117 .crtc = ZERO_SIZE_PTR, in igt_damage_iter_no_damage_fractional_src() 150 .crtc = ZERO_SIZE_PTR, in igt_damage_iter_no_damage_src_moved() 182 .crtc = ZERO_SIZE_PTR, in igt_damage_iter_no_damage_fractional_src_moved() 215 .crtc = ZERO_SIZE_PTR, in igt_damage_iter_no_damage_not_visible() 267 .crtc = ZERO_SIZE_PTR, in igt_damage_iter_no_damage_no_fb() 297 .crtc = ZERO_SIZE_PTR, in igt_damage_iter_simple_damage() 333 .crtc = ZERO_SIZE_PTR, in igt_damage_iter_single_damage() 368 .crtc = ZERO_SIZE_PTR, in igt_damage_iter_single_damage_intersect_src() 404 .crtc = ZERO_SIZE_PTR, in igt_damage_iter_single_damage_outside_src() [all …]
|
| H A D | test-drm_plane_helper.c | 81 .crtc = ZERO_SIZE_PTR, in igt_check_plane_state() 95 .crtc = ZERO_SIZE_PTR, in igt_check_plane_state()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | slab.h | 131 #define ZERO_SIZE_PTR ((void *)16) macro 134 (unsigned long)ZERO_SIZE_PTR) 562 return ZERO_SIZE_PTR; in kmalloc() 580 return ZERO_SIZE_PTR; in kmalloc_node()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | slob.c | 493 return ZERO_SIZE_PTR; in __do_kmalloc_node() 576 if (unlikely(block == ZERO_SIZE_PTR)) in __ksize()
|
| H A D | slab_common.c | 656 return ZERO_SIZE_PTR; in kmalloc_slab() 1138 return ZERO_SIZE_PTR; in krealloc()
|
| H A D | slab.c | 4220 if (unlikely(objp == ZERO_SIZE_PTR)) in __ksize()
|
| H A D | slub.c | 4165 if (unlikely(object == ZERO_SIZE_PTR)) in __ksize()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | devres.c | 831 return ZERO_SIZE_PTR; in devm_kmalloc() 872 return ZERO_SIZE_PTR; in devm_krealloc()
|
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | common.c | 559 if (unlikely(object == ZERO_SIZE_PTR)) in __kasan_krealloc()
|
| /OK3568_Linux_fs/kernel/mm/kfence/ |
| H A D | kfence_test.c | 708 KUNIT_EXPECT_EQ(test, (unsigned long)buf, (unsigned long)ZERO_SIZE_PTR); in test_krealloc()
|
| /OK3568_Linux_fs/kernel/drivers/staging/netlogic/ |
| H A D | xlr_net.c | 390 return ZERO_SIZE_PTR; in xlr_config_spill()
|