Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/
Dmsgsnd01.c33 before_snd = tst_get_fs_timestamp(); in verify_msgsnd()
39 after_snd = tst_get_fs_timestamp(); in verify_msgsnd()
/third_party/ltp/testcases/kernel/syscalls/utime/
Dutime03.c75 mintime = tst_get_fs_timestamp(); in run()
77 maxtime = tst_get_fs_timestamp(); in run()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv01.c29 before_rcv = tst_get_fs_timestamp(); in verify_msgrcv()
35 after_rcv = tst_get_fs_timestamp(); in verify_msgrcv()
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl01.c247 ctime_min = tst_get_fs_timestamp(); in setup()
249 ctime_max = tst_get_fs_timestamp(); in setup()
/third_party/ltp/include/
Dtst_clocks.h32 time_t tst_get_fs_timestamp(void);
/third_party/ltp/lib/
Dtst_clocks.c146 time_t tst_get_fs_timestamp(void) in tst_get_fs_timestamp() function