| /linux/net/core/ |
| H A D | netdev_work.c | 42 dev->work_pending |= events; in netdev_work_enqueue() 59 !dev->work_pending && !dev->work_core_pending) { in netdev_work_dequeue() 71 dev->work_pending = 0; in netdev_work_cancel_all() 103 return netdev_work_dequeue(dev, &dev->work_pending, mask); in netdev_work_cancel() 161 events = dev->work_pending; in netdev_work_proc() 162 dev->work_pending = 0; in netdev_work_proc()
|
| /linux/arch/mips/kernel/ |
| H A D | entry.S | 52 bnez t0, work_pending 121 work_pending: label
|
| /linux/drivers/net/fjes/ |
| H A D | fjes_main.c | 224 if (!work_pending(&adapter->unshare_watch_task)) in fjes_stop_req_irq() 231 if (!work_pending(&hw->epstop_task)) in fjes_stop_req_irq() 262 if (!work_pending(&adapter->unshare_watch_task)) in fjes_txrx_stop_req_irq() 271 if (!work_pending(&hw->epstop_task)) in fjes_txrx_stop_req_irq() 285 if (!work_pending(&hw->update_zone_task)) in fjes_update_zone_irq() 529 if (!work_pending(&adapter->raise_intr_rxdata_task)) in fjes_tx_send() 675 if (!work_pending(&adapter->tx_stall_task)) in fjes_xmit_frame() 1182 if (!work_pending( in fjes_watch_unshare_task() 1225 if (!work_pending( in fjes_watch_unshare_task()
|
| 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/net/mptcp/ |
| H A D | pm.c | 623 if (READ_ONCE(pm->work_pending) && in mptcp_pm_fully_established() 651 if (!READ_ONCE(pm->work_pending)) in mptcp_pm_subflow_established() 656 if (READ_ONCE(pm->work_pending)) in mptcp_pm_subflow_established() 680 if (!READ_ONCE(pm->work_pending) && !update_subflows) in mptcp_pm_subflow_check_next() 745 if (!entry || !READ_ONCE(pm->work_pending)) in mptcp_pm_add_addr_echoed() 750 if (READ_ONCE(pm->work_pending)) in mptcp_pm_add_addr_echoed() 1193 WRITE_ONCE(pm->work_pending, in mptcp_pm_data_reset()
|
| H A D | protocol.h | 231 bool work_pending;
|
| /linux/include/linux/ |
| H A D | workqueue.h | 356 #define work_pending(work) \ macro 365 work_pending(&(w)->work)
|
| /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/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()
|
| /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/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_vkms.c | 306 WARN_ON(work_pending(&du->vkms.crc_generator_work)); in vmw_vkms_crtc_cleanup()
|
| /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/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/net/rds/ |
| H A D | connection.c | 496 WARN_ON(work_pending(&cp->cp_down_w)); in rds_conn_path_destroy()
|
| /linux/fs/afs/ |
| H A D | rxrpc.c | 197 ASSERT(!work_pending(&call->async_work)); in afs_free_call()
|
| /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/gpu/drm/i915/ |
| H A D | i915_active.c | 748 GEM_BUG_ON(work_pending(&ref->work)); in i915_active_fini()
|
| /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/kernel/ |
| H A D | workqueue.c | 808 WARN_ON_ONCE(!work_pending(work)); in set_work_data() 3030 if (work_pending(&pool->idle_cull_work)) in idle_worker_timeout() 6375 if (work_pending(work)) in work_busy()
|
| /linux/drivers/mmc/host/ |
| H A D | usdhi6rol0.c | 1666 if (!work_pending(&mmc->detect.work) && in usdhi6_cd()
|
| /linux/drivers/rapidio/ |
| H A D | rio_cm.c | 618 if (rio_mport_is_running(cm->mport) && !work_pending(&cm->rx_work)) in riocm_inb_msg_event()
|