Searched refs:tok_step (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/bench/
H A Dnuma.c557 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul; local
579 tok_step = strstr(tok, "#");
580 if (tok_step) {
581 step = atol(tok_step + 1);
705 char *tok, *tok_end, *tok_step, *tok_mul; local
726 tok_step = strstr(tok, "#");
727 if (tok_step) {
728 step = atol(tok_step + 1);

Completed in 187 milliseconds