Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c250 #define LOGDIR_NAME_SIZE 100 macro
251 static char logdir[LOGDIR_NAME_SIZE];
263 char path[LOGDIR_NAME_SIZE + 30]; in start_verification_log()
311 char path[LOGDIR_NAME_SIZE + 30]; in end_verification_log()
623 snprintf(logdir, LOGDIR_NAME_SIZE, in main()
638 strncpy(logdir, optarg, LOGDIR_NAME_SIZE - 1); in main()