Searched refs:slots_b (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/perf/Documentation/ |
D | topdown.txt | 195 slots_b = read_slots() 205 retiring_slots = GET_METRIC(metric_b, 0) * slots_b - retiring_slots_a 206 bad_spec_slots = GET_METRIC(metric_b, 1) * slots_b - bad_spec_slots_a 207 fe_bound_slots = GET_METRIC(metric_b, 2) * slots_b - fe_bound_slots_a 208 be_bound_slots = GET_METRIC(metric_b, 3) * slots_b - be_bound_slots_a 213 slots_delta = slots_b - slots_a 236 heavy_ops_slots = GET_METRIC(metric_b, 4) * slots_b - heavy_ops_slots_a 237 br_mispredict_slots = GET_METRIC(metric_b, 5) * slots_b - br_mispredict_slots_a 238 fetch_lat_slots = GET_METRIC(metric_b, 6) * slots_b - fetch_lat_slots_a 239 mem_bound_slots = GET_METRIC(metric_b, 7) * slots_b - mem_bound_slots_a [all …]
|
/linux-6.12.1/tools/testing/radix-tree/ |
D | maple.c | 35879 void **slots_a, **slots_b; /* Do not use the rcu tag. */ in compare_node() local 35922 slots_b = ma_slots(&b, type); in compare_node() 35925 if (!slots_a[i] && !slots_b[i]) in compare_node() 35928 if (!slots_a[i] || !slots_b[i]) { in compare_node() 35935 ((unsigned long *)slots_b)[i] &= MAPLE_NODE_MASK; in compare_node()
|