Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/include/linux/
H A Dslab.h175 #define ZERO_SIZE_PTR ((void *)16) macro
178 (unsigned long)ZERO_SIZE_PTR)
/openbmc/linux/mm/
H A Dslab_common.c734 return ZERO_SIZE_PTR; in kmalloc_slab()
1095 if (unlikely(object == ZERO_SIZE_PTR)) in __ksize()
1444 return ZERO_SIZE_PTR; in krealloc()
H A Dutil.c1087 else if (object == ZERO_SIZE_PTR) in mem_dump_obj()
/openbmc/linux/mm/kasan/
H A Dcommon.c426 if (unlikely(object == ZERO_SIZE_PTR)) in __kasan_krealloc()
/openbmc/linux/drivers/base/
H A Ddevres.c826 return ZERO_SIZE_PTR; in devm_kmalloc()
867 return ZERO_SIZE_PTR; in devm_krealloc()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dgen6_ppgtt.c364 obj->mm.pages = ZERO_SIZE_PTR; in pd_dummy_obj_get_pages()
/openbmc/linux/mm/kfence/
H A Dkfence_test.c724 KUNIT_EXPECT_EQ(test, (unsigned long)buf, (unsigned long)ZERO_SIZE_PTR); in test_krealloc()
/openbmc/linux/kernel/rcu/
H A Drcutorture.c2313 mem_dump_obj(ZERO_SIZE_PTR); in rcu_torture_mem_dump_obj()
/openbmc/linux/kernel/bpf/
H A Dverifier.c1580 return dst ? dst : ZERO_SIZE_PTR; in copy_array()
1608 return arr ? arr : ZERO_SIZE_PTR; in realloc_array()