/kernel/linux/linux-5.10/net/mptcp/ |
D | pm.c | 104 if (!READ_ONCE(pm->work_pending)) in mptcp_pm_fully_established() 109 if (READ_ONCE(pm->work_pending)) in mptcp_pm_fully_established() 127 if (!READ_ONCE(pm->work_pending)) in mptcp_pm_subflow_established() 132 if (READ_ONCE(pm->work_pending)) in mptcp_pm_subflow_established() 235 WRITE_ONCE(msk->pm.work_pending, false); in mptcp_pm_data_init()
|
D | pm_netlink.c | 187 WRITE_ONCE(msk->pm.work_pending, false); in check_work_pending() 581 WRITE_ONCE(pm->work_pending, (!!pm->local_addr_max && subflows) || in mptcp_pm_nl_data_init()
|
D | protocol.h | 171 bool work_pending; member
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | entry.S | 53 bnez t0, work_pending 122 work_pending: label
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
D | ex-exit.S | 119 work_pending: label 144 bnez $p1, work_pending ! handle work_resched, sig_pend
|
/kernel/linux/linux-5.10/drivers/net/fjes/ |
D | fjes_main.c | 617 if (!work_pending(&adapter->raise_intr_rxdata_task)) in fjes_tx_send() 763 if (!work_pending(&adapter->tx_stall_task)) in fjes_xmit_frame() 942 if (!work_pending(&adapter->unshare_watch_task)) in fjes_txrx_stop_req_irq() 951 if (!work_pending(&hw->epstop_task)) in fjes_txrx_stop_req_irq() 982 if (!work_pending(&adapter->unshare_watch_task)) in fjes_stop_req_irq() 989 if (!work_pending(&hw->epstop_task)) in fjes_stop_req_irq() 1001 if (!work_pending(&hw->update_zone_task)) in fjes_update_zone_irq() 1438 if (!work_pending( in fjes_watch_unshare_task() 1481 if (!work_pending( in fjes_watch_unshare_task()
|
D | fjes_hw.c | 989 if (!work_pending(&adapter->force_close_task)) { in fjes_hw_update_zone_task() 1077 if (!work_pending(&adapter->force_close_task)) { in fjes_hw_update_zone_task() 1101 if (!work_pending(&adapter->force_close_task)) { in fjes_hw_update_zone_task() 1141 if (!work_pending(&adapter->unshare_watch_task)) in fjes_hw_update_zone_task() 1170 if (!work_pending(&adapter->unshare_watch_task)) in fjes_hw_epstop_task()
|
/kernel/linux/linux-5.10/include/linux/ |
D | workqueue.h | 293 #define work_pending(work) \ macro 302 work_pending(&(w)->work)
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | udp_tunnel_nic.c | 46 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()
|
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
D | entry.S | 242 [!A0] BNOP .S1 work_pending,5 249 work_pending: label 314 [A0] BNOP .S1 work_pending,5
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
D | entry.S | 496 bne $2, work_pending 545 .type work_pending, @function 546 work_pending: label
|
/kernel/linux/linux-5.10/drivers/soc/xilinx/ |
D | zynqmp_power.c | 93 if (work_pending(&zynqmp_pm_init_suspend_work->callback_work)) in ipi_receive_callback()
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
D | entry.S | 240 bnez s1, work_pending 341 work_pending: label
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
D | rndis_wlan.c | 418 unsigned long work_pending; member 2727 set_bit(WORK_LINK_UP, &priv->work_pending); in rndis_wlan_do_link_up_work() 2858 if (test_and_clear_bit(WORK_LINK_UP, &priv->work_pending)) in rndis_wlan_worker() 2861 if (test_and_clear_bit(WORK_LINK_DOWN, &priv->work_pending)) in rndis_wlan_worker() 2864 if (test_and_clear_bit(WORK_SET_MULTICAST_LIST, &priv->work_pending)) in rndis_wlan_worker() 2873 if (test_bit(WORK_SET_MULTICAST_LIST, &priv->work_pending)) in rndis_wlan_set_multicast_list() 2876 set_bit(WORK_SET_MULTICAST_LIST, &priv->work_pending); in rndis_wlan_set_multicast_list() 3070 set_bit(WORK_LINK_UP, &priv->work_pending); in rndis_wlan_indication() 3078 set_bit(WORK_LINK_DOWN, &priv->work_pending); in rndis_wlan_indication() 3557 priv->work_pending = 0; in rndis_wlan_stop()
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
D | entry-nommu.S | 489 work_pending: label 519 bnei r19, work_pending /* do an extra work if any bits are set */ 620 .word work_pending ; .word no_work_pending; .word type_SYSCALL_PREEMPT
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vkms/ |
D | vkms_crtc.c | 138 WARN_ON(work_pending(&vkms_state->composer_work)); in vkms_atomic_crtc_destroy_state()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
D | qede_rdma.c | 256 if (!work_pending(&event_node->work)) { in qede_rdma_get_free_event_node()
|
/kernel/linux/linux-5.10/drivers/staging/wfx/ |
D | bh.c | 258 if (!wdev->hif.tx_buffers_used && !work_pending(work)) { in bh_work()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
D | eadm_sch.c | 338 if (work_pending(&sch->todo_work)) in eadm_subchannel_sch_event()
|
D | device.c | 517 if (work_pending(&cdev->private->todo_work)) { in online_store() 1453 if (work_pending(&sch->todo_work)) in io_subchannel_sch_event() 1456 if (cdev && work_pending(&cdev->private->todo_work)) in io_subchannel_sch_event() 1805 if (work_pending(&cdev->private->todo_work)) in ccw_device_pm_prepare()
|
D | vfio_ccw_drv.c | 288 if (work_pending(&sch->todo_work)) in vfio_ccw_sch_event()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
D | local_object.c | 462 ASSERT(!work_pending(&local->processor)); in rxrpc_local_rcu()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
D | entry.S | 755 cbnz x2, work_pending 769 work_pending: label
|
/kernel/linux/linux-5.10/arch/h8300/kernel/ |
D | entry.S | 306 work_pending: label
|
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
D | txrx.c | 1035 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()
|