Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F165267436
D57701.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
459 B
Referenced Files
None
Subscribers
None
D57701.diff
View Options
Index: sys/compat/linuxkpi/common/include/linux/kthread.h
===================================================================
--- sys/compat/linuxkpi/common/include/linux/kthread.h
+++ sys/compat/linuxkpi/common/include/linux/kthread.h
@@ -110,6 +110,9 @@
__w; \
})
+#define kthread_run_worker(flags, fmt, ...) \
+ kthread_create_worker(flags, fmt, ##__VA_ARGS__)
+
static inline void
kthread_destroy_worker(struct kthread_worker *worker)
{
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 8, 7:18 AM (21 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36208620
Default Alt Text
D57701.diff (459 B)
Attached To
Mode
D57701: linuxkpi: Add `kthread_run_worker()`
Attached
Detach File
Event Timeline
Log In to Comment