/tools/lib/bpf/ |
D | hashmap.c | 25 struct hashmap_entry *entry) in hashmap_add_entry() 32 struct hashmap_entry *entry) in hashmap_del_entry() 133 struct hashmap_entry **entry) in hashmap_find_entry() 158 struct hashmap_entry *entry; in hashmap__insert() local 208 struct hashmap_entry *entry; in hashmap__find() local 223 struct hashmap_entry **pprev, *entry; in hashmap__delete() local
|
/tools/perf/util/ |
D | hashmap.c | 25 struct hashmap_entry *entry) in hashmap_add_entry() 32 struct hashmap_entry *entry) in hashmap_del_entry() 133 struct hashmap_entry **entry) in hashmap_find_entry() 158 struct hashmap_entry *entry; in hashmap__insert() local 208 struct hashmap_entry *entry; in hashmap__find() local 223 struct hashmap_entry **pprev, *entry; in hashmap__delete() local
|
D | probe-file.c | 389 static void probe_cache_entry__delete(struct probe_cache_entry *entry) in probe_cache_entry__delete() 404 struct probe_cache_entry *entry = zalloc(sizeof(*entry)); in probe_cache_entry__new() local 424 int probe_cache_entry__get_event(struct probe_cache_entry *entry, in probe_cache_entry__get_event() 512 struct probe_cache_entry *entry = NULL; in probe_cache__load() local 582 struct probe_cache_entry *entry, *n; in probe_cache__purge() local 642 struct probe_cache_entry *entry = NULL; in probe_cache__find() local 676 struct probe_cache_entry *entry = NULL; in probe_cache__find_by_name() local 694 struct probe_cache_entry *entry = NULL; in probe_cache__add_entry() local 909 struct probe_cache_entry *entry = NULL; in probe_cache__scan_sdt() local 968 static int probe_cache_entry__write(struct probe_cache_entry *entry, int fd) in probe_cache_entry__write() [all …]
|
D | rblist.c | 54 const void *entry, in __rblist__findnew() 90 struct rb_node *rblist__find(struct rblist *rblist, const void *entry) in rblist__find() 95 struct rb_node *rblist__findnew(struct rblist *rblist, const void *entry) in rblist__findnew()
|
D | block-range.c | 23 struct block_range *entry = rb_entry(rb, struct block_range, node); in block_range__debug() local 37 struct block_range *entry; in block_range__find() local 85 struct block_range *next, *entry = NULL; in block_range__create() local
|
D | strlist.c | 15 struct rb_node *strlist__node_new(struct rblist *rblist, const void *entry) in strlist__node_new() 55 static int strlist__node_cmp(struct rb_node *rb_node, const void *entry) in strlist__node_cmp() 70 char entry[1024]; in strlist__load() local 100 struct str_node *strlist__find(struct strlist *slist, const char *entry) in strlist__find()
|
D | mem2node.c | 18 static void phys_entry__insert(struct phys_entry *entry, struct rb_root *root) in phys_entry__insert() 39 phys_entry__init(struct phys_entry *entry, u64 start, u64 bsize, u64 node) in phys_entry__init() 122 struct phys_entry *entry; in mem2node__node() local
|
D | intlist.c | 14 const void *entry) in intlist__node_new() 42 static int intlist__node_cmp(struct rb_node *rb_node, const void *entry) in intlist__node_cmp()
|
/tools/lib/api/fs/ |
D | fs.c | 441 int procfs__read_str(const char *entry, char **buf, size_t *sizep) in procfs__read_str() 454 static int sysfs__read_ull_base(const char *entry, in sysfs__read_ull_base() 468 int sysfs__read_xll(const char *entry, unsigned long long *value) in sysfs__read_xll() 473 int sysfs__read_ull(const char *entry, unsigned long long *value) in sysfs__read_ull() 478 int sysfs__read_int(const char *entry, int *value) in sysfs__read_int() 491 int sysfs__read_str(const char *entry, char **buf, size_t *sizep) in sysfs__read_str() 504 int sysfs__read_bool(const char *entry, bool *value) in sysfs__read_bool() 546 int sysfs__write_int(const char *entry, int value) in sysfs__write_int()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | hashmap.c | 45 struct hashmap_entry *entry, *tmp; in test_hashmap_generic() local 262 struct hashmap_entry *entry; in test_hashmap_multimap() local 333 struct hashmap_entry *entry; in test_hashmap_empty() local
|
/tools/testing/radix-tree/ |
D | iteration_check.c | 70 void *entry; in tagged_iteration_fn() local 103 void *entry; in untagged_iteration_fn() local
|
D | iteration_check_2.c | 16 void *entry; in iterator() local
|
D | regression4.c | 21 void *entry; in reader_fn() local
|
/tools/testing/selftests/kvm/lib/s390x/ |
D | processor.c | 53 uint64_t *entry; in virt_pg_map() local 92 uint64_t *entry; in addr_gva2gpa() local 131 uint64_t addr, *entry; in virt_dump_region() local
|
/tools/lib/api/ |
D | cpu.c | 9 char entry[PATH_MAX]; in cpu__get_max_freq() local
|
/tools/testing/selftests/vm/ |
D | madv_populate.c | 33 uint64_t entry; in pagemap_get_entry() local 44 uint64_t entry = pagemap_get_entry(fd, start); in pagemap_is_populated() local 52 uint64_t entry = pagemap_get_entry(fd, start); in pagemap_is_softdirty() local
|
/tools/testing/selftests/bpf/progs/ |
D | tailcall1.c | 24 int entry(struct __sk_buff *skb) in entry() function
|
D | tailcall3.c | 24 int entry(struct __sk_buff *skb) in entry() function
|
D | tailcall4.c | 26 int entry(struct __sk_buff *skb) in entry() function
|
D | tailcall_bpf2bpf1.c | 30 int entry(struct __sk_buff *skb) in entry() function
|
D | tailcall5.c | 26 int entry(struct __sk_buff *skb) in entry() function
|
D | tailcall_bpf2bpf2.c | 33 int entry(struct __sk_buff *skb) in entry() function
|
/tools/usb/usbip/libsrc/ |
D | list.h | 80 static inline void __list_del_entry(struct list_head *entry) in __list_del_entry() 91 static inline void list_del(struct list_head *entry) in list_del()
|
/tools/objtool/ |
D | orc_gen.c | 121 struct orc_list_entry *entry = malloc(sizeof(*entry)); in orc_list_add() local 147 struct orc_list_entry *entry; in orc_create() local
|
D | special.c | 68 static int get_alt_entry(struct elf *elf, struct special_entry *entry, in get_alt_entry() 141 struct special_entry *entry; in special_get_alts() local
|