Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/
Dmemslot_perf_test.c87 uint32_t nslots; member
199 slot = min(gpage / data->pages_per_slot, (uint64_t)data->nslots - 1); in vm_gpa2hva()
205 if (slot == data->nslots - 1) in vm_gpa2hva()
223 TEST_ASSERT(slot < data->nslots, "Too high slot number"); in vm_slot2gpa()
265 slots = data->nslots; in get_max_slots()
280 static bool prepare_vm(struct vm_data *data, int nslots, uint64_t *maxslots, in prepare_vm() argument
299 data->nslots = nslots; in prepare_vm()
300 data->pages_per_slot = data->npages / data->nslots; in prepare_vm()
301 rempages = data->npages % data->nslots; in prepare_vm()
308 data->hva_slots = malloc(sizeof(*data->hva_slots) * data->nslots); in prepare_vm()
[all …]
/Linux-v6.6/kernel/dma/
Dswiotlb.c174 static unsigned int limit_nareas(unsigned int nareas, unsigned long nslots) in limit_nareas() argument
176 if (nslots < nareas * IO_TLB_SEGSIZE) in limit_nareas()
177 return nslots / IO_TLB_SEGSIZE; in limit_nareas()
924 static void inc_used_and_hiwater(struct io_tlb_mem *mem, unsigned int nslots) in inc_used_and_hiwater() argument
928 new_used = atomic_long_add_return(nslots, &mem->total_used); in inc_used_and_hiwater()
937 static void dec_used(struct io_tlb_mem *mem, unsigned int nslots) in dec_used() argument
939 atomic_long_sub(nslots, &mem->total_used); in dec_used()
943 static void inc_used_and_hiwater(struct io_tlb_mem *mem, unsigned int nslots) in inc_used_and_hiwater() argument
946 static void dec_used(struct io_tlb_mem *mem, unsigned int nslots) in dec_used() argument
978 unsigned int nslots = nr_slots(alloc_size), stride; in swiotlb_area_find_slots() local
[all …]
/Linux-v6.6/drivers/dma/ti/
Dedma.c724 int i, j, left, nslots; in edma_execute() local
739 nslots = min(MAX_NR_SG, left); in edma_execute()
743 for (i = 0; i < nslots; i++) { in edma_execute()
769 if (i != (nslots - 1)) in edma_execute()
773 edesc->processed += nslots; in edma_execute()
782 edma_link(ecc, echan->slot[nslots - 1], echan->slot[1]); in edma_execute()
784 edma_link(ecc, echan->slot[nslots - 1], in edma_execute()
1021 int i, nslots, ret; in edma_prep_slave_sg() local
1054 nslots = min_t(unsigned, MAX_NR_SG, sg_len); in edma_prep_slave_sg()
1056 for (i = 0; i < nslots; i++) { in edma_prep_slave_sg()
[all …]
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/
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()
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-v6.6/drivers/virtio/
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-v6.6/drivers/net/wireless/mediatek/mt76/
Dmt76x02_beacon.c16 for (i = 0; i < dev->beacon_ops->nslots; i++) { in mt76x02_set_beacon_offsets()
Dmt76x02_usb_core.c256 .nslots = N_BCN_SLOTS, in mt76x02u_init_beacon_config()
Dmt76x02.h64 unsigned int nslots; member
Dmt76x02_mmio.c88 .nslots = 8, in mt76x02e_init_beacon_config()
/Linux-v6.6/include/linux/
Dcdrom.h155 __u8 nslots; member
/Linux-v6.6/drivers/cdrom/
Dcdrom.c1297 buf->hdr.nslots = 3; in cdrom_read_mech_status()
1347 int nslots = 1; in cdrom_number_of_slots() local
1359 nslots = info->hdr.nslots; in cdrom_number_of_slots()
1362 return nslots; in cdrom_number_of_slots()
/Linux-v6.6/drivers/i3c/
Dmaster.c2428 unsigned int nslots = 0; in i3c_generic_ibi_free_pool() local
2434 nslots++; in i3c_generic_ibi_free_pool()
2441 WARN_ON(nslots != pool->num_slots); in i3c_generic_ibi_free_pool()