Home
last modified time | relevance | path

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

/openbmc/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); \
/openbmc/linux/include/net/
H A Dsock.h1193 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument
1198 *(__timeo) = wait_woken(__wait, \
1200 *(__timeo)); \