Home
last modified time | relevance | path

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

/linux/net/iucv/
H A Daf_iucv.c60 long __timeo = timeo; \
64 if (!__timeo) { \
69 ret = sock_intr_errno(__timeo); \
73 __timeo = schedule_timeout(__timeo); \
/linux/include/net/
H A Dsock.h1225 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument
1230 *(__timeo) = wait_woken(__wait, \
1232 *(__timeo)); \