Home
last modified time | relevance | path

Searched refs:node_data (Results 1 – 12 of 12) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Drbtree_fail.c9 struct node_data { struct
22 struct node_data *node_a; in less()
23 struct node_data *node_b; in less()
35 struct node_data *n; in rbtree_api_nolock_add()
49 struct node_data *n; in rbtree_api_nolock_remove()
75 struct node_data *n, *m; in rbtree_api_remove_unadded_node()
113 struct node_data *n; in rbtree_api_remove_no_drop()
140 struct node_data *n; in rbtree_api_add_to_multiple_trees()
185 struct node_data *n; in rbtree_api_add_release_unlock_escape()
210 struct node_data *n; in rbtree_api_first_release_unlock_escape()
[all …]
A Drbtree.c10 struct node_data { struct
18 struct bpf_rb_root root __contains(node_data, node); argument
38 struct node_data *node_a; in less()
39 struct node_data *node_b; in less()
41 node_a = container_of(a, struct node_data, node); in less()
50 struct node_data *n, *m; in __add_three()
96 struct node_data *n, *m = NULL; in rbtree_add_and_remove()
117 n = container_of(res, struct node_data, node); in rbtree_add_and_remove()
135 struct node_data *n; in rbtree_add_and_remove_array()
193 struct node_data *n, *m, *o; in rbtree_first_and_remove()
[all …]
A Drbtree_search.c9 struct node_data { struct
31 struct node_data *node_a; in less0()
32 struct node_data *node_b; in less0()
34 node_a = rb_entry(a, struct node_data, r0); in less0()
35 node_b = rb_entry(b, struct node_data, r0); in less0()
42 struct node_data *node_a; in less1()
43 struct node_data *node_b; in less1()
45 node_a = rb_entry(a, struct node_data, r1); in less1()
46 node_b = rb_entry(b, struct node_data, r1); in less1()
57 struct node_data *n, *m; in rbtree_search()
[all …]
A Drefcounted_kptr.c14 struct node_data { struct
23 struct node_data __kptr *node; argument
53 struct node_data *a; in less()
54 struct node_data *b; in less()
77 struct node_data *n, *m; in __insert_in_tree_and_list()
110 struct node_data *n, *m; in __stash_map_insert_tree()
145 struct node_data *n; in __read_from_tree()
178 struct node_data *n; in __read_from_list()
433 struct node_data *n, *m; in rbtree_wrong_owner_remove_fail_a1()
455 struct node_data *n; in rbtree_wrong_owner_remove_fail_b()
[all …]
A Dlocal_kptr_stash.c13 struct node_data { struct
46 struct bpf_rb_root r __contains(node_data, node);
52 struct node_data __kptr *node;
68 struct node_data *just_here_because_btf_bug;
80 struct node_data *node_a; in less()
81 struct node_data *node_b; in less()
83 node_a = container_of(a, struct node_data, node); in less()
84 node_b = container_of(b, struct node_data, node); in less()
93 struct node_data *res; in create_and_stash()
157 struct node_data *n; in stash_local_with_root()
[all …]
A Dlocal_kptr_stash_fail.c11 struct node_data { struct
18 struct node_data __kptr *node; argument
33 struct node_data *just_here_because_btf_bug;
70 struct node_data *res; in drop_rb_node_off()
A Drbtree_btf_fail__wrong_node_type.c13 struct node_data { struct
21 private(A) struct bpf_rb_root groot __contains(node_data, node); argument
26 struct node_data *n; in rbtree_api_add__wrong_node_type()
A Dlinked_list_peek.c9 struct node_data { struct
16 private(A) struct bpf_list_head ghead __contains(node_data, l); argument
28 struct node_data *n; in list_peek()
61 n = list_entry(l_n, struct node_data, l); in list_peek()
73 n = list_entry(l_n, struct node_data, l); in list_peek()
A Dnormal_map_btf.c10 struct node_data { struct
16 struct bpf_list_head head __contains(node_data, node); argument
36 struct node_data *new; in add_to_list_in_array()
A Dmap_in_map_btf.c10 struct node_data { struct
16 struct bpf_list_head head __contains(node_data, node); argument
48 struct node_data *new; in add_to_list_in_inner_array()
A Drbtree_btf_fail__add_wrong_type.c10 struct node_data { struct
35 private(A) struct bpf_rb_root groot __contains(node_data, node); argument
/tools/perf/util/bpf_skel/
A Dlock_contention.bpf.c890 struct pglist_data **node_data = (void *)(long)node_data_addr; in collect_zone_lock() local
896 err = bpf_core_read(&pgdat, sizeof(pgdat), &node_data[i]); in collect_zone_lock()

Completed in 18 milliseconds