| plan 9 kernel history: overview | file list | diff list |
2001/0530/port/cache.c (diff list | history)
| 2001/0530/sys/src/9/port/cache.c:539,545 – 2003/0406/sys/src/9/port/cache.c:539,545 (short | long | prev) | ||
| 1993/1014 | len -= o; offset += o; if(len <= 0) { | |
| 1999/1227 |
| |
| 2003/0406 | if(f && p->start + p->len > f->start) print("CACHE: p->start=%uld p->len=%d f->start=%uld\n", p->start, p->len, f->start); | |
| 1993/1014 | qunlock(m); return; } | |