Searched refs:_pollfp (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | iopoll.h | 35 #define read_poll_timeout(_pollfp, _var, _cond, _us, _to, _early_sleep, ...) \ argument 48 (_var) = _pollfp(__VA_ARGS__); \ 62 #define readx_poll_timeout(_pollfp, _addr, _var, _cond, _us, _to) \ argument 63 read_poll_timeout(_pollfp, _var, _cond, _us, _to, false, _addr) 65 #define read_poll_timeout_atomic(_pollfp, _var, _cond, _us, _to, _early_sleep, ...) \ argument 78 (_var) = _pollfp(__VA_ARGS__); \
|