Searched refs:expected_argmin (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/tests/ |
| H A D | exec_kunit.c | 7 unsigned long expected_argmin; member 44 .argc = 1, .envc = 0 }, .expected_argmin = ULONG_MAX - ARG_MAX + sizeof(void *)}, 47 .argc = 0, .envc = 0 }, .expected_argmin = ULONG_MAX - ARG_MAX + sizeof(void *)}, 63 .expected_argmin = ULONG_MAX - sizeof(void *) }, 66 .expected_argmin = ULONG_MAX - sizeof(void *) }, 78 .expected_argmin = ULONG_MAX - sizeof(void *) }, 81 .expected_argmin = ULONG_MAX - sizeof(void *) }, 85 .expected_argmin = ULONG_MAX - sizeof(void *) }, 88 .expected_argmin = ULONG_MAX - sizeof(void *) }, 92 .expected_argmin = ULONG_MAX - (_STK_LIM / 4 * 3) + sizeof(void *) }, [all …]
|