HomeSort by relevance Sort by last modified time
    Searched refs:to_node (Results 1 - 14 of 14) sorted by null

  /external/ltp/testcases/kernel/syscalls/move_pages/
move_pages02.c 80 unsigned int to_node; local
83 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node);
101 nodes[i] = to_node;
115 verify_pages_on_node(pages, status, TEST_PAGES, to_node);
move_pages06.c 80 unsigned int to_node; local
100 to_node = numa_max_node() + 1;
102 nodes[i] = to_node;
move_pages07.c 80 unsigned int to_node; local
83 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node);
102 nodes[i] = to_node;
move_pages08.c 81 unsigned int to_node; local
84 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node);
102 nodes[i] = to_node;
move_pages10.c 80 unsigned int to_node; local
83 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node);
101 nodes[i] = to_node;
move_pages04.c 91 unsigned int to_node; local
99 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node);
126 nodes[i] = to_node;
move_pages03.c 118 unsigned int to_node; local
121 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node);
141 nodes[i] = to_node;
172 verify_pages_on_node(pages, status, TEST_PAGES, to_node);
move_pages05.c 119 unsigned int to_node; local
122 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node);
148 nodes[i] = to_node;
move_pages11.c 119 unsigned int to_node; local
122 ret = get_allowed_nodes(NH_MEMS, 2, &from_node, &to_node);
142 nodes[i] = to_node;
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_graph_dumper.cc 492 const HloInstruction* to_node = kv.first.second;
510 // The "to_node" value may be a NULL, indicating that this points to the
518 to_node ? tensorflow::gtl::FindWithDefault(node_ids_, to_node, -1)
520 if (to_node != nullptr && to_node_id == -1) {
521 LOG(FATAL) << to_node->name() << " was added to edges but not to nodes";
527 if (to_node) {
529 << from_node->name() << " to node " << to_node->name();
537 if (to_node) {
543 if (to_node->IsFused() && to_node->opcode() == HloOpcode::kParameter)
    [all...]
  /external/bart/bart/sched/
SchedAssert.py 319 to_node,
324 :code:`from_node` to the :code:`to_node`:
332 :param to_node: The node to which the task switches
333 :type to_node: list
346 to_node_index = self._topology.get_index(level, to_node)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector.h 264 bool findEdge(uptr from_node, uptr to_node, u32 *stk_from, u32 *stk_to,
267 uptr to_idx = nodeToIndex(to_node);
  /external/libmojo/mojo/edk/system/ports/
node.cc 1229 NodeName to_node = port->send_on_proxy_removal->first; local
1245 NodeName to_node; local
    [all...]
  /external/v8/src/
code-stub-assembler.cc     [all...]

Completed in 151 milliseconds