/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
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()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | intel_wakeref.c | 73 INTEL_WAKEREF_BUG_ON(delayed_work_pending(&wf->work)); in __intel_wakeref_put_last()
|
/linux-6.3-rc2/net/rds/ |
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()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | discard.c | 356 if (!delayed_work_pending(&discard_ctl->work)) in btrfs_discard_queue_work() 367 if (!override && delayed_work_pending(&discard_ctl->work)) in __btrfs_discard_schedule_work()
|
/linux-6.3-rc2/drivers/i2c/busses/ |
A D | i2c-designware-amdpsp.c | 340 if (!delayed_work_pending(&release_queue)) in psp_release_i2c_bus()
|
/linux-6.3-rc2/fs/cifs/ |
A D | misc.c | 743 if (delayed_work_pending(&cfile->deferred)) { in cifs_close_deferred_file() 774 if (delayed_work_pending(&cfile->deferred)) { in cifs_close_all_deferred_files() 809 if (delayed_work_pending(&cfile->deferred)) { in cifs_close_deferred_file_under_dentry()
|
/linux-6.3-rc2/net/netfilter/ |
A D | nf_conntrack_ecache.c | 289 !delayed_work_pending(&cnet->ecache.dwork)) { in nf_conntrack_ecache_work()
|
/linux-6.3-rc2/include/linux/ |
A D | workqueue.h | 296 #define delayed_work_pending(w) \ macro
|
/linux-6.3-rc2/fs/lockd/ |
A D | svc.c | 624 WARN_ONCE(delayed_work_pending(&ln->grace_period_end), in lockd_exit_net()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/ |
A D | prestera_main.c | 833 if (!delayed_work_pending(caching_dw)) in prestera_port_handle_event() 841 if (delayed_work_pending(caching_dw)) in prestera_port_handle_event()
|
/linux-6.3-rc2/mm/ |
A D | vmstat.c | 1985 if (!delayed_work_pending(this_cpu_ptr(&vmstat_work))) in quiet_vmstat() 2019 if (!delayed_work_pending(dw) && need_update(cpu)) in vmstat_shepherd()
|
A D | backing-dev.c | 487 WARN_ON(delayed_work_pending(&wb->dwork)); in wb_exit()
|
/linux-6.3-rc2/drivers/block/ |
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() 4928 if (delayed_work_pending(&fd_timeout)) in floppy_release_irq_and_dma() 4930 if (delayed_work_pending(&fd_timer)) in floppy_release_irq_and_dma()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_hotplug.c | 793 str_yes_no(delayed_work_pending(&hotplug->reenable_work))); in i915_hpd_storm_ctl_show()
|
/linux-6.3-rc2/drivers/net/fjes/ |
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()
|
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/ |
A D | omap_crtc.c | 344 if (!delayed_work_pending(&omap_crtc->update_work)) in omap_crtc_flush()
|
/linux-6.3-rc2/net/batman-adv/ |
A D | bat_v_ogm.c | 107 if (delayed_work_pending(&bat_priv->bat_v.ogm_wq)) in batadv_v_ogm_start_timer()
|
/linux-6.3-rc2/kernel/cgroup/ |
A D | cgroup-v1.c | 222 if (!delayed_work_pending(dwork)) { in cgroup_pidlist_destroy_work_fn()
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_ag.c | 230 ASSERT(!delayed_work_pending(&pag->pag_blockgc_work)); in __xfs_free_perag()
|
/linux-6.3-rc2/kernel/sched/ |
A D | psi.c | 857 if (wake_clock && !delayed_work_pending(&group->avgs_work)) in psi_group_change()
|
/linux-6.3-rc2/net/wireless/ |
A D | mlme.c | 1116 delayed_work_pending(&rdev->background_cac_done_wk)) in cfg80211_start_background_radar_detection()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | scsi_error.c | 246 BUG_ON(delayed_work_pending(&scmd->abort_work)); in scsi_abort_command()
|
/linux-6.3-rc2/drivers/devfreq/ |
A D | devfreq.c | 570 if (!delayed_work_pending(&devfreq->work) && in devfreq_monitor_resume()
|
/linux-6.3-rc2/drivers/net/wireless/marvell/libertas/ |
A D | cfg.c | 851 if (priv->scan_req || delayed_work_pending(&priv->scan_work)) { in lbs_cfg_scan()
|
/linux-6.3-rc2/drivers/net/wireless/st/cw1200/ |
A D | sta.c | 1220 if (delayed_work_pending(&priv->join_timeout)) { in cw1200_do_join()
|