Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153312746
D30708.id90651.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
624 B
Referenced Files
None
Subscribers
None
D30708.id90651.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/list.h b/sys/compat/linuxkpi/common/include/linux/list.h
--- a/sys/compat/linuxkpi/common/include/linux/list.h
+++ b/sys/compat/linuxkpi/common/include/linux/list.h
@@ -202,6 +202,8 @@
for (p = list_entry((h)->next, typeof(*p), field); &(p)->field != (h); \
p = list_entry((p)->field.next, typeof(*p), field))
+#define list_for_each_entry_lockless list_for_each_entry
+
#define list_for_each_entry_safe(p, n, h, field) \
for (p = list_entry((h)->next, typeof(*p), field), \
n = list_entry((p)->field.next, typeof(*p), field); &(p)->field != (h);\
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 10:13 AM (7 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31904116
Default Alt Text
D30708.id90651.diff (624 B)
Attached To
Mode
D30708: linuxkpi: Add list_for_each_entry_lockless() macro
Attached
Detach File
Event Timeline
Log In to Comment