Searched defs:vlinks (Results 1 – 2 of 2) sorted by relevance
794 typedef struct vlinks { struct795 struct vlinks *prev; /* previous set of pages */ argument796 struct vlinks *next; /* next set of pages */ argument799 } vlinks_t; argument1038 vlinks_t vlinks [ PAGE_SIZE / sizeof (vlinks_t) ]; member
918 typedef struct vlinks { struct919 struct vlinks *prev; /* previous set of pages */ argument920 struct vlinks *next; /* next set of pages */ argument923 } vlinks_t; argument1093 vlinks_t vlinks [ PAGE_SIZE / sizeof (vlinks_t) ]; member