HomeSort by: relevance | last modified time | path
    Searched refs:system_power_efficient_wq (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/common/include/linux/
workqueue.h 66 #define system_power_efficient_wq linux_system_power_efficient_wq macro
113 extern struct workqueue_struct *system_power_efficient_wq;
  /src/sys/external/bsd/common/linux/
linux_work.c 127 struct workqueue_struct *system_power_efficient_wq __read_mostly;
165 system_power_efficient_wq = alloc_ordered_workqueue("lnxpwrwq", 0);
166 if (system_power_efficient_wq == NULL) {
191 if (system_power_efficient_wq)
192 destroy_workqueue(system_power_efficient_wq);
213 destroy_workqueue(system_power_efficient_wq);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_fence.c 127 queue_delayed_work(system_power_efficient_wq,

Completed in 12 milliseconds