HomeSort by: relevance | last modified time | path
    Searched defs:destroy_workqueue (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/common/include/linux/
workqueue.h 52 #define destroy_workqueue linux_destroy_workqueue macro
127 void destroy_workqueue(struct workqueue_struct *);
  /src/sys/external/bsd/common/linux/
linux_work.c 188 destroy_workqueue(system_highpri_wq);
190 destroy_workqueue(system_long_wq);
192 destroy_workqueue(system_power_efficient_wq);
194 destroy_workqueue(system_unbound_wq);
196 destroy_workqueue(system_wq);
213 destroy_workqueue(system_power_efficient_wq);
214 destroy_workqueue(system_long_wq);
215 destroy_workqueue(system_wq);
310 * destroy_workqueue(wq)
318 destroy_workqueue(struct workqueue_struct *wq
317 destroy_workqueue(struct workqueue_struct *wq) function in typeref:typename:void
    [all...]

Completed in 12 milliseconds