/src/sys/uvm/ |
uvm_amap.c | 355 int slotoff = entry->aref.ar_pageoff; local in function:amap_extend 382 slotneed = slotoff + slotmapped + slotadd; 387 slotadj = slotadd - slotoff; 394 * using slots between slotoff and slotoff + slotmapped. If 409 slotendoff = slotoff + slotmapped; 411 amap_wiperange(amap, 0, slotoff); 414 for (i = 0; i < slotoff; i++) { 431 amap_pp_adjref(amap, slotoff + slotmapped, 443 slotoff -= slotadd [all...] |
uvm_amap.c | 355 int slotoff = entry->aref.ar_pageoff; local in function:amap_extend 382 slotneed = slotoff + slotmapped + slotadd; 387 slotadj = slotadd - slotoff; 394 * using slots between slotoff and slotoff + slotmapped. If 409 slotendoff = slotoff + slotmapped; 411 amap_wiperange(amap, 0, slotoff); 414 for (i = 0; i < slotoff; i++) { 431 amap_pp_adjref(amap, slotoff + slotmapped, 443 slotoff -= slotadd [all...] |
uvm_amap.c | 355 int slotoff = entry->aref.ar_pageoff; local in function:amap_extend 382 slotneed = slotoff + slotmapped + slotadd; 387 slotadj = slotadd - slotoff; 394 * using slots between slotoff and slotoff + slotmapped. If 409 slotendoff = slotoff + slotmapped; 411 amap_wiperange(amap, 0, slotoff); 414 for (i = 0; i < slotoff; i++) { 431 amap_pp_adjref(amap, slotoff + slotmapped, 443 slotoff -= slotadd [all...] |
/src/sys/dev/scsipi/ |
ses.c | 1475 uint8_t slotoff; member in struct:scfg 1476 #define SAFT_ALARM_OFFSET(cc) (cc)->slotoff - 1 1571 cc->slotoff = (uint8_t) r; 1704 err = perf_slotop(ssc, (uint8_t) idx - (uint8_t) cc->slotoff, 2374 ep = &ssc->ses_objmap[cc->slotoff + i];
|
ses.c | 1475 uint8_t slotoff; member in struct:scfg 1476 #define SAFT_ALARM_OFFSET(cc) (cc)->slotoff - 1 1571 cc->slotoff = (uint8_t) r; 1704 err = perf_slotop(ssc, (uint8_t) idx - (uint8_t) cc->slotoff, 2374 ep = &ssc->ses_objmap[cc->slotoff + i];
|
ses.c | 1475 uint8_t slotoff; member in struct:scfg 1476 #define SAFT_ALARM_OFFSET(cc) (cc)->slotoff - 1 1571 cc->slotoff = (uint8_t) r; 1704 err = perf_slotop(ssc, (uint8_t) idx - (uint8_t) cc->slotoff, 2374 ep = &ssc->ses_objmap[cc->slotoff + i];
|