Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tests/
H A Ddrm_plane_helper_test.c16 .crtc = ZERO_SIZE_PTR,
65 mock->crtc = ZERO_SIZE_PTR; in drm_plane_helper_init()
H A Ddrm_damage_helper_test.c36 mock->state.crtc = ZERO_SIZE_PTR; in drm_damage_helper_init()
/linux/include/linux/
H A Dslab.h259 #define ZERO_SIZE_PTR ((void *)16) macro
262 (unsigned long)ZERO_SIZE_PTR)
/linux/lib/tests/
H A Dfortify_kunit.c1055 KUNIT_EXPECT_PTR_EQ(test, copy, ZERO_SIZE_PTR); in fortify_test_kmemdup()
1061 KUNIT_EXPECT_PTR_EQ(test, copy, ZERO_SIZE_PTR); in fortify_test_kmemdup()
1067 KUNIT_EXPECT_PTR_EQ(test, copy, ZERO_SIZE_PTR); in fortify_test_kmemdup()
/linux/mm/kasan/
H A Dcommon.c466 if (unlikely(object == ZERO_SIZE_PTR)) in __kasan_krealloc()
/linux/drivers/platform/wmi/
H A Dcore.c418 out->data = ZERO_SIZE_PTR; in wmidev_invoke_method()
1380 .data = ZERO_SIZE_PTR, in wmi_notify_driver()
/linux/mm/
H A Dutil.c1105 else if (object == ZERO_SIZE_PTR) in mem_dump_obj()
H A Dslub.c5290 return ZERO_SIZE_PTR; in __do_kmalloc_node()
5333 return ZERO_SIZE_PTR; in kmalloc_nolock_noprof()
6415 if (unlikely(object == ZERO_SIZE_PTR)) in __ksize()
6766 return ZERO_SIZE_PTR; in krealloc_node_align_noprof()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddefiner.c1674 if (fc == ZERO_SIZE_PTR) in hws_definer_get_fc_size()
1716 if (fc == ZERO_SIZE_PTR) in hws_definer_set_hl()
/linux/kernel/bpf/
H A Dverifier.c1285 return dst ? dst : ZERO_SIZE_PTR; in copy_array()
1313 return arr ? arr : ZERO_SIZE_PTR; in realloc_array()