Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/gpu/drm/i915/gt/
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-6.12.1/drivers/i2c/busses/
Di2c-designware-amdpsp.c229 if (!delayed_work_pending(&release_queue)) in psp_release_i2c_bus()
/linux-6.12.1/net/rds/
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-6.12.1/fs/btrfs/
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-6.12.1/drivers/gpu/drm/i915/
Dintel_wakeref.c76 INTEL_WAKEREF_BUG_ON(delayed_work_pending(&wf->work)); in __intel_wakeref_put_last()
/linux-6.12.1/fs/smb/client/
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-6.12.1/net/netfilter/
Dnf_conntrack_ecache.c289 !delayed_work_pending(&cnet->ecache.dwork)) { in nf_conntrack_ecache_work()
/linux-6.12.1/drivers/accel/ivpu/
Divpu_pm.c373 drm_WARN_ON(&vdev->drm, delayed_work_pending(&vdev->pm->job_timeout_work)); in ivpu_pm_cancel_recovery()
/linux-6.12.1/include/linux/
Dworkqueue.h362 #define delayed_work_pending(w) \ macro
/linux-6.12.1/fs/lockd/
Dsvc.c568 WARN_ONCE(delayed_work_pending(&ln->grace_period_end), in lockd_exit_net()
/linux-6.12.1/drivers/net/ethernet/marvell/prestera/
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-6.12.1/drivers/block/
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-6.12.1/drivers/net/fjes/
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-6.12.1/mm/
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()
Dbacking-dev.c582 WARN_ON(delayed_work_pending(&wb->dwork)); in wb_exit()
/linux-6.12.1/drivers/devfreq/
Ddevfreq.c491 if (delayed_work_pending(&devfreq->work)) in devfreq_monitor_start()
591 if (!delayed_work_pending(&devfreq->work) && in devfreq_monitor_resume()
/linux-6.12.1/drivers/extcon/
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-6.12.1/drivers/gpu/drm/omapdrm/
Domap_crtc.c344 if (!delayed_work_pending(&omap_crtc->update_work)) in omap_crtc_flush()
/linux-6.12.1/net/batman-adv/
Dbat_v_ogm.c107 if (delayed_work_pending(&bat_priv->bat_v.ogm_wq)) in batadv_v_ogm_start_timer()
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_hotplug.c1017 str_yes_no(delayed_work_pending(&hotplug->reenable_work))); in i915_hpd_storm_ctl_show()
/linux-6.12.1/kernel/cgroup/
Dcgroup-v1.c228 if (!delayed_work_pending(dwork)) { in cgroup_pidlist_destroy_work_fn()
/linux-6.12.1/net/wireless/
Dmlme.c1257 delayed_work_pending(&rdev->background_cac_done_wk)) in cfg80211_start_background_radar_detection()
/linux-6.12.1/kernel/sched/
Dpsi.c872 if (wake_clock && !delayed_work_pending(&group->avgs_work)) in psi_group_change()
/linux-6.12.1/drivers/net/wireless/marvell/libertas/
Dcfg.c851 if (priv->scan_req || delayed_work_pending(&priv->scan_work)) { in lbs_cfg_scan()
/linux-6.12.1/drivers/scsi/
Dscsi_error.c246 BUG_ON(delayed_work_pending(&scmd->abort_work)); in scsi_abort_command()

12