Searched refs:post_vectors (Results 1 - 6 of 6) sorted by relevance

/linux-master/kernel/irq/
H A Daffinity.c37 if (nvecs > affd->pre_vectors + affd->post_vectors)
38 affvecs = nvecs - affd->pre_vectors - affd->post_vectors;
98 for (i = affd->pre_vectors; i < nvecs - affd->post_vectors; i++)
113 unsigned int resv = affd->pre_vectors + affd->post_vectors;
/linux-master/drivers/virtio/
H A Dvirtio_vdpa.c311 if (nvecs > affd->pre_vectors + affd->post_vectors)
312 affvecs = nvecs - affd->pre_vectors - affd->post_vectors;
/linux-master/include/linux/
H A Dinterrupt.h278 * @post_vectors: Don't apply affinity to @post_vectors at end of
290 unsigned int post_vectors; member in struct:irq_affinity
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c786 struct irq_affinity desc = { .pre_vectors = 1, .post_vectors = 1 };
816 desc.post_vectors = mrioc->requested_poll_qcount;
817 min_vec = desc.pre_vectors + desc.post_vectors;
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v2_hw.c3309 .post_vectors = 16,
3311 int resv = desc.pre_vectors + desc.post_vectors, minvec = resv + 1, nvec;
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c3583 struct irq_affinity desc = { .post_vectors = 1 };

Completed in 343 milliseconds