Home
last modified time | relevance | path

Searched refs:str_to_ints (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/mm/damon/
H A Ddbgfs-test.h23 answers = str_to_ints(question, strlen(question), &nr_integers); in damon_dbgfs_test_str_to_ints()
29 answers = str_to_ints(question, strlen(question), &nr_integers); in damon_dbgfs_test_str_to_ints()
35 answers = str_to_ints(question, strlen(question), &nr_integers); in damon_dbgfs_test_str_to_ints()
40 answers = str_to_ints(question, strlen(question), &nr_integers); in damon_dbgfs_test_str_to_ints()
47 answers = str_to_ints(question, strlen(question), &nr_integers); in damon_dbgfs_test_str_to_ints()
54 answers = str_to_ints(question, strlen(question), &nr_integers); in damon_dbgfs_test_str_to_ints()
61 answers = str_to_ints(question, strlen(question), &nr_integers); in damon_dbgfs_test_str_to_ints()
66 answers = str_to_ints(question, strlen(question), &nr_integers); in damon_dbgfs_test_str_to_ints()
H A Ddbgfs.c379 static int *str_to_ints(const char *str, ssize_t len, ssize_t *nr_ints) in str_to_ints() function
424 ints = str_to_ints(str, len, &nr_ints); in str_to_pids()