| /linux/arch/mips/kernel/ |
| H A D | entry.S | 52 bnez t0, work_pending 121 work_pending: label
|
| /linux/net/mptcp/ |
| H A D | pm.c | 608 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 D | protocol.h | 229 bool work_pending;
|
| H A D | pm_kernel.c | 1552 WRITE_ONCE(msk->pm.work_pending, false); in mptcp_pm_nl_check_work_pending()
|
| /linux/net/ipv4/ |
| H A D | udp_tunnel_nic.c | 49 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 D | fjes_hw.c | 1018 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 D | rseq_entry.h | 128 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 D | qede_rdma.c | 254 if (!work_pending(&event_node->work)) { in qede_rdma_get_free_event_node()
|
| /linux/fs/smb/client/ |
| H A D | cached_dir.c | 732 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 D | bh.c | 255 if (!wdev->hif.tx_buffers_used && !work_pending(work)) { in bh_work()
|
| /linux/drivers/s390/cio/ |
| H A D | eadm_sch.c | 317 if (work_pending(&sch->todo_work)) in eadm_subchannel_sch_event()
|
| H A D | vfio_ccw_drv.c | 256 if (work_pending(&sch->todo_work)) in vfio_ccw_sch_event()
|
| H A D | device.c | 506 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 D | octep_pfvf_mbox.c | 311 if (work_pending(&oct->mbox[ring]->wk.work)) in octep_delete_pfvf_mbox()
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | txrx.c | 1032 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 D | mrvl_cn10k_dpi.c | 380 if (work_pending(&dpi->mbox[vf]->work)) in dpi_pfvf_mbox_destroy()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_arfs.c | 434 if (!work_pending(&arfs_rule->arfs_work) && in arfs_may_expire_flow()
|
| /linux/kernel/power/ |
| H A D | main.c | 135 if (!work_pending(&pm_fs_sync_work)) { in pm_sleep_fs_sync()
|
| /linux/fs/afs/ |
| H A D | rxrpc.c | 189 ASSERT(!work_pending(&call->async_work)); in afs_free_call()
|
| /linux/net/rds/ |
| H A D | connection.c | 496 WARN_ON(work_pending(&cp->cp_down_w)); in rds_conn_path_destroy()
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | if_sdio.c | 1060 if (!work_pending(&card->reset_worker)) in if_sdio_reset_card()
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smc91x.h | 230 int work_pending; member
|
| /linux/drivers/block/ |
| H A D | floppy.c | 998 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 D | mos7720.c | 287 if (work_pending(&mos_parport->work)) in parport_prologue()
|
| /linux/kernel/ |
| H A D | workqueue.c | 806 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()
|