Home
last modified time | relevance | path

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

/linux/sound/soc/generic/
H A Dtest-component.c16 #define TEST_NAME_LEN 32 macro
18 char name[TEST_NAME_LEN];
19 char name_playback[TEST_NAME_LEN];
20 char name_capture[TEST_NAME_LEN];
594 snprintf(dname[i].name, TEST_NAME_LEN, "%s.%d", node->name, i); in test_driver_probe()
597 snprintf(dname[i].name_playback, TEST_NAME_LEN, "DAI%d Playback", i); in test_driver_probe()
604 snprintf(dname[i].name_capture, TEST_NAME_LEN, "DAI%d Capture", i); in test_driver_probe()
/linux/tools/testing/selftests/exec/
H A Dexecveat.c27 #define TEST_NAME_LEN (PATH_MAX * 4) macro
51 char test_name[TEST_NAME_LEN]; in _check_execveat_fail()
79 char test_name[TEST_NAME_LEN]; in check_execveat_invoked_rc()