Home
last modified time | relevance | path

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

12

/linux/net/mptcp/
A Dpm.c139 if (READ_ONCE(pm->work_pending) && in mptcp_pm_fully_established()
164 if (!READ_ONCE(pm->work_pending)) in mptcp_pm_subflow_established()
169 if (READ_ONCE(pm->work_pending)) in mptcp_pm_subflow_established()
211 if (mptcp_lookup_anno_list_by_saddr(msk, addr) && READ_ONCE(pm->work_pending)) in mptcp_pm_add_addr_echoed()
367 WRITE_ONCE(msk->pm.work_pending, false); in mptcp_pm_data_init()
/linux/arch/mips/kernel/
A Dentry.S53 bnez t0, work_pending
122 work_pending: label
/linux/arch/nds32/kernel/
A Dex-exit.S119 work_pending: label
144 bnez $p1, work_pending ! handle work_resched, sig_pend
/linux/drivers/net/fjes/
A Dfjes_main.c609 if (!work_pending(&adapter->raise_intr_rxdata_task)) in fjes_tx_send()
755 if (!work_pending(&adapter->tx_stall_task)) in fjes_xmit_frame()
934 if (!work_pending(&adapter->unshare_watch_task)) in fjes_txrx_stop_req_irq()
943 if (!work_pending(&hw->epstop_task)) in fjes_txrx_stop_req_irq()
974 if (!work_pending(&adapter->unshare_watch_task)) in fjes_stop_req_irq()
981 if (!work_pending(&hw->epstop_task)) in fjes_stop_req_irq()
993 if (!work_pending(&hw->update_zone_task)) in fjes_update_zone_irq()
1432 if (!work_pending( in fjes_watch_unshare_task()
1475 if (!work_pending( in fjes_watch_unshare_task()
A Dfjes_hw.c990 if (!work_pending(&adapter->force_close_task)) { in fjes_hw_update_zone_task()
1078 if (!work_pending(&adapter->force_close_task)) { in fjes_hw_update_zone_task()
1102 if (!work_pending(&adapter->force_close_task)) { in fjes_hw_update_zone_task()
1142 if (!work_pending(&adapter->unshare_watch_task)) in fjes_hw_update_zone_task()
1171 if (!work_pending(&adapter->unshare_watch_task)) in fjes_hw_epstop_task()
/linux/net/ipv4/
A Dudp_tunnel_nic.c46 u8 work_pending:1; member
315 utn->work_pending = 1; in udp_tunnel_nic_device_sync()
711 utn->work_pending = 0; in udp_tunnel_nic_device_sync_work()
874 if (utn->work_pending) in udp_tunnel_nic_unregister()
/linux/include/linux/
A Dworkqueue.h288 #define work_pending(work) \ macro
297 work_pending(&(w)->work)
/linux/arch/alpha/kernel/
A Dentry.S496 bne $2, work_pending
545 .type work_pending, @function
546 work_pending: label
/linux/drivers/net/wireless/
A Drndis_wlan.c418 unsigned long work_pending; member
2731 set_bit(WORK_LINK_UP, &priv->work_pending); in rndis_wlan_do_link_up_work()
2862 if (test_and_clear_bit(WORK_LINK_UP, &priv->work_pending)) in rndis_wlan_worker()
2865 if (test_and_clear_bit(WORK_LINK_DOWN, &priv->work_pending)) in rndis_wlan_worker()
2868 if (test_and_clear_bit(WORK_SET_MULTICAST_LIST, &priv->work_pending)) in rndis_wlan_worker()
2877 if (test_bit(WORK_SET_MULTICAST_LIST, &priv->work_pending)) in rndis_wlan_set_multicast_list()
2880 set_bit(WORK_SET_MULTICAST_LIST, &priv->work_pending); in rndis_wlan_set_multicast_list()
3074 set_bit(WORK_LINK_UP, &priv->work_pending); in rndis_wlan_indication()
3082 set_bit(WORK_LINK_DOWN, &priv->work_pending); in rndis_wlan_indication()
3559 priv->work_pending = 0; in rndis_wlan_stop()
/linux/drivers/soc/xilinx/
A Dzynqmp_power.c93 if (work_pending(&zynqmp_pm_init_suspend_work->callback_work)) in ipi_receive_callback()
/linux/arch/riscv/kernel/
A Dentry.S252 bnez s1, work_pending
353 work_pending: label
/linux/drivers/gpu/drm/vkms/
A Dvkms_crtc.c144 WARN_ON(work_pending(&vkms_state->composer_work)); in vkms_atomic_crtc_destroy_state()
/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_rdma.c254 if (!work_pending(&event_node->work)) { in qede_rdma_get_free_event_node()
/linux/drivers/s390/cio/
A Deadm_sch.c326 if (work_pending(&sch->todo_work)) in eadm_subchannel_sch_event()
A Ddevice.c503 if (work_pending(&cdev->private->todo_work)) { in online_store()
1447 if (work_pending(&sch->todo_work)) in io_subchannel_sch_event()
1450 if (cdev && work_pending(&cdev->private->todo_work)) in io_subchannel_sch_event()
A Dvfio_ccw_drv.c306 if (work_pending(&sch->todo_work)) in vfio_ccw_sch_event()
/linux/drivers/staging/wfx/
A Dbh.c260 if (!wdev->hif.tx_buffers_used && !work_pending(work)) { in bh_work()
/linux/net/rxrpc/
A Dlocal_object.c440 ASSERT(!work_pending(&local->processor)); in rxrpc_local_rcu()
/linux/arch/h8300/kernel/
A Dentry.S306 work_pending: label
/linux/drivers/net/wireless/st/cw1200/
A Dtxrx.c1035 WARN_ON(work_pending(&priv->linkid_reset_work)); in cw1200_rx_cb()
1048 WARN_ON(work_pending(&priv->linkid_reset_work)); in cw1200_rx_cb()
/linux/drivers/input/touchscreen/
A Dwm97xx-core.c362 if (!work_pending(&wm->pen_event_work)) { in wm97xx_pen_interrupt()
/linux/net/rds/
A Dconnection.c469 WARN_ON(work_pending(&cp->cp_down_w)); in rds_conn_path_destroy()
/linux/arch/ia64/kernel/
A Dentry.S856 (p6) br.cond.spnt .work_pending
1131 .work_pending: label
/linux/fs/afs/
A Drxrpc.c174 ASSERT(!work_pending(&call->async_work)); in afs_put_call()
/linux/fs/cachefiles/
A Dnamei.c203 if (work_pending(&xobject->fscache.work)) { in cachefiles_mark_object_active()

Completed in 88 milliseconds

12