Home
last modified time | relevance | path

Searched refs:delayed_work_pending (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v5.4/include/net/netfilter/
Dnf_conntrack_ecache.h211 if (!delayed_work_pending(&net->ct.ecache_dwork)) { in nf_conntrack_ecache_delayed_work()
/Linux-v5.4/net/rds/
Dconnection.c454 WARN_ON(delayed_work_pending(&cp->cp_send_w)); in rds_conn_path_destroy()
455 WARN_ON(delayed_work_pending(&cp->cp_recv_w)); in rds_conn_path_destroy()
456 WARN_ON(delayed_work_pending(&cp->cp_conn_w)); in rds_conn_path_destroy()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_utils.h253 } while (delayed_work_pending(dw)); in drain_delayed_work()
Di915_debugfs.c1046 else if (delayed_work_pending(&gt->hangcheck.work)) in i915_hangcheck_info()
4021 yesno(delayed_work_pending(&hotplug->reenable_work))); in i915_hpd_storm_ctl_show()
/Linux-v5.4/include/linux/
Dworkqueue.h301 #define delayed_work_pending(w) \ macro
/Linux-v5.4/drivers/scsi/
Dscsi.c108 BUG_ON(delayed_work_pending(&cmd->abort_work)); in scsi_put_command()
Dscsi_error.c199 BUG_ON(delayed_work_pending(&scmd->abort_work)); in scsi_abort_command()
/Linux-v5.4/net/smc/
Dsmc_core.c186 if (!delayed_work_pending(&lgr->free_work)) { in smc_lgr_free_work()
635 if (delayed_work_pending(&lgr->free_work)) in smc_conn_create()
/Linux-v5.4/fs/lockd/
Dsvc.c708 WARN_ONCE(delayed_work_pending(&ln->grace_period_end), in lockd_exit_net()
/Linux-v5.4/mm/
Dvmstat.c1868 if (!delayed_work_pending(this_cpu_ptr(&vmstat_work))) in quiet_vmstat()
1902 if (!delayed_work_pending(dw) && need_update(cpu)) in vmstat_shepherd()
Dbacking-dev.c371 WARN_ON(delayed_work_pending(&wb->dwork)); in wb_exit()
/Linux-v5.4/drivers/block/
Dfloppy.c649 !delayed_work_pending(&fd_timeout)) { in is_alive()
1819 if (delayed_work_pending(&fd_timer)) in show_floppy()
1823 if (delayed_work_pending(&fd_timeout)) in show_floppy()
4907 if (delayed_work_pending(&fd_timeout)) in floppy_release_irq_and_dma()
4909 if (delayed_work_pending(&fd_timer)) in floppy_release_irq_and_dma()
Drbd.c4324 if (have_requests || delayed_work_pending(&rbd_dev->lock_dwork)) { in maybe_kick_acquire()
/Linux-v5.4/drivers/net/fjes/
Dfjes_main.c220 if (!delayed_work_pending(&adapter->interrupt_watch_task)) { in fjes_request_irq()
1364 if (!delayed_work_pending(&adapter->interrupt_watch_task)) in fjes_irq_watch_task()
/Linux-v5.4/drivers/gpu/drm/omapdrm/
Domap_crtc.c357 if (!delayed_work_pending(&omap_crtc->update_work)) in omap_crtc_flush()
/Linux-v5.4/net/batman-adv/
Dbat_v_ogm.c106 if (delayed_work_pending(&bat_priv->bat_v.ogm_wq)) in batadv_v_ogm_start_timer()
/Linux-v5.4/drivers/staging/uwb/
Drsv.c878 if (!delayed_work_pending(&rc->rsv_update_work)) { in uwb_rsv_sched_update()
/Linux-v5.4/kernel/cgroup/
Dcgroup-v1.c226 if (!delayed_work_pending(dwork)) { in cgroup_pidlist_destroy_work_fn()
/Linux-v5.4/drivers/power/supply/
Dpm2301_charger.c936 if (delayed_work_pending(&pm2->check_hw_failure_work)) in pm2xxx_wall_charger_suspend()
/Linux-v5.4/kernel/sched/
Dpsi.c785 if (wake_clock && !delayed_work_pending(&group->avgs_work)) in psi_task_change()
/Linux-v5.4/drivers/devfreq/
Ddevfreq.c476 if (!delayed_work_pending(&devfreq->work) && in devfreq_monitor_resume()
/Linux-v5.4/drivers/net/wireless/marvell/libertas/
Dcfg.c798 if (priv->scan_req || delayed_work_pending(&priv->scan_work)) { in lbs_cfg_scan()
/Linux-v5.4/drivers/thunderbolt/
Dicm.c314 if (delayed_work_pending(&icm->rescan_work)) in icm_postpone_rescan()
/Linux-v5.4/drivers/net/wireless/st/cw1200/
Dsta.c1219 if (delayed_work_pending(&priv->join_timeout)) { in cw1200_do_join()
/Linux-v5.4/drivers/usb/host/
Dxhci-ring.c1332 if (!xhci->current_cmd || delayed_work_pending(&xhci->cmd_timer)) { in xhci_handle_command_timeout()

12