Home
last modified time | relevance | path

Searched refs:KUNIT_ASSERT_PTR_EQ (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/handshake/
H A Dhandshake-test.c377 KUNIT_ASSERT_PTR_EQ(test, req, next); in handshake_req_cancel_test2()
419 KUNIT_ASSERT_PTR_EQ(test, req, next); in handshake_req_cancel_test3()
/openbmc/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_pool_test.c157 KUNIT_ASSERT_PTR_EQ(test, pool->dev, devs->dev); in ttm_pool_alloc_basic()
/openbmc/linux/include/kunit/
H A Dtest.h1262 #define KUNIT_ASSERT_PTR_EQ(test, left, right) \ macro