Home
last modified time | relevance | path

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

/linux/tools/perf/Documentation/
H A Dtopdown.txt190 slots_a = read_slots();
199 retiring_slots_a = GET_METRIC(metric_a, 0) * slots_a
200 bad_spec_slots_a = GET_METRIC(metric_a, 1) * slots_a
201 fe_bound_slots_a = GET_METRIC(metric_a, 2) * slots_a
202 be_bound_slots_a = GET_METRIC(metric_a, 3) * slots_a
213 slots_delta = slots_b - slots_a
230 heavy_ops_slots_a = GET_METRIC(metric_a, 4) * slots_a
231 br_mispredict_slots_a = GET_METRIC(metric_a, 5) * slots_a
232 fetch_lat_slots_a = GET_METRIC(metric_a, 6) * slots_a
233 mem_bound_slots_a = GET_METRIC(metric_a, 7) * slots_a
[all …]
/linux/tools/testing/radix-tree/
H A Dmaple.c35901 void **slots_a, **slots_b; /* Do not use the rcu tag. */ in compare_node() local
35943 slots_a = ma_slots(&a, type); in compare_node()
35947 if (!slots_a[i] && !slots_b[i]) in compare_node()
35950 if (!slots_a[i] || !slots_b[i]) { in compare_node()
35956 ((unsigned long *)slots_a)[i] &= MAPLE_NODE_MASK; in compare_node()