Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dworkqueue.h627 extern bool workqueue_congested(int cpu, struct workqueue_struct *wq);
/linux-6.14.4/drivers/infiniband/hw/hfi1/
Druc.c436 workqueue_congested(ps->cpu, ps->ppd->hfi1_wq)) { in hfi1_schedule_send_yield()
/linux-6.14.4/kernel/
Dworkqueue.c6033 bool workqueue_congested(int cpu, struct workqueue_struct *wq) in workqueue_congested() function
6052 EXPORT_SYMBOL_GPL(workqueue_congested);
/linux-6.14.4/net/smc/
Daf_smc.c168 if (workqueue_congested(WORK_CPU_UNBOUND, smc_hs_wq)) in smc_hs_congested()