Searched refs:xa (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/radix-tree/ |
| A D | multiorder.c | 18 XA_STATE_ORDER(xas, xa, index, order); in item_insert_order() 34 void multiorder_iteration(struct xarray *xa) in multiorder_iteration() argument 36 XA_STATE(xas, xa, 0); in multiorder_iteration() 71 item_kill_tree(xa); in multiorder_iteration() 76 XA_STATE(xas, xa, 0); in multiorder_tagged_iteration() 92 assert(!xa_marked(xa, XA_MARK_1)); in multiorder_tagged_iteration() 95 xa_set_mark(xa, tag_index[i], XA_MARK_1); in multiorder_tagged_iteration() 159 item_kill_tree(xa); in multiorder_tagged_iteration() 212 item_kill_tree(xa); in multiorder_iteration_race() 257 static void load_race(struct xarray *xa) in load_race() argument [all …]
|
| A D | iteration_check_2.c | 35 struct xarray *xa = arg; in throbber() local 43 xa_store(xa, i, xa_mk_value(i), GFP_KERNEL); in throbber() 44 xa_set_mark(xa, i, XA_MARK_0); in throbber() 47 xa_erase(xa, i); in throbber()
|
| A D | test.c | 79 int item_delete_rcu(struct xarray *xa, unsigned long index) in item_delete_rcu() argument 81 struct item *item = xa_erase(xa, index); in item_delete_rcu() 173 int tag_tagged_items(struct xarray *xa, unsigned long start, unsigned long end, in tag_tagged_items() argument 176 XA_STATE(xas, xa, start); in tag_tagged_items() 255 void item_kill_tree(struct xarray *xa) in item_kill_tree() argument 257 XA_STATE(xas, xa, 0); in item_kill_tree() 267 assert(xa_empty(xa)); in item_kill_tree()
|
| A D | iteration_check.c | 21 void my_item_insert(struct xarray *xa, unsigned long index) in my_item_insert() argument 23 XA_STATE(xas, xa, index); in my_item_insert()
|
| A D | test.h | 18 int item_delete_rcu(struct xarray *xa, unsigned long index);
|
| /tools/perf/Documentation/ |
| A D | perf.data-directory-format.txt | 58 … perf 15316 2060795.480910: 119 cycles: ffffffffa2caa54a native_write_msr+0xa (vmlinux)
|
| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 311 … 0xa, 0, eax, 7:0, pmu_version , Performance monitoring unit version ID 313 0xa, 0, eax, 23:16, pmu_gcounters_nbits , Bitwidth of PMU general counters 314 0xa, 0, eax, 31:24, pmu_cpuid_ebx_bits , Length of leaf 0xa EBX bit vector 315 0xa, 0, ebx, 0, no_core_cycle_evt , Core cycle event not available 317 … 0xa, 0, ebx, 2, no_refcycle_evt , Reference cycles event not available 318 0xa, 0, ebx, 3, no_llc_ref_evt , LLC-reference event not available 319 0xa, 0, ebx, 4, no_llc_miss_evt , LLC-misses event not available 322 0xa, 0, ebx, 7, no_td_slots_evt , Topdown slots event not available 324 0xa, 0, edx, 4:0, pmu_n_fcounters , Number of fixed PMU counters 325 0xa, 0, edx, 12:5, pmu_fcounters_nbits , Bitwidth of PMU fixed counters [all …]
|
Completed in 13 milliseconds