HomeSort by: relevance | last modified time | path
    Searched defs:alloc_ordered_workqueue (Results 1 - 4 of 4) 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);
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 *
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 59 milliseconds