Home
last modified time | relevance | path

Searched refs:ZERO_SIZE_PTR (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/
H A Dtest-drm_damage_helper.c86 .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 Dtest-drm_plane_helper.c81 .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 Dslab.h131 #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 Dslob.c493 return ZERO_SIZE_PTR; in __do_kmalloc_node()
576 if (unlikely(block == ZERO_SIZE_PTR)) in __ksize()
H A Dslab_common.c656 return ZERO_SIZE_PTR; in kmalloc_slab()
1138 return ZERO_SIZE_PTR; in krealloc()
H A Dslab.c4220 if (unlikely(objp == ZERO_SIZE_PTR)) in __ksize()
H A Dslub.c4165 if (unlikely(object == ZERO_SIZE_PTR)) in __ksize()
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddevres.c831 return ZERO_SIZE_PTR; in devm_kmalloc()
872 return ZERO_SIZE_PTR; in devm_krealloc()
/OK3568_Linux_fs/kernel/mm/kasan/
H A Dcommon.c559 if (unlikely(object == ZERO_SIZE_PTR)) in __kasan_krealloc()
/OK3568_Linux_fs/kernel/mm/kfence/
H A Dkfence_test.c708 KUNIT_EXPECT_EQ(test, (unsigned long)buf, (unsigned long)ZERO_SIZE_PTR); in test_krealloc()
/OK3568_Linux_fs/kernel/drivers/staging/netlogic/
H A Dxlr_net.c390 return ZERO_SIZE_PTR; in xlr_config_spill()