Searched refs:other_node (Results 1 – 4 of 4) sorted by relevance
15 other_node A process ran on this node and got memory from another node.
192 void *other_node; member
1225 if ((int)args->args_node_connect.other_node != DSP_HGPPNODE) { in nodewrap_connect()1227 args->args_node_connect.other_node); in nodewrap_connect()1231 node2 = args->args_node_connect.other_node; in nodewrap_connect()
259 struct rb_node *other_node; in merge_state() local264 other_node = rb_prev(&state->rb_node); in merge_state()265 if (other_node) { in merge_state()266 other = rb_entry(other_node, struct extent_state, rb_node); in merge_state()276 other_node = rb_next(&state->rb_node); in merge_state()277 if (other_node) { in merge_state()278 other = rb_entry(other_node, struct extent_state, rb_node); in merge_state()