/Linux-v5.10/drivers/staging/greybus/ |
D | bootrom.c | 205 goto queue_work; in gb_bootrom_firmware_size_request() 231 queue_work: in gb_bootrom_firmware_size_request() 260 goto queue_work; in gb_bootrom_get_firmware() 299 queue_work: in gb_bootrom_get_firmware() 328 goto queue_work; in gb_bootrom_ready_to_boot() 337 goto queue_work; in gb_bootrom_ready_to_boot() 345 queue_work: in gb_bootrom_ready_to_boot()
|
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | sdio_txrx.c | 265 queue_work(sdio->txrx_wq, &sdio->tx.xmit_work); in mt7663s_tx_work() 267 queue_work(sdio->txrx_wq, &sdio->tx.status_work); in mt7663s_tx_work() 292 queue_work(sdio->txrx_wq, &sdio->rx.net_work); in mt7663s_rx_work() 300 queue_work(sdio->txrx_wq, &sdio->rx.net_work); in mt7663s_rx_work() 306 queue_work(sdio->txrx_wq, &sdio->tx.xmit_work); in mt7663s_rx_work() 309 queue_work(sdio->txrx_wq, &sdio->rx.recv_work); in mt7663s_rx_work() 327 queue_work(sdio->txrx_wq, &sdio->rx.recv_work); in mt7663s_sdio_irq()
|
/Linux-v5.10/drivers/infiniband/ulp/ipoib/ |
D | ipoib_verbs.c | 283 queue_work(ipoib_workqueue, &priv->flush_light); in ipoib_event() 287 queue_work(ipoib_workqueue, &priv->flush_normal); in ipoib_event() 289 queue_work(ipoib_workqueue, &priv->flush_heavy); in ipoib_event() 292 queue_work(ipoib_workqueue, &priv->flush_light); in ipoib_event()
|
/Linux-v5.10/net/vmw_vsock/ |
D | virtio_transport.c | 161 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_transport_send_pkt_work() 191 queue_work(virtio_vsock_workqueue, &vsock->send_pkt_work); in virtio_transport_send_pkt() 235 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_transport_cancel_pkt() 314 queue_work(virtio_vsock_workqueue, &vsock->send_pkt_work); in virtio_transport_tx_work() 425 queue_work(virtio_vsock_workqueue, &vsock->event_work); in virtio_vsock_event_done() 434 queue_work(virtio_vsock_workqueue, &vsock->tx_work); in virtio_vsock_tx_done() 443 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_vsock_rx_done()
|
/Linux-v5.10/net/strparser/ |
D | strparser.c | 387 queue_work(strp_wq, &strp->work); in strp_data_ready() 397 queue_work(strp_wq, &strp->work); in strp_data_ready() 415 queue_work(strp_wq, &strp->work); in do_strp_work() 509 queue_work(strp_wq, &strp->work); in strp_unpause() 538 queue_work(strp_wq, &strp->work); in strp_check_rcv()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fw_reset.c | 162 queue_work(fw_reset->wq, &fw_reset->reset_reload_work); in poll_sync_reset() 370 queue_work(fw_reset->wq, &fw_reset->reset_request_work); in mlx5_sync_reset_events_handle() 373 queue_work(fw_reset->wq, &fw_reset->reset_now_work); in mlx5_sync_reset_events_handle() 376 queue_work(fw_reset->wq, &fw_reset->reset_abort_work); in mlx5_sync_reset_events_handle() 388 queue_work(fw_reset->wq, &fw_reset->fw_live_patch_work); in fw_reset_event_notifier()
|
/Linux-v5.10/drivers/scsi/bfa/ |
D | bfad_im.c | 461 itnim_drv->queue_work = 1; in bfa_fcb_itnim_free() 464 itnim_drv->queue_work = 0; in bfa_fcb_itnim_free() 479 if (itnim_drv->queue_work) in bfa_fcb_itnim_free() 480 queue_work(im->drv_workq, &itnim_drv->itnim_work); in bfa_fcb_itnim_free() 496 itnim_drv->queue_work = 1; in bfa_fcb_itnim_online() 500 if (itnim_drv->queue_work) in bfa_fcb_itnim_online() 501 queue_work(im->drv_workq, &itnim_drv->itnim_work); in bfa_fcb_itnim_online() 524 itnim_drv->queue_work = 1; in bfa_fcb_itnim_offline() 527 if (itnim_drv->queue_work) in bfa_fcb_itnim_offline() 528 queue_work(im->drv_workq, &itnim_drv->itnim_work); in bfa_fcb_itnim_offline() [all …]
|
D | bfad_im.h | 98 u16 queue_work; member 155 queue_work(drv->im->drv_workq, &drv->im->aen_im_notify_work); in bfad_im_post_vendor_event()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | monitor_stats.c | 64 queue_work(priv->wq, &priv->monitor_counters_work); in mlx5e_monitor_event_handler() 137 queue_work(priv->wq, &priv->update_stats_work); in mlx5e_monitor_counter_init()
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | tau_6xx.c | 166 queue_work(tau_workq, work); in tau_work_func() 212 queue_work(tau_workq, &tau_work); in TAU_init()
|
/Linux-v5.10/arch/s390/kernel/ |
D | time.c | 478 queue_work(time_sync_wq, &stp_work); in stp_timeout() 489 queue_work(time_sync_wq, &stp_work); in stp_init() 506 queue_work(time_sync_wq, &stp_work); in stp_timing_alert() 535 queue_work(time_sync_wq, &stp_work); in stp_queue_work() 919 queue_work(time_sync_wq, &stp_work); in online_store()
|
/Linux-v5.10/drivers/usb/chipidea/ |
D | otg.h | 20 if (queue_work(ci->wq, &ci->work) == false) in ci_otg_queue_work()
|
/Linux-v5.10/net/bluetooth/ |
D | hci_request.h | 104 queue_work(hdev->req_workqueue, &hdev->scan_update); in hci_req_update_scan() 118 queue_work(hdev->req_workqueue, &hdev->bg_scan_update); in hci_update_background_scan()
|
/Linux-v5.10/drivers/extcon/ |
D | extcon-axp288.c | 272 queue_work(system_long_wq, &info->role_work); in axp288_handle_chrg_det_event() 291 queue_work(system_long_wq, &info->role_work); in axp288_extcon_id_evt() 439 queue_work(system_long_wq, &info->role_work); in axp288_extcon_probe()
|
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/ |
D | sdio.c | 191 queue_work(dev->wq, &sdio->stat_work); in mt76s_tx_status_data() 260 queue_work(sdio->txrx_wq, &sdio->tx.xmit_work); in mt76s_tx_kick() 281 queue_work(dev->wq, &dev->sdio.stat_work); in mt76s_tx_work()
|
/Linux-v5.10/drivers/crypto/cavium/nitrox/ |
D | nitrox_mbx.c | 145 queue_work(ndev->iov.pf2vf_wq, &pfwork->pf2vf_resp); in nitrox_pf2vf_mbox_handler() 168 queue_work(ndev->iov.pf2vf_wq, &pfwork->pf2vf_resp); in nitrox_pf2vf_mbox_handler()
|
/Linux-v5.10/drivers/misc/habanalabs/common/ |
D | irq.c | 122 queue_work(hdev->cq_wq[cq->cq_idx], &job->finish_work); in hl_irq_handler_cq() 188 queue_work(hdev->eq_wq, &handle_eqe_work->eq_work); in hl_irq_handler_eq()
|
/Linux-v5.10/drivers/nfc/pn533/ |
D | pn533.c | 557 queue_work(dev->wq, &dev->cmd_work); in pn533_wq_cmd_complete() 1105 queue_work(dev->wq, &dev->mi_tm_rx_work); in pn533_tm_get_data_complete() 1185 queue_work(dev->wq, &dev->cmd_work); in pn533_wq_tm_mi_send() 1244 queue_work(dev->wq, &dev->tg_work); in pn533_init_target_complete() 1324 queue_work(dev->wq, &dev->rf_work); in pn533_poll_dep_complete() 1375 queue_work(dev->wq, &dev->rf_work); in pn533_poll_dep() 1558 queue_work(dev->wq, &dev->rf_work); in pn533_poll_complete() 2165 queue_work(dev->wq, &dev->mi_rx_work); in pn533_data_exchange_complete() 2172 queue_work(dev->wq, &dev->mi_tx_work); in pn533_data_exchange_complete() 2237 queue_work(dev->wq, &dev->cmd_complete_work); in pn533_recv_frame() [all …]
|
/Linux-v5.10/kernel/power/ |
D | autosleep.c | 72 queue_work(autosleep_wq, &suspend_work); in queue_up_suspend_work()
|
/Linux-v5.10/drivers/tty/ |
D | tty_buffer.c | 75 queue_work(system_unbound_wq, &buf->work); in tty_buffer_unlock_exclusive() 413 queue_work(system_unbound_wq, &buf->work); in tty_schedule_flip() 608 return queue_work(system_unbound_wq, &port->buf.work); in tty_buffer_restart_work()
|
/Linux-v5.10/net/tipc/ |
D | topsrv.c | 334 if (queue_work(srv->send_wq, &con->swork)) in tipc_topsrv_queue_evt() 352 if (!queue_work(con->server->send_wq, &con->swork)) in tipc_conn_write_space() 444 if (!queue_work(con->server->rcv_wq, &con->rwork)) in tipc_conn_data_ready() 493 queue_work(srv->rcv_wq, &srv->awork); in tipc_topsrv_listener_data_ready()
|
/Linux-v5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | workqueues.h | 61 static inline bool queue_work(struct workqueue_struct *wq, in queue_work() function
|
/Linux-v5.10/net/openvswitch/ |
D | dp_notify.c | 78 queue_work(system_wq, &ovs_net->dp_notify_work); in dp_device_event()
|
/Linux-v5.10/drivers/gpu/drm/msm/adreno/ |
D | a5xx_preempt.c | 87 queue_work(priv->wq, &gpu->recover_work); in a5xx_preempt_timer() 184 queue_work(priv->wq, &gpu->recover_work); in a5xx_preempt_irq()
|
/Linux-v5.10/drivers/greybus/ |
D | operation.c | 305 queue_work(gb_operation_completion_wq, &operation->work); in gb_operation_timeout() 899 queue_work(gb_operation_completion_wq, in greybus_message_sent() 946 queue_work(connection->wq, &operation->work); in gb_connection_recv_request() 1015 queue_work(gb_operation_completion_wq, &operation->work); in gb_connection_recv_response() 1078 queue_work(gb_operation_completion_wq, &operation->work); in gb_operation_cancel()
|