Home
last modified time | relevance | path

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

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