OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cachetrk
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amiga/dev/
fd.c
155
int
cachetrk
; /* cached track -1 for none */
member in struct:fd_softc
423
sc->curcyl = sc->
cachetrk
= -1;
715
sc->
cachetrk
= -1; /* invalidate the cache */
1029
fddmastart(sc, sc->
cachetrk
);
1268
if (trk == sc->
cachetrk
) {
1282
sc->
cachetrk
= trk;
1319
if (trk != sc->
cachetrk
+ 1 || dp->b_blkno % sc->nsectors != 0)
1334
sc->
cachetrk
= trk;
1361
dmatrk = sc->
cachetrk
;
1372
sc->
cachetrk
= trk
[
all
...]
fd.c
155
int
cachetrk
; /* cached track -1 for none */
member in struct:fd_softc
423
sc->curcyl = sc->
cachetrk
= -1;
715
sc->
cachetrk
= -1; /* invalidate the cache */
1029
fddmastart(sc, sc->
cachetrk
);
1268
if (trk == sc->
cachetrk
) {
1282
sc->
cachetrk
= trk;
1319
if (trk != sc->
cachetrk
+ 1 || dp->b_blkno % sc->nsectors != 0)
1334
sc->
cachetrk
= trk;
1361
dmatrk = sc->
cachetrk
;
1372
sc->
cachetrk
= trk
[
all
...]
Completed in 123 milliseconds
Indexes created Tue Sep 23 07:09:52 GMT 2025