Searched refs:DO_TESTCASE_2x2RW (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | locking-selftest.c | 1500 #define DO_TESTCASE_2x2RW(desc, name, nr) \ macro 1505 DO_TESTCASE_2x2RW(desc, name, 123); \ 1506 DO_TESTCASE_2x2RW(desc, name, 132); \ 1507 DO_TESTCASE_2x2RW(desc, name, 213); \ 1508 DO_TESTCASE_2x2RW(desc, name, 231); \ 1509 DO_TESTCASE_2x2RW(desc, name, 312); \ 1510 DO_TESTCASE_2x2RW(desc, name, 321);
|