Lines Matching defs:node_b
23 struct node_data *node_b;
26 node_b = container_of(b, struct node_data, node);
28 return node_a->key < node_b->key;
234 struct node_data *node_b;
237 node_b = container_of(b, struct node_data, node);
240 return node_a->key < node_b->key;
246 struct node_data *node_b;
249 node_b = container_of(b, struct node_data, node);
252 return node_a->key < node_b->key;
258 struct node_data *node_b;
261 node_b = container_of(b, struct node_data, node);
265 return node_a->key < node_b->key;