Lines Matching defs:numa_node
195 "numa <numa_node>\n";
206 uint32_t mbuf_private_size, pkt_buffer_size, pool_size, cache_size, numa_node;
260 if (parser_read_uint32(&numa_node, tokens[11])) {
261 snprintf(out, out_size, MSG_ARG_INVALID, "numa_node");
270 numa_node);
471 "ring <ring_name> size <size> numa <numa_node>\n";
482 uint32_t size, numa_node;
506 if (parser_read_uint32(&numa_node, tokens[5])) {
507 snprintf(out, out_size, MSG_ARG_INVALID, "numa_node");
514 (int)numa_node,
759 "pipeline <pipeline_name> build lib <lib_file> io <iospec_file> numa <numa_node>\n";
772 uint32_t numa_node = 0;
807 if (parser_read_uint32(&numa_node, tokens[8])) {
808 snprintf(out, out_size, MSG_ARG_INVALID, "numa_node");
823 (int)numa_node);
2980 "numa <numa_node>\n";
2992 uint32_t numa_node;
3078 if (parser_read_uint32(&numa_node, tokens[19])) {
3079 snprintf(out, out_size, MSG_ARG_INVALID, "numa_node");
3086 (int)numa_node);