Home
last modified time | relevance | path

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

/u-boot/test/dm/
A Ddevres.c158 ut_asserteq(1, stats.allocs); in dm_test_devres_phase()
164 ut_asserteq(2, stats.allocs); in dm_test_devres_phase()
171 ut_asserteq(3, stats.allocs); in dm_test_devres_phase()
178 ut_asserteq(1, stats.allocs); in dm_test_devres_phase()
184 ut_asserteq(0, stats.allocs); in dm_test_devres_phase()
/u-boot/drivers/core/
A Ddevres.c252 stats->allocs = 0; in devres_get_stats()
255 stats->allocs++; in devres_get_stats()
/u-boot/include/dm/
A Ddevres.h29 int allocs; member

Completed in 5 milliseconds