Searched refs:misalignments (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/openat2/ |
| D | openat2_test.c | 52 int misalignments[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 17, 87 }; in test_openat2_struct() local 85 BUILD_BUG_ON(ARRAY_LEN(misalignments) != NUM_OPENAT2_STRUCT_VARIATIONS); in test_openat2_struct() 92 for (int j = 0; j < ARRAY_LEN(misalignments); j++) { in test_openat2_struct() 93 int fd, misalign = misalignments[j]; in test_openat2_struct()
|