Home
last modified time | relevance | path

Searched refs:DAY_IN_SEC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/timens/
H A Dtimens.c22 #define DAY_IN_SEC (60*60*24) macro
23 #define TEN_DAYS_IN_SEC (10*DAY_IN_SEC)
133 if (difftime(cur_ts.tv_sec, parent_ts_old.tv_sec) > DAY_IN_SEC) { in test_gettime()
H A Dprocfs.c24 #define DAY_IN_SEC (60*60*24) macro
25 #define TEN_DAYS_IN_SEC (10*DAY_IN_SEC)