Home
last modified time | relevance | path

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

/linux/net/iucv/
A Daf_iucv.c58 long __timeo = timeo; \
62 if (!__timeo) { \
67 ret = sock_intr_errno(__timeo); \
71 __timeo = schedule_timeout(__timeo); \
/linux/include/net/
A Dsock.h1089 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument
1094 *(__timeo) = wait_woken(__wait, \
1096 *(__timeo)); \

Completed in 14 milliseconds