Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/iucv/
A Daf_iucv.c59 long __timeo = timeo; \
63 if (!__timeo) { \
68 ret = sock_intr_errno(__timeo); \
72 __timeo = schedule_timeout(__timeo); \
/linux-6.3-rc2/include/net/
A Dsock.h1175 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument
1180 *(__timeo) = wait_woken(__wait, \
1182 *(__timeo)); \

Completed in 16 milliseconds