Home
last modified time | relevance | path

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

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