Searched refs:greater_than_max (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Dsysctl-test.c358 unsigned long greater_than_max = (unsigned long)INT_MAX + 1; local
360 KUNIT_ASSERT_GT(test, greater_than_max, (unsigned long)INT_MAX);
362 greater_than_max),

Completed in 133 milliseconds