Home
last modified time | relevance | path

Searched refs:other_node (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/Documentation/
Dnumastat.txt15 other_node A process ran on this node and got memory from another node.
/linux-2.6.39/drivers/staging/tidspbridge/include/dspbridge/
Ddspapi-ioctl.h192 void *other_node; member
/linux-2.6.39/drivers/staging/tidspbridge/pmgr/
Ddspapi.c1225 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()
/linux-2.6.39/fs/btrfs/
Dextent_io.c259 struct rb_node *other_node; in merge_state() local
264 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()