Searched refs:calc_sets (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/irq/
H A Daffinity.c34 * then nothing to do here except for invoking the calc_sets()
43 * Simple invocations do not provide a calc_sets() callback. Install
46 if (!affd->calc_sets)
47 affd->calc_sets = default_calc_sets;
50 affd->calc_sets(affd, affvecs);
119 if (affd->calc_sets) {
/linux-master/drivers/virtio/
H A Dvirtio_vdpa.c314 if (!affd->calc_sets)
315 affd->calc_sets = default_calc_sets;
317 affd->calc_sets(affd, affvecs);
/linux-master/drivers/scsi/csiostor/
H A Dcsio_isr.c504 .calc_sets = csio_calc_sets,
/linux-master/include/linux/
H A Dinterrupt.h283 * @calc_sets: Callback for calculating the number and size
285 * @priv: Private data for usage by @calc_sets, usually a
293 void (*calc_sets)(struct irq_affinity *, unsigned int nvecs); member in struct:irq_affinity
/linux-master/drivers/nvme/host/
H A Dpci.c2217 .calc_sets = nvme_calc_irq_sets,

Completed in 151 milliseconds