Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/selftests/
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 …]
Dtest-drm_plane_helper.c81 .crtc = ZERO_SIZE_PTR, in igt_check_plane_state()
95 .crtc = ZERO_SIZE_PTR, in igt_check_plane_state()
/Linux-v5.4/include/linux/
Dslab.h131 #define ZERO_SIZE_PTR ((void *)16) macro
134 (unsigned long)ZERO_SIZE_PTR)
554 return ZERO_SIZE_PTR; in kmalloc()
592 return ZERO_SIZE_PTR; in kmalloc_node()
/Linux-v5.4/mm/
Dslab_common.c1130 return ZERO_SIZE_PTR; in kmalloc_slab()
1674 return ZERO_SIZE_PTR; in __krealloc()
1700 return ZERO_SIZE_PTR; in krealloc()
1768 if (unlikely(objp == ZERO_SIZE_PTR) || !__kasan_check_read(objp, 1)) in ksize()
Dslob.c491 return ZERO_SIZE_PTR; in __do_kmalloc_node()
569 if (unlikely(block == ZERO_SIZE_PTR)) in __ksize()
Dslab.c4222 if (unlikely(objp == ZERO_SIZE_PTR)) in __ksize()
Dslub.c3921 if (unlikely(object == ZERO_SIZE_PTR)) in __ksize()
/Linux-v5.4/mm/kasan/
Dcommon.c557 if (unlikely(object == ZERO_SIZE_PTR)) in kasan_krealloc()
/Linux-v5.4/drivers/staging/netlogic/
Dxlr_net.c390 return ZERO_SIZE_PTR; in xlr_config_spill()