Home
last modified time | relevance | path

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

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