Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/i915/gt/
A Dselftest_engine_heartbeat.c232 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/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.c329 if (!delayed_work_pending(&discard_ctl->work)) in btrfs_discard_queue_work()
340 if (!override && delayed_work_pending(&discard_ctl->work)) in __btrfs_discard_schedule_work()
/linux/drivers/gpu/drm/i915/
A Dintel_wakeref.c73 INTEL_WAKEREF_BUG_ON(delayed_work_pending(&wf->work)); in __intel_wakeref_put_last()
/linux/fs/cifs/
A Dmisc.c735 if (delayed_work_pending(&cfile->deferred)) { in cifs_close_deferred_file()
766 if (delayed_work_pending(&cfile->deferred)) { in cifs_close_all_deferred_files()
801 if (delayed_work_pending(&cfile->deferred)) { in cifs_close_deferred_file_under_dentry()
/linux/net/netfilter/
A Dnf_conntrack_ecache.c295 !delayed_work_pending(&cnet->ecache_dwork)) { in nf_conntrack_ecache_work()
/linux/include/linux/
A Dworkqueue.h296 #define delayed_work_pending(w) \ macro
/linux/drivers/net/ethernet/marvell/prestera/
A Dprestera_main.c517 if (!delayed_work_pending(caching_dw)) in prestera_port_handle_event()
522 if (delayed_work_pending(caching_dw)) in prestera_port_handle_event()
/linux/fs/lockd/
A Dsvc.c710 WARN_ONCE(delayed_work_pending(&ln->grace_period_end), in lockd_exit_net()
/linux/mm/
A Dvmstat.c1973 if (!delayed_work_pending(this_cpu_ptr(&vmstat_work))) in quiet_vmstat()
2007 if (!delayed_work_pending(dw) && need_update(cpu)) in vmstat_shepherd()
A Dbacking-dev.c366 WARN_ON(delayed_work_pending(&wb->dwork)); in wb_exit()
/linux/drivers/block/
A Dfloppy.c648 !delayed_work_pending(&fd_timeout)) { in is_alive()
1856 if (delayed_work_pending(&fd_timer)) in show_floppy()
1860 if (delayed_work_pending(&fd_timeout)) in show_floppy()
4908 if (delayed_work_pending(&fd_timeout)) in floppy_release_irq_and_dma()
4910 if (delayed_work_pending(&fd_timer)) in floppy_release_irq_and_dma()
/linux/drivers/net/fjes/
A Dfjes_main.c215 if (!delayed_work_pending(&adapter->interrupt_watch_task)) { in fjes_request_irq()
1370 if (!delayed_work_pending(&adapter->interrupt_watch_task)) in fjes_irq_watch_task()
/linux/drivers/gpu/drm/omapdrm/
A Domap_crtc.c345 if (!delayed_work_pending(&omap_crtc->update_work)) in omap_crtc_flush()
/linux/net/batman-adv/
A Dbat_v_ogm.c108 if (delayed_work_pending(&bat_priv->bat_v.ogm_wq)) in batadv_v_ogm_start_timer()
/linux/fs/xfs/libxfs/
A Dxfs_ag.c175 ASSERT(!delayed_work_pending(&pag->pag_blockgc_work)); in __xfs_free_perag()
/linux/kernel/cgroup/
A Dcgroup-v1.c222 if (!delayed_work_pending(dwork)) { in cgroup_pidlist_destroy_work_fn()
/linux/kernel/sched/
A Dpsi.c749 if (wake_clock && !delayed_work_pending(&group->avgs_work)) in psi_group_change()
/linux/drivers/scsi/
A Dscsi_error.c240 BUG_ON(delayed_work_pending(&scmd->abort_work)); in scsi_abort_command()
/linux/drivers/net/wireless/marvell/libertas/
A Dcfg.c802 if (priv->scan_req || delayed_work_pending(&priv->scan_work)) { in lbs_cfg_scan()
/linux/drivers/devfreq/
A Ddevfreq.c573 if (!delayed_work_pending(&devfreq->work) && in devfreq_monitor_resume()
/linux/drivers/gpu/drm/i915/display/
A Dintel_psr.c642 if (delayed_work_pending(&intel_dp->psr.dc3co_work)) in tgl_dc3co_disable_work()
/linux/drivers/gpu/drm/vc4/
A Dvc4_hdmi.c575 if (delayed_work_pending(&vc4_hdmi->scrambling_work)) in vc4_hdmi_disable_scrambling()
/linux/sound/soc/
A Dsoc-core.c384 if (delayed_work_pending(&rtd->delayed_work)) in soc_free_pcm_runtime()
/linux/drivers/net/wireless/st/cw1200/
A Dsta.c1219 if (delayed_work_pending(&priv->join_timeout)) { in cw1200_do_join()

Completed in 82 milliseconds

12