Searched refs:timeo (Results 1 – 10 of 10) sorted by relevance
/include/linux/sunrpc/ |
D | timer.h | 15 unsigned long timeo; /* default timeout value */ member 22 extern void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo);
|
/include/linux/ |
D | nfs4_mount.h | 31 int timeo; /* 1 */ member
|
D | nfs_mount.h | 33 int timeo; /* 1 */ member
|
D | netlink.h | 204 long *timeo, struct sock *ssk);
|
/include/net/ |
D | dn_nsp.h | 40 extern struct sk_buff *dn_alloc_send_skb(struct sock *sk, size_t *size, int noblock, long timeo, in…
|
D | inet_timewait_sock.h | 211 const int timeo, const int timewait_len);
|
D | sock.h | 788 extern int sk_wait_data(struct sock *sk, long *timeo); 2016 static inline int sock_intr_errno(long timeo) in sock_intr_errno() argument 2018 return timeo == MAX_SCHEDULE_TIMEOUT ? -ERESTARTSYS : -EINTR; in sock_intr_errno()
|
D | tcp.h | 53 extern void tcp_time_wait(struct sock *sk, int state, int timeo);
|
/include/net/bluetooth/ |
D | hci_core.h | 597 unsigned long timeo; in hci_conn_put() local 601 timeo = msecs_to_jiffies(conn->disc_timeout); in hci_conn_put() 603 timeo *= 20; in hci_conn_put() 605 timeo = msecs_to_jiffies(10); in hci_conn_put() 608 timeo = msecs_to_jiffies(10); in hci_conn_put() 612 &conn->disc_work, timeo); in hci_conn_put()
|
D | bluetooth.h | 212 int bt_sock_wait_state(struct sock *sk, int state, unsigned long timeo);
|