Home
last modified time | relevance | path

Searched refs:nr_ids (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/net/core/
Dnet-sysfs.c1425 unsigned int nr_ids; in xps_queue_show() local
1434 nr_ids = dev_maps ? dev_maps->nr_ids : in xps_queue_show()
1437 mask = bitmap_zalloc(nr_ids, GFP_NOWAIT); in xps_queue_show()
1446 for (j = 0; j < nr_ids; j++) { in xps_queue_show()
1464 len = bitmap_print_to_pagebuf(false, buf, mask, nr_ids); in xps_queue_show()
Ddev.c2446 for (j = 0; j < dev_maps->nr_ids; j++) in clean_xps_maps()
2550 unsigned int nr_ids; in __netif_set_xps_queue() local
2571 nr_ids = dev->num_rx_queues; in __netif_set_xps_queue()
2576 nr_ids = nr_cpu_ids; in __netif_set_xps_queue()
2588 dev_maps->num_tc == num_tc && dev_maps->nr_ids == nr_ids) in __netif_set_xps_queue()
2592 for (j = -1; j = netif_attrmask_next_and(j, online_mask, mask, nr_ids), in __netif_set_xps_queue()
2593 j < nr_ids;) { in __netif_set_xps_queue()
2601 new_dev_maps->nr_ids = nr_ids; in __netif_set_xps_queue()
2625 for (j = 0; j < nr_ids; j++) { in __netif_set_xps_queue()
2629 if (netif_attr_test_mask(j, mask, nr_ids) && in __netif_set_xps_queue()
[all …]
/Linux-v6.1/drivers/irqchip/
Dirq-gic-v3-its.c2130 static unsigned long *its_lpi_alloc(int nr_irqs, u32 *base, int *nr_ids) in its_lpi_alloc() argument
2153 *nr_ids = nr_irqs; in its_lpi_alloc()
2157 *base = *nr_ids = 0; in its_lpi_alloc()
2162 static void its_lpi_free(unsigned long *bitmap, u32 base, u32 nr_ids) in its_lpi_free() argument
2164 WARN_ON(free_lpi_range(base, nr_ids)); in its_lpi_free()
4476 int base, nr_ids, i, err = 0; in its_vpe_irq_domain_alloc() local
4480 bitmap = its_lpi_alloc(roundup_pow_of_two(nr_irqs), &base, &nr_ids); in its_vpe_irq_domain_alloc()
4484 if (nr_ids < nr_irqs) { in its_vpe_irq_domain_alloc()
4485 its_lpi_free(bitmap, base, nr_ids); in its_vpe_irq_domain_alloc()
4491 its_lpi_free(bitmap, base, nr_ids); in its_vpe_irq_domain_alloc()
[all …]
/Linux-v6.1/tools/perf/Documentation/
Dperf.data-file-format.txt146 uint32_t nr_ids;
148 uint64_t ids[nr_ids];
/Linux-v6.1/tools/perf/util/
Dheader.c4136 int nr_attrs, nr_ids, i, j, err; in perf_session__read_header() local
4212 nr_ids = f_attr.ids.size / sizeof(u64); in perf_session__read_header()
4218 if (perf_evsel__alloc_id(&evsel->core, 1, nr_ids)) in perf_session__read_header()
4223 for (j = 0; j < nr_ids; j++) { in perf_session__read_header()
/Linux-v6.1/include/linux/
Dnetdevice.h823 unsigned int nr_ids; member