Home
last modified time | relevance | path

Searched refs:eventq (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.15/drivers/iommu/iommufd/
H A Deventq.c104 struct iommufd_eventq *eventq = in iommufd_fault_destroy() local
304 spin_lock(&eventq->lock); in iommufd_veventq_deliver_fetch()
322 spin_unlock(&eventq->lock); in iommufd_veventq_deliver_fetch()
332 spin_lock(&eventq->lock); in iommufd_veventq_deliver_restore()
343 spin_unlock(&eventq->lock); in iommufd_veventq_deliver_restore()
387 spin_lock(&eventq->lock); in iommufd_veventq_fops_read()
390 spin_unlock(&eventq->lock); in iommufd_veventq_fops_read()
410 spin_lock(&eventq->lock); in iommufd_eventq_fops_poll()
413 spin_unlock(&eventq->lock); in iommufd_eventq_fops_poll()
452 eventq->ictx = ictx; in iommufd_eventq_init()
[all …]
H A Diommufd_private.h493 eventq_to_fault(struct iommufd_eventq *eventq) in eventq_to_fault() argument
495 return container_of(eventq, struct iommufd_fault, common); in eventq_to_fault()
546 eventq_to_veventq(struct iommufd_eventq *eventq) in eventq_to_veventq() argument
548 return container_of(eventq, struct iommufd_veventq, common); in eventq_to_veventq()
566 struct iommufd_eventq *eventq = &veventq->common; in iommufd_vevent_handler() local
568 lockdep_assert_held(&eventq->lock); in iommufd_vevent_handler()
574 if (list_is_last(&veventq->lost_events_header.node, &eventq->deliver)) in iommufd_vevent_handler()
576 list_add_tail(&vevent->node, &eventq->deliver); in iommufd_vevent_handler()
580 wake_up_interruptible(&eventq->wait_queue); in iommufd_vevent_handler()
H A DMakefile4 eventq.o \
/linux-6.15/drivers/scsi/isci/
H A Dhost.h205 wait_queue_head_t eventq; member
318 wait_event(ihost->eventq, !test_bit(IHOST_START_PENDING, &ihost->flags)); in wait_for_start()
323 wait_event(ihost->eventq, !test_bit(IHOST_STOP_PENDING, &ihost->flags)); in wait_for_stop()
328 wait_event(ihost->eventq, !test_bit(IDEV_START_PENDING, &idev->flags)); in wait_for_device_start()
333 wait_event(ihost->eventq, !test_bit(IDEV_STOP_PENDING, &idev->flags)); in wait_for_device_stop()
H A Dremote_node_context.c197 wake_up(&ihost->eventq); in sci_remote_node_context_setup_to_destroy()
282 wake_up(&ihost->eventq); in sci_remote_node_context_initial_state_enter()
368 wake_up(&ihost->eventq); in sci_remote_node_context_tx_rx_suspended_state_enter()
637 wake_up_all(&ihost->eventq); /* Let observers look. */ in sci_remote_node_context_suspend()
H A Dremote_device.c98 wake_up(&ihost->eventq); in isci_remote_device_ready()
222 if (!wait_event_timeout(ihost->eventq, in isci_remote_device_terminate_requests()
255 if (!wait_event_timeout(ihost->eventq, in isci_remote_device_terminate_requests()
1354 wake_up(&ihost->eventq); in isci_remote_device_resume_from_abort_complete()
1381 if (!wait_event_timeout(ihost->eventq, in isci_remote_device_wait_for_resume_from_abort()
1533 wake_up(&ihost->eventq); in isci_remote_device_release()
H A Dport.c348 wake_up(&ihost->eventq); in isci_port_hard_reset_complete()
1648 wait_event(ihost->eventq, !test_bit(IPORT_RESET_PENDING, &iport->state)); in wait_port_reset()
1685 wake_up(&ihost->eventq); in isci_port_perform_hard_reset()
/linux-6.15/drivers/net/ethernet/sfc/
H A Dmcdi_functions.c65 return efx_nic_alloc_buffer(channel->efx, &channel->eventq, in efx_mcdi_ev_probe()
77 size_t entries = channel->eventq.len / EFX_BUF_SIZE; in efx_mcdi_ev_init()
84 memset(channel->eventq.addr, 0xff, channel->eventq.len); in efx_mcdi_ev_init()
115 dma_addr = channel->eventq.dma_addr; in efx_mcdi_ev_init()
137 efx_nic_free_buffer(channel->efx, &channel->eventq); in efx_mcdi_ev_remove()
H A Dnic_common.h36 return ((efx_qword_t *)(channel->eventq.addr)) + in efx_event()
H A Defx_channels.c617 memset(&channel->eventq, 0, sizeof(channel->eventq)); in efx_copy_channel()
/linux-6.15/Documentation/devicetree/bindings/iommu/
H A Darm,smmu-v3.yaml43 - eventq # Event Queue not empty
91 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
/linux-6.15/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.h67 wait_queue_head_t eventq; member
H A Dne_pci_dev.c255 wake_up_interruptible(&ne_enclave->eventq); in ne_event_work_handler()
H A Dne_misc_dev.c1562 poll_wait(file, &ne_enclave->eventq, wait); in ne_enclave_poll()
1684 init_waitqueue_head(&ne_enclave->eventq); in ne_create_vm_ioctl()
/linux-6.15/arch/arm64/boot/dts/arm/
H A Dmorello-sdp.dts91 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
105 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
H A Dmorello.dtsi281 interrupt-names = "eventq", "gerror", "cmdq-sync";
H A Dfvp-base-revc.dts258 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
/linux-6.15/drivers/net/ethernet/sfc/falcon/
H A Dfarch.c1333 return ef4_alloc_special_buffer(efx, &channel->eventq, in ef4_farch_ev_probe()
1344 channel->channel, channel->eventq.index, in ef4_farch_ev_init()
1345 channel->eventq.index + channel->eventq.entries - 1); in ef4_farch_ev_init()
1348 ef4_init_special_buffer(efx, &channel->eventq); in ef4_farch_ev_init()
1351 memset(channel->eventq.buf.addr, 0xff, channel->eventq.buf.len); in ef4_farch_ev_init()
1356 FRF_AZ_EVQ_SIZE, __ffs(channel->eventq.entries), in ef4_farch_ev_init()
1357 FRF_AZ_EVQ_BUF_BASE_ID, channel->eventq.index); in ef4_farch_ev_init()
1375 ef4_fini_special_buffer(efx, &channel->eventq); in ef4_farch_ev_fini()
1381 ef4_free_special_buffer(channel->efx, &channel->eventq); in ef4_farch_ev_remove()
H A Dnic.h39 return ((ef4_qword_t *) (channel->eventq.buf.addr)) + in ef4_event()
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Dfarch.c1343 return efx_alloc_special_buffer(efx, &channel->eventq, in efx_farch_ev_probe()
1354 channel->channel, channel->eventq.index, in efx_farch_ev_init()
1355 channel->eventq.index + channel->eventq.entries - 1); in efx_farch_ev_init()
1364 efx_init_special_buffer(efx, &channel->eventq); in efx_farch_ev_init()
1367 memset(channel->eventq.buf.addr, 0xff, channel->eventq.buf.len); in efx_farch_ev_init()
1372 FRF_AZ_EVQ_SIZE, __ffs(channel->eventq.entries), in efx_farch_ev_init()
1373 FRF_AZ_EVQ_BUF_BASE_ID, channel->eventq.index); in efx_farch_ev_init()
1392 efx_fini_special_buffer(efx, &channel->eventq); in efx_farch_ev_fini()
1398 efx_free_special_buffer(channel->efx, &channel->eventq); in efx_farch_ev_remove()
H A Dnic_common.h36 return ((efx_qword_t *) (channel->eventq.buf.addr)) + in efx_event()
H A Defx_channels.c620 memset(&channel->eventq, 0, sizeof(channel->eventq)); in efx_copy_channel()
877 channel->eventq.index + in efx_siena_realloc_channels()
878 channel->eventq.entries); in efx_siena_realloc_channels()
/linux-6.15/drivers/md/
H A Ddm-core.h112 wait_queue_head_t eventq; member
/linux-6.15/drivers/staging/media/atomisp/
H A DMakefile116 pci/runtime/eventq/src/eventq.o \
278 -I$(atomisp)/pci/runtime/eventq/interface/ \
/linux-6.15/arch/arm64/boot/dts/hisilicon/
H A Dhip07.dtsi1247 interrupt-names = "eventq", "gerror", "priq";
1259 interrupt-names = "eventq", "gerror", "priq";
1271 interrupt-names = "eventq", "gerror", "priq";
1283 interrupt-names = "eventq", "gerror", "priq";

12