/tools/testing/radix-tree/ |
D | test.c | 12 item_tag_set(struct radix_tree_root *root, unsigned long index, int tag) in item_tag_set() 18 item_tag_clear(struct radix_tree_root *root, unsigned long index, int tag) in item_tag_clear() 23 int item_tag_get(struct radix_tree_root *root, unsigned long index, int tag) in item_tag_get() 28 struct item *item_create(unsigned long index, unsigned int order) in item_create() 37 int item_insert(struct radix_tree_root *root, unsigned long index) in item_insert() 46 void item_sanity(struct item *item, unsigned long index) in item_sanity() 55 void item_free(struct item *item, unsigned long index) in item_free() 61 int item_delete(struct radix_tree_root *root, unsigned long index) in item_delete() 79 int item_delete_rcu(struct xarray *xa, unsigned long index) in item_delete_rcu() 91 void item_check_present(struct radix_tree_root *root, unsigned long index) in item_check_present() [all …]
|
D | tag_check.c | 14 __simple_checks(struct radix_tree_root *tree, unsigned long index, int tag) in __simple_checks() 44 unsigned long index; in simple_checks() local 136 unsigned long index = 0; in gang_check() local 171 unsigned long index; in do_thrash() local
|
D | benchmark.c | 56 unsigned long index; in benchmark_insert() local 77 unsigned long index; in benchmark_tagging() local 98 unsigned long index; in benchmark_delete() local
|
D | multiorder.c | 15 static int item_insert_order(struct xarray *xa, unsigned long index, in item_insert_order() 41 int index[NUM_ENTRIES] = {0, 2, 4, 8, 16, 32, 34, 36, 64, 72, 128}; in multiorder_iteration() local 81 int index[MT_NUM_ENTRIES] = {0, 2, 4, 16, 32, 40, 64, 72, 128}; in multiorder_tagged_iteration() local
|
D | regression1.c | 52 unsigned long index; member 55 static struct page *page_alloc(int index) in page_alloc()
|
D | test.h | 9 unsigned long index; member
|
D | regression2.c | 64 unsigned long index; member
|
D | iteration_check.c | 21 void my_item_insert(struct xarray *xa, unsigned long index) in my_item_insert()
|
/tools/testing/selftests/bpf/progs/ |
D | test_global_func_args.c | 20 static void save_value(__u32 index, int value) in save_value() 25 __noinline int foo(__u32 index, struct S *s) in foo() 37 __noinline int bar(__u32 index, volatile struct S *s) in bar() 60 __u32 index = 0; in test_cls() local
|
D | test_sk_lookup.c | 24 #define LSE_INDEX(index, size) (index) argument 26 #define LSE_INDEX(index, size) ((size) - (index) - 1) argument 28 #define LSB(value, index) \ argument 30 #define LSW(value, index) \ argument
|
D | test_select_reuseport_kern.c | 68 __u32 linum, index = 0, flags = 0, index_zero = 0; in _select_by_skb_data() local
|
/tools/virtio/ringtest/ |
D | virtio_ring_0_9.c | 155 unsigned index; in get_buf() local 202 unsigned index = ring.used->ring[head].id; in used_empty() local 262 unsigned index = ring.avail->ring[head & (ring_size - 1)]; in avail_empty() local
|
D | ring.c | 35 unsigned short index; member 114 unsigned head, index; in add_inbuf() local 146 unsigned index; in get_buf() local
|
/tools/vm/ |
D | page-types.c | 256 unsigned long index, in do_u64_read() 276 unsigned long index, in kpageflags_read() 283 unsigned long index, in kpagecgroup_read() 293 unsigned long index, in kpagecount_read() 302 unsigned long index, in pagemap_read() 380 static unsigned long index; in show_page_range() local 664 unsigned long index, in walk_pfn() 727 static void walk_vma(unsigned long index, unsigned long count) in walk_vma() 754 static void walk_task(unsigned long index, unsigned long count) in walk_task()
|
/tools/arch/x86/kcpuid/ |
D | kcpuid.c | 45 u32 index; member 188 u32 index = f; in raw_dump_range() local 294 u32 index; in parse_line() local 499 static inline struct cpuid_func *index_to_func(u32 index) in index_to_func()
|
/tools/testing/selftests/tc-testing/plugin-lib/ |
D | buildebpfPlugin.py | 25 def post_suite(self, index): argument
|
D | valgrindPlugin.py | 36 def post_suite(self, index): argument
|
D | nsPlugin.py | 24 def post_suite(self, index): argument
|
/tools/perf/arch/arm64/util/ |
D | dwarf-regs.c | 24 #define DWARFNUM2OFFSET(index) \ argument
|
/tools/testing/selftests/ptp/ |
D | testptp.c | 58 static void do_flag_test(int fd, unsigned int index) in do_flag_test() 172 int index = 0; in main() local
|
/tools/perf/util/arm-spe-decoder/ |
D | arm-spe-decoder.c | 25 static u64 arm_spe_calc_ip(int index, u64 payload) in arm_spe_calc_ip()
|
/tools/virtio/linux/ |
D | virtio.h | 24 unsigned int index; member
|
/tools/testing/selftests/tc-testing/ |
D | TdcPlugin.py | 15 def post_suite(self, index): argument
|
/tools/testing/selftests/arm64/mte/ |
D | mte_common_util.c | 175 int index; in mte_allocate_file_memory() local 201 int index; in mte_allocate_file_memory_tag_range() local
|
/tools/iio/ |
D | iio_utils.h | 43 unsigned index; member
|