Home
last modified time | relevance | path

Searched refs:wq_power_efficient (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/kernel/
Dworkqueue.c310 static bool wq_power_efficient = IS_ENABLED(CONFIG_WQ_POWER_EFFICIENT_DEFAULT); variable
311 module_param_named(power_efficient, wq_power_efficient, bool, 0444);
4307 if ((flags & WQ_POWER_EFFICIENT) && wq_power_efficient) in alloc_workqueue()