Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl01.c33 static time_t ctime_min, ctime_max; variable
185 if (ds->shm_ctime < ctime_min || ds->shm_ctime > ctime_max) { in check_ds()
187 desc, ds->shm_ctime, ctime_min, ctime_max); in check_ds()
190 desc, ds->shm_ctime, ctime_min, ctime_max); in check_ds()
247 ctime_min = tst_get_fs_timestamp(); in setup()