/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | selftest_engine_heartbeat.c | 225 if (!delayed_work_pending(&engine->heartbeat.work)) { in __live_heartbeat_fast() 300 if (!delayed_work_pending(&engine->heartbeat.work)) { in __live_heartbeat_off() 313 if (delayed_work_pending(&engine->heartbeat.work)) { in __live_heartbeat_off()
|
/kernel/linux/linux-5.10/include/net/netfilter/ |
D | nf_conntrack_ecache.h | 211 if (!delayed_work_pending(&net->ct.ecache_dwork)) { in nf_conntrack_ecache_delayed_work()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | intel_wakeref.c | 73 INTEL_WAKEREF_BUG_ON(delayed_work_pending(&wf->work)); in __intel_wakeref_put_last()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | discard.c | 327 if (!delayed_work_pending(&discard_ctl->work)) in btrfs_discard_queue_work() 338 if (!override && delayed_work_pending(&discard_ctl->work)) in __btrfs_discard_schedule_work()
|
/kernel/linux/linux-5.10/net/rds/ |
D | connection.c | 466 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/prestera/ |
D | prestera_main.c | 441 if (!delayed_work_pending(caching_dw)) in prestera_port_handle_event() 446 if (delayed_work_pending(caching_dw)) in prestera_port_handle_event()
|
/kernel/linux/linux-5.10/include/linux/ |
D | workqueue.h | 301 #define delayed_work_pending(w) \ macro
|
/kernel/linux/linux-5.10/fs/lockd/ |
D | svc.c | 708 WARN_ONCE(delayed_work_pending(&ln->grace_period_end), in lockd_exit_net()
|
/kernel/linux/linux-5.10/drivers/net/fjes/ |
D | fjes_main.c | 223 if (!delayed_work_pending(&adapter->interrupt_watch_task)) { in fjes_request_irq() 1376 if (!delayed_work_pending(&adapter->interrupt_watch_task)) in fjes_irq_watch_task()
|
/kernel/linux/linux-5.10/mm/ |
D | vmstat.c | 1949 if (!delayed_work_pending(this_cpu_ptr(&vmstat_work))) in quiet_vmstat() 1983 if (!delayed_work_pending(dw) && need_update(cpu) && in vmstat_shepherd()
|
D | backing-dev.c | 360 WARN_ON(delayed_work_pending(&wb->dwork)); in wb_exit()
|
/kernel/linux/linux-5.10/drivers/block/ |
D | floppy.c | 647 !delayed_work_pending(&fd_timeout)) { in is_alive() 1855 if (delayed_work_pending(&fd_timer)) in show_floppy() 1859 if (delayed_work_pending(&fd_timeout)) in show_floppy() 4988 if (delayed_work_pending(&fd_timeout)) in floppy_release_irq_and_dma() 4990 if (delayed_work_pending(&fd_timer)) in floppy_release_irq_and_dma()
|
/kernel/linux/linux-5.10/net/batman-adv/ |
D | bat_v_ogm.c | 107 if (delayed_work_pending(&bat_priv->bat_v.ogm_wq)) in batadv_v_ogm_start_timer()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
D | omap_crtc.c | 357 if (!delayed_work_pending(&omap_crtc->update_work)) in omap_crtc_flush()
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | psi.c | 745 if (wake_clock && !delayed_work_pending(&group->avgs_work)) in psi_group_change()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
D | pm2301_charger.c | 931 if (delayed_work_pending(&pm2->check_hw_failure_work)) in pm2xxx_wall_charger_suspend()
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
D | cgroup-v1.c | 223 if (!delayed_work_pending(dwork)) { in cgroup_pidlist_destroy_work_fn()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
D | intel_psr.c | 634 if (delayed_work_pending(&dev_priv->psr.dc3co_work)) in tgl_dc3co_disable_work()
|
D | intel_display_debugfs.c | 1681 yesno(delayed_work_pending(&hotplug->reenable_work))); in i915_hpd_storm_ctl_show()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
D | cfg.c | 802 if (priv->scan_req || delayed_work_pending(&priv->scan_work)) { in lbs_cfg_scan()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | scsi_error.c | 207 BUG_ON(delayed_work_pending(&scmd->abort_work)); in scsi_abort_command()
|
/kernel/linux/linux-5.10/drivers/devfreq/ |
D | devfreq.c | 546 if (!delayed_work_pending(&devfreq->work) && in devfreq_monitor_resume()
|
/kernel/linux/linux-5.10/net/smc/ |
D | smc_core.c | 1326 if (!rc && delayed_work_pending(&lgr->free_work)) in smc_conn_create()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
D | icm.c | 330 if (delayed_work_pending(&icm->rescan_work)) in icm_postpone_rescan()
|
/kernel/linux/linux-5.10/sound/soc/ |
D | soc-core.c | 404 if (delayed_work_pending(&rtd->delayed_work)) in soc_free_pcm_runtime()
|