Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/tests/
Dthread-maps-share.c19 struct maps *other_maps; in test__thread_maps_share() local
73 other_maps = other->maps; in test__thread_maps_share()
74 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&other_maps->refcnt), 2); in test__thread_maps_share()
76 TEST_ASSERT_VAL("maps don't match", other_maps == other_leader->maps); in test__thread_maps_share()
92 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(&other_maps->refcnt), 1); in test__thread_maps_share()