Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109438758
D33307.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
567 B
Referenced Files
None
Subscribers
None
D33307.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/iopoll.h b/sys/compat/linuxkpi/common/include/linux/iopoll.h
--- a/sys/compat/linuxkpi/common/include/linux/iopoll.h
+++ b/sys/compat/linuxkpi/common/include/linux/iopoll.h
@@ -61,6 +61,9 @@
(_cond) ? 0 : (-ETIMEDOUT); \
})
+#define readx_poll_timeout(_pollfp, _addr, _var, _cond, _us, _to) \
+ read_poll_timeout(_pollfp, _var, _cond, _us, _to, false, _addr)
+
#define read_poll_timeout_atomic(_pollfp, _var, _cond, _us, _to, _early_sleep, ...) \
({ \
struct timeval __now, __end; \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 6, 1:59 AM (5 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16484809
Default Alt Text
D33307.diff (567 B)
Attached To
Mode
D33307: LinuxKPI: Add readx_poll_timeout wrapper
Attached
Detach File
Event Timeline
Log In to Comment