Home
last modified time | relevance | path

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

/external/ltp/lib/tests/
Dbytes_by_prefix_test.c151 struct test_vals test_ll[] = { variable
243 elements = sizeof(test_ll) / sizeof(struct test_vals); in test_values()
250 if (llbytes_by_prefix(test_ll[i].val) == test_ll[i].res) { in test_values()
254 test_ll[i].val); in test_values()
/external/ltp/testcases/kernel/io/disktest/
Dmain.h270 typedef struct test_ll { struct
274 struct test_ll *next; /* pointer to the next test */ argument