Searched refs:node_b (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Drbtree_btf_fail__add_wrong_type.c25 struct node_data2 *node_b; local
28 node_b = container_of(b, struct node_data2, node);
30 return node_a->key < node_b->key;
H A Drbtree_fail.c23 struct node_data *node_b; local
26 node_b = container_of(b, struct node_data, node);
28 return node_a->key < node_b->key;
233 struct node_data *node_b; local
236 node_b = container_of(b, struct node_data, node);
239 return node_a->key < node_b->key;
245 struct node_data *node_b; local
248 node_b = container_of(b, struct node_data, node);
251 return node_a->key < node_b->key;
257 struct node_data *node_b; local
[all...]
H A Drefcounted_kptr_fail.c26 struct node_acquire *node_b; local
29 node_b = container_of(b, struct node_acquire, node);
31 return node_a->key < node_b->key;
H A Dlocal_kptr_stash.c78 struct node_data *node_b; local
81 node_b = container_of(b, struct node_data, node);
83 return node_a->key < node_b->key;
H A Drbtree.c27 struct node_data *node_b; local
30 node_b = container_of(b, struct node_data, node);
33 return node_a->key < node_b->key;
H A Drefcounted_kptr.c51 static bool less(struct bpf_rb_node *node_a, const struct bpf_rb_node *node_b) argument
57 b = container_of(node_b, struct node_data, r);
65 struct node_acquire *node_b; local
68 node_b = container_of(b, struct node_acquire, node);
70 return node_a->key < node_b->key;
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_uiom_interval_tree.c89 struct usnic_uiom_interval_node *node_a, *node_b; local
92 node_b = list_entry(b, struct usnic_uiom_interval_node, link);
95 if (node_a->start < node_b->start)
97 else if (node_a->start > node_b->start)
/linux-master/drivers/tty/serial/
H A Dpmac_zilog.c1549 struct device_node *node_p, *node_a, *node_b, *np; local
1562 node_a = node_b = NULL;
1567 node_b = of_node_get(np);
1569 if (!node_a && !node_b) {
1571 of_node_put(node_b);
1580 if (node_b != NULL) {
1586 pmz_ports[count+1].node = node_b;
1594 if (rc == 0 && node_b != NULL)
1598 of_node_put(node_b);
/linux-master/tools/perf/util/
H A Dannotate-data.c238 static bool data_type_less(struct rb_node *node_a, const struct rb_node *node_b) argument
243 b = rb_entry(node_b, struct annotated_data_type, node);
527 static bool global_var_less(struct rb_node *node_a, const struct rb_node *node_b) argument
532 gvar_b = rb_entry(node_b, struct global_var_entry, node);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c1157 svm_nodes_in_same_hive(struct kfd_node *node_a, struct kfd_node *node_b) argument
1159 return (node_a->adev == node_b->adev ||
1160 amdgpu_xgmi_same_hive(node_a->adev, node_b->adev));
/linux-master/tools/testing/radix-tree/
H A Dmaple.c35874 struct maple_node *node_a, *node_b; local
[all...]

Completed in 714 milliseconds