Searched refs:ZERO_SIZE_PTR (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/selftests/ |
| 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 …]
|
| 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()
|
| /Linux-v5.4/include/linux/ |
| D | slab.h | 131 #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/ |
| D | slab_common.c | 1130 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()
|
| D | slob.c | 491 return ZERO_SIZE_PTR; in __do_kmalloc_node() 569 if (unlikely(block == ZERO_SIZE_PTR)) in __ksize()
|
| D | slab.c | 4222 if (unlikely(objp == ZERO_SIZE_PTR)) in __ksize()
|
| D | slub.c | 3921 if (unlikely(object == ZERO_SIZE_PTR)) in __ksize()
|
| /Linux-v5.4/mm/kasan/ |
| D | common.c | 557 if (unlikely(object == ZERO_SIZE_PTR)) in kasan_krealloc()
|
| /Linux-v5.4/drivers/staging/netlogic/ |
| D | xlr_net.c | 390 return ZERO_SIZE_PTR; in xlr_config_spill()
|