Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dsignal_pending.c12 struct itimerval timeo = { in test_signal_pending_by_type() local
31 err = setitimer(ITIMER_REAL, &timeo, NULL); in test_signal_pending_by_type()
/external/kernel-headers/original/uapi/linux/
Dnfs4_mount.h32 int timeo; /* 1 */ member
Dnfs_mount.h34 int timeo; /* 1 */ member
/external/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd01.c107 long waittmr(int tfd, int timeo) in waittmr() argument
115 if (poll(&pfd, 1, timeo) < 0) { in waittmr()
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs124 pub timeo: ::c_int,