Home
last modified time | relevance | path

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

12

/linux/arch/mips/kernel/
H A Dentry.S52 bnez t0, work_pending
121 work_pending: label
/linux/net/mptcp/
H A Dpm.c608 if (READ_ONCE(pm->work_pending) && in mptcp_pm_fully_established()
636 if (!READ_ONCE(pm->work_pending)) in mptcp_pm_subflow_established()
641 if (READ_ONCE(pm->work_pending)) in mptcp_pm_subflow_established()
664 if (!READ_ONCE(pm->work_pending) && !update_subflows) in mptcp_pm_subflow_check_next()
726 if (!READ_ONCE(pm->work_pending)) in mptcp_pm_add_addr_echoed()
731 if (mptcp_lookup_anno_list_by_saddr(msk, addr) && READ_ONCE(pm->work_pending)) in mptcp_pm_add_addr_echoed()
1098 WRITE_ONCE(pm->work_pending, in mptcp_pm_data_reset()
H A Dprotocol.h229 bool work_pending;
H A Dpm_kernel.c1552 WRITE_ONCE(msk->pm.work_pending, false); in mptcp_pm_nl_check_work_pending()
/linux/net/ipv4/
H A Dudp_tunnel_nic.c49 u8 work_pending:1; member
308 utn->work_pending = 1; in udp_tunnel_nic_device_sync()
739 utn->work_pending = 0; in udp_tunnel_nic_device_sync_work()
907 if (utn->work_pending) in udp_tunnel_nic_unregister()
/linux/drivers/net/fjes/
H A Dfjes_hw.c1018 if (!work_pending(&adapter->force_close_task)) { in fjes_hw_update_zone_task()
1106 if (!work_pending(&adapter->force_close_task)) { in fjes_hw_update_zone_task()
1130 if (!work_pending(&adapter->force_close_task)) { in fjes_hw_update_zone_task()
1170 if (!work_pending(&adapter->unshare_watch_task)) in fjes_hw_update_zone_task()
1199 if (!work_pending(&adapter->unshare_watch_task)) in fjes_hw_epstop_task()
/linux/include/linux/
H A Drseq_entry.h128 static __always_inline bool __rseq_grant_slice_extension(bool work_pending) in __rseq_grant_slice_extension() argument
157 if (unlikely(work_pending || state.granted)) { in __rseq_grant_slice_extension()
/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.c732 WARN_ON(work_pending(&cfid->close_work)); in free_cached_dir()
733 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()
H A Dvfio_ccw_drv.c256 if (work_pending(&sch->todo_work)) in vfio_ccw_sch_event()
H A Ddevice.c506 if (work_pending(&cdev->private->todo_work)) { in online_store()
1470 if (work_pending(&sch->todo_work)) in io_subchannel_sch_event()
1473 if (cdev && work_pending(&cdev->private->todo_work)) in io_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.c434 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/fs/afs/
H A Drxrpc.c189 ASSERT(!work_pending(&call->async_work)); in afs_free_call()
/linux/net/rds/
H A Dconnection.c496 WARN_ON(work_pending(&cp->cp_down_w)); in rds_conn_path_destroy()
/linux/drivers/net/wireless/marvell/libertas/
H A Dif_sdio.c1060 if (!work_pending(&card->reset_worker)) in if_sdio_reset_card()
/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h230 int work_pending; member
/linux/drivers/block/
H A Dfloppy.c998 WARN_ON(work_pending(&floppy_work)); in schedule_bh()
1852 if (work_pending(&floppy_work)) in show_floppy()
4931 if (work_pending(&floppy_work)) in floppy_release_irq_and_dma()
/linux/drivers/usb/serial/
H A Dmos7720.c287 if (work_pending(&mos_parport->work)) in parport_prologue()
/linux/kernel/
H A Dworkqueue.c806 WARN_ON_ONCE(!work_pending(work)); in set_work_data()
2954 if (work_pending(&pool->idle_cull_work)) in idle_worker_timeout()
6244 if (work_pending(work)) in work_busy()

12