Home
last modified time | relevance | path

Searched defs:max_node (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/testcases/kernel/lib/
Dnuma_helper.c41 unsigned long max_node = 0; in get_max_node() local
49 static void get_nodemask_allnodes(nodemask_t * nodemask, unsigned long max_node) in get_nodemask_allnodes()
64 static int filter_nodemask_mem(nodemask_t * nodemask, unsigned long max_node) in filter_nodemask_mem()
115 static void filter_nodemask_cpu(nodemask_t * nodemask, unsigned long max_node) in filter_nodemask_cpu()
164 unsigned long max_node, nodemask_size; in get_allowed_nodes_arr() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/tf/
Dtf_fake_quant_parser.cc43 auto max_node = GetConstInputNode(tf_node_map, tf_op.input(THIRD_INPUT)); in Parse() local
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/
Dmigrate_pages03.c41 static int num_nodes, max_node; variable
Dmigrate_pages02.c71 unsigned long nodemask_size, max_node; in migrate_to_node() local
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c443 int nr_nodes = 0, max_node = gcp->numa_max_node; in get_current_nodeid_list() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/
Dflash_sp.cc275 auto max_node = left_node->func_graph()->NewCNode(max_inputs); in NewMaxNode() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dgpir.h178 bool max_node, next_max_node; member
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs33835 let mut max_node = root2; localVariable