Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c328 char *test_data_long = NULL; in test_task_sleepable() local
352 test_data_long = malloc(sizeof(char) * 5000); in test_task_sleepable()
355 test_data_long[i] = 'b'; in test_task_sleepable()
357 test_data_long[i] = 'a'; in test_task_sleepable()
359 test_data_long[4999] = '\0'; in test_task_sleepable()
362 data[1] = test_data_long; in test_task_sleepable()