Searched defs:timeo (Results 1 - 4 of 4) sorted by relevance

/external/fio/engines/
H A Dguasi.c87 long timeo = -1; local
95 timeo = t->tv_sec * 1000L + t->tv_nsec / 1000000L;
101 max - n, timeo);
/external/kernel-headers/original/uapi/linux/
H A Dnfs4_mount.h31 int timeo; /* 1 */ member in struct:nfs4_mount_data
H A Dnfs_mount.h33 int timeo; /* 1 */ member in struct:nfs_mount_data
/external/valgrind/main/memcheck/tests/linux/
H A Dtimerfd-syscall.c146 long waittmr(int tfd, int timeo) argument
154 if (poll(&pfd, 1, timeo) < 0)

Completed in 472 milliseconds