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

/include/linux/sunrpc/
H A Dtimer.h15 unsigned long timeo; /* default timeout value */ member in struct:rpc_rtt
22 extern void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo);
/include/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
/include/net/bluetooth/
H A Dhci_core.h783 unsigned long timeo; local
790 timeo = conn->disc_timeout;
792 timeo *= 2;
794 timeo = 0;
799 timeo = conn->disc_timeout;
803 timeo = 0;
809 &conn->disc_work, timeo);
/include/net/
H A Dsock.h913 int sk_wait_data(struct sock *sk, long *timeo);
2145 static inline int sock_intr_errno(long timeo) argument
2147 return timeo == MAX_SCHEDULE_TIMEOUT ? -ERESTARTSYS : -EINTR;

Completed in 119 milliseconds