Home
last modified time | relevance | path

Searched refs:__timeo (Results 1 – 2 of 2) sorted by relevance

/linux/net/iucv/
H A Daf_iucv.c59 long __timeo = timeo; \
63 if (!__timeo) { \
68 ret = sock_intr_errno(__timeo); \
72 __timeo = schedule_timeout(__timeo); \
/linux/include/net/
H A Dsock.h1141 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument
1146 *(__timeo) = wait_woken(__wait, \
1148 *(__timeo)); \