OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alloc_ordered_workqueue
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/common/include/linux/
workqueue.h
44
#define
alloc_ordered_workqueue
linux_alloc_ordered_workqueue
macro
121
alloc_ordered_workqueue
((name), 0)
126
alloc_ordered_workqueue
(const char *, int);
/src/sys/external/bsd/common/linux/
linux_work.c
153
system_highpri_wq =
alloc_ordered_workqueue
("lnxhipwq", 0);
159
system_long_wq =
alloc_ordered_workqueue
("lnxlngwq", 0);
165
system_power_efficient_wq =
alloc_ordered_workqueue
("lnxpwrwq", 0);
171
system_unbound_wq =
alloc_ordered_workqueue
("lnxubdwq", 0);
177
system_wq =
alloc_ordered_workqueue
("lnxsyswq", 0);
298
*
alloc_ordered_workqueue
(name, flags)
303
alloc_ordered_workqueue
(const char *name, int flags)
302
alloc_ordered_workqueue
(const char *name, int flags)
function in typeref:struct:workqueue_struct *
Completed in 173 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025