/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_engine_heartbeat.c | 232 if (!delayed_work_pending(&engine->heartbeat.work)) { in __live_heartbeat_fast() 313 if (!delayed_work_pending(&engine->heartbeat.work)) { in __live_heartbeat_off() 326 if (delayed_work_pending(&engine->heartbeat.work)) { in __live_heartbeat_off()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-designware-amdpsp.c | 229 if (!delayed_work_pending(&release_queue)) in psp_release_i2c_bus()
|
/openbmc/linux/net/rds/ |
H A 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()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_wakeref.c | 74 INTEL_WAKEREF_BUG_ON(delayed_work_pending(&wf->work)); in __intel_wakeref_put_last()
|
/openbmc/linux/fs/btrfs/ |
H A D | discard.c | 371 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()
|
/openbmc/linux/fs/smb/client/ |
H A D | misc.c | 762 if (delayed_work_pending(&cfile->deferred)) { in cifs_close_deferred_file() 795 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()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_ecache.c | 289 !delayed_work_pending(&cnet->ecache.dwork)) { in nf_conntrack_ecache_work()
|
/openbmc/linux/include/linux/ |
H A D | workqueue.h | 357 #define delayed_work_pending(w) \ macro
|
/openbmc/linux/fs/lockd/ |
H A D | svc.c | 573 WARN_ONCE(delayed_work_pending(&ln->grace_period_end), in lockd_exit_net()
|
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_main.c | 828 if (!delayed_work_pending(caching_dw)) in prestera_port_handle_event() 836 if (delayed_work_pending(caching_dw)) in prestera_port_handle_event()
|
/openbmc/linux/mm/ |
H A D | vmstat.c | 1995 if (!delayed_work_pending(this_cpu_ptr(&vmstat_work))) in quiet_vmstat() 2043 if (!delayed_work_pending(dw) && need_update(cpu)) in vmstat_shepherd()
|
H A D | backing-dev.c | 490 WARN_ON(delayed_work_pending(&wb->dwork)); in wb_exit()
|
/openbmc/linux/drivers/block/ |
H A 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() 4930 if (delayed_work_pending(&fd_timeout)) in floppy_release_irq_and_dma() 4932 if (delayed_work_pending(&fd_timer)) in floppy_release_irq_and_dma()
|
/openbmc/linux/drivers/net/fjes/ |
H A D | fjes_main.c | 394 if (!delayed_work_pending(&adapter->interrupt_watch_task)) { in fjes_request_irq() 1327 if (!delayed_work_pending(&adapter->interrupt_watch_task)) in fjes_irq_watch_task()
|
/openbmc/linux/net/batman-adv/ |
H A D | bat_v_ogm.c | 107 if (delayed_work_pending(&bat_priv->bat_v.ogm_wq)) in batadv_v_ogm_start_timer()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_hotplug.c | 819 str_yes_no(delayed_work_pending(&hotplug->reenable_work))); in i915_hpd_storm_ctl_show()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_crtc.c | 344 if (!delayed_work_pending(&omap_crtc->update_work)) in omap_crtc_flush()
|
/openbmc/linux/drivers/devfreq/ |
H A D | devfreq.c | 491 if (delayed_work_pending(&devfreq->work)) in devfreq_monitor_start() 591 if (!delayed_work_pending(&devfreq->work) && in devfreq_monitor_resume()
|
/openbmc/linux/kernel/cgroup/ |
H A D | cgroup-v1.c | 222 if (!delayed_work_pending(dwork)) { in cgroup_pidlist_destroy_work_fn()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_ag.c | 243 ASSERT(!delayed_work_pending(&pag->pag_blockgc_work)); in __xfs_free_perag()
|
/openbmc/linux/kernel/sched/ |
H A D | psi.c | 883 if (wake_clock && !delayed_work_pending(&group->avgs_work)) in psi_group_change()
|
/openbmc/linux/net/wireless/ |
H A D | mlme.c | 1148 delayed_work_pending(&rdev->background_cac_done_wk)) in cfg80211_start_background_radar_detection()
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | cfg.c | 851 if (priv->scan_req || delayed_work_pending(&priv->scan_work)) { in lbs_cfg_scan()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_error.c | 246 BUG_ON(delayed_work_pending(&scmd->abort_work)); in scsi_abort_command()
|
/openbmc/linux/drivers/net/wireless/st/cw1200/ |
H A D | sta.c | 1220 if (delayed_work_pending(&priv->join_timeout)) { in cw1200_do_join()
|