Searched defs:cache_entry (Results 1 – 1 of 1) sorted by relevance
28 struct cache_entry { struct29 FcEntry* next_lru; // next and prev for the LRU list is30 FcEntry* prev_lru; // a double linked list31 FcEntry* next_hash; // next and prev for the hash list is32 FcEntry* prev_hash; // a double linked list33 FcEntry** hash_head; // pointer to head of hash table list34 ui8* data; // pointer to cached data35 ui8* dirty_map; // dirty bitmap of pages in sector36 void* file_ptr; // pointer to file control information37 ui32 sect_num; // sector number in actual medium[all …]
Completed in 3 milliseconds