Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/i915/gt/
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/drivers/i2c/busses/
A Di2c-designware-amdpsp.c229 if (!delayed_work_pending(&release_queue)) in psp_release_i2c_bus()
/linux/net/rds/
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/
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/drivers/gpu/drm/i915/
A Dintel_wakeref.c76 INTEL_WAKEREF_BUG_ON(delayed_work_pending(&wf->work)); in __intel_wakeref_put_last()
/linux/fs/smb/client/
A Dmisc.c764 if (delayed_work_pending(&cfile->deferred)) { in cifs_close_deferred_file()
796 if (delayed_work_pending(&cfile->deferred)) { in cifs_close_all_deferred_files()
832 if (delayed_work_pending(&cfile->deferred)) { in cifs_close_deferred_file_under_dentry()
/linux/net/netfilter/
A Dnf_conntrack_ecache.c289 !delayed_work_pending(&cnet->ecache.dwork)) { in nf_conntrack_ecache_work()
/linux/drivers/accel/ivpu/
A Divpu_pm.c373 drm_WARN_ON(&vdev->drm, delayed_work_pending(&vdev->pm->job_timeout_work)); in ivpu_pm_cancel_recovery()
/linux/include/linux/
A Dworkqueue.h362 #define delayed_work_pending(w) \ macro
/linux/fs/lockd/
A Dsvc.c568 WARN_ONCE(delayed_work_pending(&ln->grace_period_end), in lockd_exit_net()
/linux/drivers/net/ethernet/marvell/prestera/
A Dprestera_main.c829 if (!delayed_work_pending(caching_dw)) in prestera_port_handle_event()
837 if (delayed_work_pending(caching_dw)) in prestera_port_handle_event()
/linux/drivers/block/
A Dfloppy.c646 !delayed_work_pending(&fd_timeout)) { in is_alive()
1858 if (delayed_work_pending(&fd_timer)) in show_floppy()
1862 if (delayed_work_pending(&fd_timeout)) in show_floppy()
4937 if (delayed_work_pending(&fd_timeout)) in floppy_release_irq_and_dma()
4939 if (delayed_work_pending(&fd_timer)) in floppy_release_irq_and_dma()
/linux/drivers/net/fjes/
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/
A Dvmstat.c2053 if (!delayed_work_pending(this_cpu_ptr(&vmstat_work))) in quiet_vmstat()
2101 if (!delayed_work_pending(dw) && need_update(cpu)) in vmstat_shepherd()
A Dbacking-dev.c582 WARN_ON(delayed_work_pending(&wb->dwork)); in wb_exit()
/linux/drivers/gpu/drm/omapdrm/
A Domap_crtc.c344 if (!delayed_work_pending(&omap_crtc->update_work)) in omap_crtc_flush()
/linux/net/batman-adv/
A Dbat_v_ogm.c107 if (delayed_work_pending(&bat_priv->bat_v.ogm_wq)) in batadv_v_ogm_start_timer()
/linux/drivers/extcon/
A Dextcon-rtk-type-c.c1419 WARN_ON_ONCE(delayed_work_pending(&type_c->delayed_work)); in extcon_rtk_type_c_remove()
1725 WARN_ON_ONCE(delayed_work_pending(&type_c->delayed_work)); in extcon_rtk_type_c_prepare()
/linux/drivers/devfreq/
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/gpu/drm/i915/display/
A Dintel_hotplug.c1017 str_yes_no(delayed_work_pending(&hotplug->reenable_work))); in i915_hpd_storm_ctl_show()
/linux/kernel/cgroup/
A Dcgroup-v1.c228 if (!delayed_work_pending(dwork)) { in cgroup_pidlist_destroy_work_fn()
/linux/kernel/sched/
A Dpsi.c872 if (wake_clock && !delayed_work_pending(&group->avgs_work)) in psi_group_change()
/linux/net/wireless/
A Dmlme.c1257 delayed_work_pending(&rdev->background_cac_done_wk)) in cfg80211_start_background_radar_detection()
/linux/drivers/net/wireless/marvell/libertas/
A Dcfg.c851 if (priv->scan_req || delayed_work_pending(&priv->scan_work)) { in lbs_cfg_scan()
/linux/drivers/scsi/
A Dscsi_error.c246 BUG_ON(delayed_work_pending(&scmd->abort_work)); in scsi_abort_command()

Completed in 71 milliseconds

12