Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/librdmacm/examples/
H A Dcommon.c160 ret = rs_poll(fds, 1, timeout); in do_poll()
H A Dcommon.h59 #define rs_poll(f,n,t) use_rs ? rpoll(f,n,t) : poll(f,n,t) macro
H A Dudpong.c344 ret = rs_poll(&fds, 1, timeout); in client_recv()