Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_engine_heartbeat.c204 if (!delayed_work_pending(&engine->heartbeat.work)) { in __live_heartbeat_off()
217 if (delayed_work_pending(&engine->heartbeat.work)) { in __live_heartbeat_off()
/linux/net/rds/
H A Dconnection.c466 WARN_ON(delayed_work_pending(&cp->cp_send_w)); in rds_conn_path_destroy()
467 WARN_ON(delayed_work_pending(&cp->cp_recv_w)); in rds_conn_path_destroy()
468 WARN_ON(delayed_work_pending(&cp->cp_conn_w)); in rds_conn_path_destroy()
/linux/fs/btrfs/
H A Ddiscard.c371 if (!delayed_work_pending(&discard_ctl->work)) in btrfs_discard_queue_work()
382 if (!override && delayed_work_pending(&discard_ctl->work)) in __btrfs_discard_schedule_work()
/linux/fs/smb/client/
H A Dmisc.c765 if (delayed_work_pending(&cfile->deferred)) { in cifs_close_deferred_file()
797 if (delayed_work_pending(&cfile->deferred)) { in cifs_close_all_deferred_files()
833 if (delayed_work_pending(&cfile->deferred)) { in cifs_close_deferred_file_under_dentry()
H A Dfile.c1380 delayed_work_pending(&cfile->deferred)) { in cifs_close()
/linux/drivers/accel/ivpu/
H A Divpu_pm.c398 drm_WARN_ON(&vdev->drm, delayed_work_pending(&vdev->pm->job_timeout_work)); in ivpu_pm_cancel_recovery()
/linux/include/linux/
H A Dworkqueue.h362 #define delayed_work_pending(w) \ macro
/linux/fs/lockd/
H A Dsvc.c560 WARN_ONCE(delayed_work_pending(&ln->grace_period_end), in lockd_exit_net()
/linux/drivers/net/fjes/
H A Dfjes_main.c391 if (!delayed_work_pending(&adapter->interrupt_watch_task)) { in fjes_request_irq()
1324 if (!delayed_work_pending(&adapter->interrupt_watch_task)) in fjes_irq_watch_task()
/linux/mm/
H A Dvmstat.c2062 if (!delayed_work_pending(this_cpu_ptr(&vmstat_work))) in quiet_vmstat()
2110 if (!delayed_work_pending(dw) && need_update(cpu)) in vmstat_shepherd()
H A Dbacking-dev.c582 WARN_ON(delayed_work_pending(&wb->dwork)); in cgwb_create()
H A Dslab_common.c1634 if (delayed_work_pending(&krcp->monitor_work)) { in __schedule_delayed_monitor_work()
/linux/drivers/devfreq/
H A Ddevfreq.c491 if (delayed_work_pending(&devfreq->work)) in devfreq_monitor_start()
591 if (!delayed_work_pending(&devfreq->work) && in devfreq_monitor_resume()
/linux/drivers/extcon/
H A Dextcon-rtk-type-c.c1421 WARN_ON_ONCE(delayed_work_pending(&type_c->delayed_work)); in extcon_rtk_type_c_remove()
1727 WARN_ON_ONCE(delayed_work_pending(&type_c->delayed_work)); in extcon_rtk_type_c_prepare()
/linux/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c344 if (!delayed_work_pending(&omap_crtc->update_work)) in omap_crtc_flush()
/linux/net/batman-adv/
H A Dbat_v_ogm.c107 if (delayed_work_pending(&bat_priv->bat_v.ogm_wq)) in batadv_v_ogm_start_timer()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c1022 str_yes_no(delayed_work_pending(&hotplug->reenable_work))); in i915_hpd_storm_ctl_show()
H A Dintel_psr.c1153 if (delayed_work_pending(&intel_dp->psr.dc3co_work)) in tgl_dc3co_disable_work()
/linux/kernel/cgroup/
H A Dcgroup-v1.c228 if (!delayed_work_pending(dwork)) { in cgroup_pidlist_destroy_work_fn()
/linux/drivers/scsi/
H A Dscsi_error.c246 BUG_ON(delayed_work_pending(&scmd->abort_work)); in scsi_abort_command()
/linux/drivers/net/wireless/st/cw1200/
H A Dsta.c1220 if (delayed_work_pending(&priv->join_timeout)) { in cw1200_do_join()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c794 if (delayed_work_pending(&vc4_hdmi->scrambling_work)) in vc4_hdmi_disable_scrambling()
/linux/net/smc/
H A Dsmc_core.c2007 if (!rc && delayed_work_pending(&lgr->free_work)) in smc_conn_create()
/linux/drivers/net/
H A Damt.c433 if (!delayed_work_pending(&snode->source_timer) || in amt_group_work()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c3242 blink = delayed_work_pending(&ops->cursor_work); in show_cursor_blink()

12