Lines Matching +full:256 +full:b
65 TEST_ASSERT_VAL("wrong cpu", data->cpus_data.cpu[1] == 256); in process_event_cpus()
70 TEST_ASSERT_VAL("wrong cpu", perf_cpu_map__cpu(map, 1).cpu == 256); in process_event_cpus()
91 TEST_ASSERT_VAL("wrong end_cpu", data->range_cpu_data.end_cpu == 256); in process_event_range_cpus()
94 TEST_ASSERT_VAL("wrong nr", perf_cpu_map__nr(map) == 256); in process_event_range_cpus()
96 TEST_ASSERT_VAL("wrong cpu", perf_cpu_map__max(map).cpu == 256); in process_event_range_cpus()
116 cpus = perf_cpu_map__new("1,256"); in test__cpu_map_synthesize()
124 cpus = perf_cpu_map__new("1-256"); in test__cpu_map_synthesize()
162 struct perf_cpu_map *b = perf_cpu_map__new(rhs); in __test__cpu_map_merge() local
165 perf_cpu_map__merge(&a, b); in __test__cpu_map_merge()
169 perf_cpu_map__put(b); in __test__cpu_map_merge()
172 * If 'b' is a superset of 'a', 'a' points to the same map with the in __test__cpu_map_merge()
173 * map 'b'. In this case, the owner 'b' has released the resource above in __test__cpu_map_merge()
210 struct perf_cpu_map *b = perf_cpu_map__new(rhs); in __test__cpu_map_intersect() local
211 struct perf_cpu_map *c = perf_cpu_map__intersect(a, b); in __test__cpu_map_intersect()
218 perf_cpu_map__put(b); in __test__cpu_map_intersect()