Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/
Dmemslot_perf_test.c87 uint32_t nslots; member
202 slot = min(gpage / data->pages_per_slot, (uint64_t)data->nslots - 1); in vm_gpa2hva()
208 if (slot == data->nslots - 1) in vm_gpa2hva()
226 TEST_ASSERT(slot < data->nslots, "Too high slot number"); in vm_slot2gpa()
268 slots = data->nslots; in get_max_slots()
283 static bool prepare_vm(struct vm_data *data, int nslots, uint64_t *maxslots, in prepare_vm() argument
302 data->nslots = nslots; in prepare_vm()
303 data->pages_per_slot = data->npages / data->nslots; in prepare_vm()
304 rempages = data->npages % data->nslots; in prepare_vm()
311 data->hva_slots = malloc(sizeof(*data->hva_slots) * data->nslots); in prepare_vm()
[all …]
/linux-6.12.1/kernel/dma/
Dswiotlb.c177 static unsigned int limit_nareas(unsigned int nareas, unsigned long nslots) in limit_nareas() argument
179 if (nslots < nareas * IO_TLB_SEGSIZE) in limit_nareas()
180 return nslots / IO_TLB_SEGSIZE; in limit_nareas()
951 static void inc_used_and_hiwater(struct io_tlb_mem *mem, unsigned int nslots) in inc_used_and_hiwater() argument
955 new_used = atomic_long_add_return(nslots, &mem->total_used); in inc_used_and_hiwater()
964 static void dec_used(struct io_tlb_mem *mem, unsigned int nslots) in dec_used() argument
966 atomic_long_sub(nslots, &mem->total_used); in dec_used()
970 static void inc_used_and_hiwater(struct io_tlb_mem *mem, unsigned int nslots) in inc_used_and_hiwater() argument
973 static void dec_used(struct io_tlb_mem *mem, unsigned int nslots) in dec_used() argument
980 static void inc_transient_used(struct io_tlb_mem *mem, unsigned int nslots) in inc_transient_used() argument
[all …]
/linux-6.12.1/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-6.12.1/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-6.12.1/drivers/virtio/
Dvirtio_input.c224 int abs, err, nslots; in virtinput_probe() local
311 nslots = input_abs_get_max(vi->idev, ABS_MT_SLOT) + 1; in virtinput_probe()
312 err = input_mt_init_slots(vi->idev, nslots, 0); in virtinput_probe()
/linux-6.12.1/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.c260 .nslots = N_BCN_SLOTS, in mt76x02u_init_beacon_config()
Dmt76x02.h64 unsigned int nslots; member
Dmt76x02_mmio.c95 .nslots = 8, in mt76x02e_init_beacon_config()
/linux-6.12.1/include/linux/
Dcdrom.h155 __u8 nslots; member
/linux-6.12.1/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-6.12.1/drivers/i3c/
Dmaster.c2566 unsigned int nslots = 0; in i3c_generic_ibi_free_pool() local
2572 nslots++; in i3c_generic_ibi_free_pool()
2579 WARN_ON(nslots != pool->num_slots); in i3c_generic_ibi_free_pool()
/linux-6.12.1/sound/soc/codecs/
Dcs42l43.c552 int *slots, unsigned int nslots) in cs42l43_mask_to_slots() argument
558 if (i == nslots) { in cs42l43_mask_to_slots()