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

/linux-4.4.14/fs/reiserfs/
H A Ditem_ops.c38 static char timebuf[256]; print_time() local
40 sprintf(timebuf, "%ld", t); print_time()
41 return timebuf; print_time()
/linux-4.4.14/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c454 struct tms timebuf; TEST_SIGNAL() local
455 clock_t clock = times(&timebuf); TEST_SIGNAL()
464 EXPECT_LE(clock, syscall(__NR_times, &timebuf)); TEST_SIGNAL()

Completed in 140 milliseconds