Searched refs:tok_step (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | numa.c | 529 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul; in parse_setup_cpu_list() local 551 tok_step = strstr(tok, "#"); in parse_setup_cpu_list() 552 if (tok_step) { in parse_setup_cpu_list() 553 step = atol(tok_step + 1); in parse_setup_cpu_list() 666 char *tok, *tok_end, *tok_step, *tok_mul; in parse_setup_node_list() local 687 tok_step = strstr(tok, "#"); in parse_setup_node_list() 688 if (tok_step) { in parse_setup_node_list() 689 step = atol(tok_step + 1); in parse_setup_node_list()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | numa.c | 557 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul; in parse_setup_cpu_list() local 579 tok_step = strstr(tok, "#"); in parse_setup_cpu_list() 580 if (tok_step) { in parse_setup_cpu_list() 581 step = atol(tok_step + 1); in parse_setup_cpu_list() 705 char *tok, *tok_end, *tok_step, *tok_mul; in parse_setup_node_list() local 726 tok_step = strstr(tok, "#"); in parse_setup_node_list() 727 if (tok_step) { in parse_setup_node_list() 728 step = atol(tok_step + 1); in parse_setup_node_list()
|
Completed in 5 milliseconds