Searched refs:MAXALRMCALL (Results 1 – 1 of 1) sorted by relevance
58 #define MAXALRMCALL (0x1000ull) /* alarm does not permit big values */ macro1923 timechunk = collecttime / MAXALRMCALL; in test_driver()1924 collecttime = collecttime - timechunk * MAXALRMCALL; in test_driver()1951 if (alarm(MAXALRMCALL) == 0) in test_driver()