Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/tests/
H A 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()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dthread-maps-share.c19 struct maps *other_maps; in test__thread_maps_share() local
73 other_maps = thread__maps(other); in test__thread_maps_share()
74 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(maps__refcnt(other_maps)), 2); in test__thread_maps_share()
76 TEST_ASSERT_VAL("maps don't match", RC_CHK_ACCESS(other_maps) == in test__thread_maps_share()
93 TEST_ASSERT_EQUAL("wrong refcnt", refcount_read(maps__refcnt(other_maps)), 1); in test__thread_maps_share()

Completed in 1 milliseconds