| /src/sys/compat/linux/common/ |
| linux_cdrom.h | 145 u_int8_t curslot : 5; member in struct:linux_cdrom_mechstat_header 150 u_int8_t curslot : 5;
|
| linux_cdrom.h | 145 u_int8_t curslot : 5; member in struct:linux_cdrom_mechstat_header 150 u_int8_t curslot : 5;
|
| /src/sys/uvm/ |
| uvm_amap.c | 1202 amap_pp_adjref(struct vm_amap *amap, int curslot, vsize_t slotlen, int adjval) 1209 stopslot = curslot + slotlen; 1217 for (lcv = 0 ; lcv < curslot ; lcv += len) { 1219 if (lcv + len > curslot) { /* goes past start? */ 1220 pp_setreflen(ppref, lcv, ref, curslot - lcv); 1221 pp_setreflen(ppref, curslot, ref, len - (curslot -lcv)); 1222 len = curslot - lcv; /* new length of entry @ lcv */ 1242 KASSERT(lcv == curslot); 1298 u_int curslot, ptr, last local [all...] |
| uvm_amap.c | 1202 amap_pp_adjref(struct vm_amap *amap, int curslot, vsize_t slotlen, int adjval) 1209 stopslot = curslot + slotlen; 1217 for (lcv = 0 ; lcv < curslot ; lcv += len) { 1219 if (lcv + len > curslot) { /* goes past start? */ 1220 pp_setreflen(ppref, lcv, ref, curslot - lcv); 1221 pp_setreflen(ppref, curslot, ref, len - (curslot -lcv)); 1222 len = curslot - lcv; /* new length of entry @ lcv */ 1242 KASSERT(lcv == curslot); 1298 u_int curslot, ptr, last local [all...] |
| /src/sys/arch/x86/x86/ |
| pmap.c | 1499 size_t curslot = 0 + 256; /* end of SLAREA_USER */ local 1510 if (slotspace.area[i].sslot >= curslot && 1523 if (minsslot - curslot >= nslots) { 1524 holes[nholes].start = curslot; 1530 curslot = minsslot + minnslot;
|
| pmap.c | 1499 size_t curslot = 0 + 256; /* end of SLAREA_USER */ local 1510 if (slotspace.area[i].sslot >= curslot && 1523 if (minsslot - curslot >= nslots) { 1524 holes[nholes].start = curslot; 1530 curslot = minsslot + minnslot;
|