slots 622 dev/pci/musycc.c int i, idx, s, slots;
slots 645 dev/pci/musycc.c slots = MUSYCC_CHAN_BUFLEN_GET(letoh32(mg->mg_group->tx_cconf[chan]));
slots 646 dev/pci/musycc.c slots = (slots + 1) / 2;
slots 647 dev/pci/musycc.c mask >>= 64 - 2 * slots;
slots 184 uvm/uvm_amap.c amap_alloc1(int slots, int padslots, int waitf)
slots 193 uvm/uvm_amap.c totalslots = malloc_roundup((slots + padslots) * sizeof(int)) /
slots 201 uvm/uvm_amap.c amap->am_nslot = slots;
slots 241 uvm/uvm_amap.c int slots, padslots;
slots 244 uvm/uvm_amap.c AMAP_B2SLOT(slots, sz); /* load slots */
slots 247 uvm/uvm_amap.c amap = amap_alloc1(slots, padslots, waitf);
slots 478 uvm/uvm_amap.c int slots, lcv, slot, stop;
slots 480 uvm/uvm_amap.c AMAP_B2SLOT(slots, (entry->end - entry->start));
slots 481 uvm/uvm_amap.c stop = entry->aref.ar_pageoff + slots;
slots 483 uvm/uvm_amap.c if (slots < amap->am_nused) {
slots 585 uvm/uvm_amap.c int slots, lcv;
slots 651 uvm/uvm_amap.c AMAP_B2SLOT(slots, entry->end - entry->start);
slots 652 uvm/uvm_amap.c amap = amap_alloc1(slots, 0, waitf);
slots 679 uvm/uvm_amap.c for (lcv = 0 ; lcv < slots; lcv++) {
slots 1002 uvm/uvm_amap.c amap_wiperange(struct vm_amap *amap, int slotoff, int slots)
slots 1012 uvm/uvm_amap.c if (slots < amap->am_nused) {
slots 1015 uvm/uvm_amap.c stop = slotoff + slots;
slots 1020 uvm/uvm_amap.c slotend = slotoff + slots;
slots 83 uvm/uvm_aobj.c ((ELT)->slots[(PAGEIDX) & (UAO_SWHASH_CLUSTER_SIZE - 1)])
slots 123 uvm/uvm_aobj.c int slots[UAO_SWHASH_CLUSTER_SIZE]; /* the slots */
slots 259 uvm/uvm_aobj.c memset(elt->slots, 0, sizeof(elt->slots));
slots 413 uvm/uvm_aobj.c int slot = elt->slots[j];
slots 1422 uvm/uvm_aobj.c int slot = elt->slots[i];