Home
last modified time | relevance | path

Searched refs:nslots (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/kvm/
A Dmemslot_perf_test.c87 uint32_t nslots; member
265 slots = data->nslots; in get_max_slots()
299 data->nslots = nslots; in prepare_vm()
319 if (slot == data->nslots) in prepare_vm()
885 int nslots; member
900 targs->nslots); in help()
971 if (targs->nslots <= 1 && targs->nslots != -1) { in parse_args()
1013 if (targs->nslots == -1) in parse_args()
1016 targs->nslots = min_t(int, targs->nslots, max_mem_slots) - 1; in parse_args()
1019 targs->nslots + 1); in parse_args()
[all …]
/linux-6.3-rc2/kernel/dma/
A Dswiotlb.c627 unsigned int nslots = nr_slots(alloc_size), stride; in swiotlb_do_find_slots() local
634 BUG_ON(!nslots); in swiotlb_do_find_slots()
669 if (!iommu_is_span_boundary(slot_index, nslots, in swiotlb_do_find_slots()
672 if (mem->slots[slot_index].list >= nslots) in swiotlb_do_find_slots()
683 for (i = slot_index; i < slot_index + nslots; i++) { in swiotlb_do_find_slots()
696 if (index + nslots < mem->area_nslabs) in swiotlb_do_find_slots()
697 area->index = index + nslots; in swiotlb_do_find_slots()
700 area->used += nslots; in swiotlb_do_find_slots()
810 count = mem->slots[index + nslots].list; in swiotlb_release_slots()
818 for (i = index + nslots - 1; i >= index; i--) { in swiotlb_release_slots()
[all …]
/linux-6.3-rc2/drivers/dma/ti/
A Dedma.c733 int i, j, left, nslots; in edma_execute() local
778 if (i != (nslots - 1)) in edma_execute()
1030 int i, nslots, ret; in edma_prep_slave_sg() local
1118 int ret, nslots; in edma_prep_dma_memcpy() local
1148 nslots = 1; in edma_prep_dma_memcpy()
1165 nslots = 1; in edma_prep_dma_memcpy()
1167 nslots = 2; in edma_prep_dma_memcpy()
1189 if (nslots == 1) { in edma_prep_dma_memcpy()
1317 int i, ret, nslots; in edma_prep_dma_cyclic() local
1366 nslots = 2; in edma_prep_dma_cyclic()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_tc_u32.c361 u8 nslots; in cxgb4_delete_knode() local
405 nslots = 0; in cxgb4_delete_knode()
407 nslots++; in cxgb4_delete_knode()
410 nslots += 2; in cxgb4_delete_knode()
413 filter_id += nslots; in cxgb4_delete_knode()
A Dcxgb4_filter.c445 static bool cxgb4_filter_prio_in_range(struct tid_info *t, u32 idx, u8 nslots, in cxgb4_filter_prio_in_range() argument
535 prev_fe = &prev_tab[prev_ftid & ~(nslots - 1)]; in cxgb4_filter_prio_in_range()
/linux-6.3-rc2/drivers/virtio/
A Dvirtio_input.c223 int abs, err, nslots; in virtinput_probe() local
310 nslots = input_abs_get_max(vi->idev, ABS_MT_SLOT) + 1; in virtinput_probe()
311 err = input_mt_init_slots(vi->idev, nslots, 0); in virtinput_probe()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Dmt76x02_beacon.c16 for (i = 0; i < dev->beacon_ops->nslots; i++) { in mt76x02_set_beacon_offsets()
A Dmt76x02.h64 unsigned int nslots; member
A Dmt76x02_usb_core.c256 .nslots = N_BCN_SLOTS, in mt76x02u_init_beacon_config()
A Dmt76x02_mmio.c88 .nslots = 8, in mt76x02e_init_beacon_config()
/linux-6.3-rc2/include/linux/
A Dcdrom.h155 __u8 nslots; member
/linux-6.3-rc2/drivers/cdrom/
A Dcdrom.c1314 buf->hdr.nslots = 3; in cdrom_read_mech_status()
1364 int nslots = 1; in cdrom_number_of_slots() local
1376 nslots = info->hdr.nslots; in cdrom_number_of_slots()
1379 return nslots; in cdrom_number_of_slots()
/linux-6.3-rc2/drivers/i3c/
A Dmaster.c2412 unsigned int nslots = 0; in i3c_generic_ibi_free_pool() local
2418 nslots++; in i3c_generic_ibi_free_pool()
2425 WARN_ON(nslots != pool->num_slots); in i3c_generic_ibi_free_pool()

Completed in 40 milliseconds