Home
last modified time | relevance | path

Searched refs:work_pending (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/soc/xilinx/
H A Dzynqmp_power.c78 if (work_pending(&zynqmp_pm_init_restart_work->callback_work)) in subsystem_restart_event_callback()
91 if (work_pending(&zynqmp_pm_init_suspend_work->callback_work)) in suspend_event_callback()
136 if (work_pending(&zynqmp_pm_init_suspend_work->callback_work)) in ipi_receive_callback()
/linux/arch/mips/kernel/
H A Dentry.S52 bnez t0, work_pending
121 work_pending: label
/linux/net/mptcp/
H A Dpm.c555 if (READ_ONCE(pm->work_pending) && in mptcp_pm_fully_established()
583 if (!READ_ONCE(pm->work_pending)) in mptcp_pm_subflow_established()
588 if (READ_ONCE(pm->work_pending)) in mptcp_pm_subflow_established()
611 if (!READ_ONCE(pm->work_pending) && !update_subflows) in mptcp_pm_subflow_check_next()
673 if (!READ_ONCE(pm->work_pending)) in mptcp_pm_add_addr_echoed()
678 if (mptcp_lookup_anno_list_by_saddr(msk, addr) && READ_ONCE(pm->work_pending)) in mptcp_pm_add_addr_echoed()
1042 /* pm->work_pending must be only be set to 'true' when in mptcp_pm_data_reset()
1045 WRITE_ONCE(pm->work_pending, in mptcp_pm_data_reset()
H A Dprotocol.h229 bool work_pending;
H A Dpm_kernel.c1548 WRITE_ONCE(msk->pm.work_pending, false); in mptcp_pm_nl_check_work_pending()
/linux/arch/alpha/kernel/
H A Dentry.S494 bne $2, work_pending
542 .type work_pending, @function
543 work_pending: label
/linux/drivers/net/fjes/
H A Dfjes_hw.c1019 if (!work_pending(&adapter->force_close_task)) { in fjes_hw_update_zone_task()
1107 if (!work_pending(&adapter->force_close_task)) { in fjes_hw_update_zone_task()
1131 if (!work_pending(&adapter->force_close_task)) { in fjes_hw_update_zone_task()
1171 if (!work_pending(&adapter->unshare_watch_task)) in fjes_hw_update_zone_task()
1200 if (!work_pending(&adapter->unshare_watch_task)) in fjes_hw_epstop_task()
/linux/include/linux/
H A Dworkqueue.h355 #define work_pending(work) \ macro
364 work_pending(&(w)->work)
/linux/drivers/cxl/
H A Dmem.c127 if (work_pending(&cxlmd->detach_work)) in cxl_mem_probe()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_rdma.c254 if (!work_pending(&event_node->work)) { in qede_rdma_get_free_event_node()
/linux/fs/smb/client/
H A Dcached_dir.c719 WARN_ON(work_pending(&cfid->close_work)); in free_cached_dir()
720 WARN_ON(work_pending(&cfid->put_work)); in free_cached_dir()
/linux/drivers/net/wireless/silabs/wfx/
H A Dbh.c255 if (!wdev->hif.tx_buffers_used && !work_pending(work)) { in bh_work()
/linux/drivers/s390/cio/
H A Deadm_sch.c317 if (work_pending(&sch->todo_work)) in eadm_subchannel_sch_event()
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_pfvf_mbox.c311 if (work_pending(&oct->mbox[ring]->wk.work)) in octep_delete_pfvf_mbox()
/linux/drivers/net/wireless/st/cw1200/
H A Dtxrx.c1032 WARN_ON(work_pending(&priv->linkid_reset_work)); in cw1200_rx_cb()
1045 WARN_ON(work_pending(&priv->linkid_reset_work)); in cw1200_rx_cb()
/linux/drivers/misc/
H A Dmrvl_cn10k_dpi.c380 if (work_pending(&dpi->mbox[vf]->work)) in dpi_pfvf_mbox_destroy()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_arfs.c435 if (!work_pending(&arfs_rule->arfs_work) && in arfs_may_expire_flow()
/linux/kernel/power/
H A Dmain.c135 if (!work_pending(&pm_fs_sync_work)) { in pm_sleep_fs_sync()
/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h230 int work_pending; member
/linux/mm/
H A Dbacking-dev.c636 WARN_ON_ONCE(work_pending(&wb->switch_work)); in cgwb_release_workfn()
/linux/drivers/usb/serial/
H A Dmos7720.c287 if (work_pending(&mos_parport->work)) in parport_prologue()
/linux/kernel/
H A Dworkqueue.c788 WARN_ON_ONCE(!work_pending(work)); in set_work_data()
2909 if (work_pending(&pool->idle_cull_work)) in idle_worker_timeout()
6108 if (work_pending(work)) in work_busy()
/linux/drivers/mmc/host/
H A Dusdhi6rol0.c1666 if (!work_pending(&mmc->detect.work) && in usdhi6_cd()
/linux/drivers/rapidio/
H A Drio_cm.c618 if (rio_mport_is_running(cm->mport) && !work_pending(&cm->rx_work)) in riocm_inb_msg_event()
/linux/drivers/md/
H A Ddm-raid.c3336 if (work_pending(&rs->md.event_work)) in raid_dtr()

12