Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dsock.h1193 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument
1196 __rc = __condition; \
1204 __rc = __dis == __sk->sk_disconnects ? __condition : -EPIPE; \