Searched refs:from_wq (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/power/
H A Druntime.c13 static int __pm_runtime_resume(struct device *dev, bool from_wq);
168 * @from_wq: If set, the function has been called via pm_wq.
177 int __pm_runtime_suspend(struct device *dev, bool from_wq)
185 from_wq ? " from workqueue" : "");
217 if (from_wq) {
331 * @from_wq: If set, the function has been called via pm_wq.
341 int __pm_runtime_resume(struct device *dev, bool from_wq)
348 from_wq ? " from workqueue" : "");
369 if (from_wq) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_memory.c181 bool from_wq, uint64_t extra)
190 if (from_wq)
212 static void ttm_shrink(struct ttm_mem_global *glob, bool from_wq, argument
222 while (ttm_zones_above_swap_target(glob, from_wq, extra)) {
180 ttm_zones_above_swap_target(struct ttm_mem_global *glob, bool from_wq, uint64_t extra) argument

Completed in 73 milliseconds