Searched defs:wc_entry (Results 1 – 1 of 1) sorted by relevance
81 struct wc_entry { struct82 struct rb_node rb_node;83 struct list_head lru;84 unsigned short wc_list_contiguous;86 bool write_in_progress : 1;87 unsigned long index : 47;89 bool write_in_progress;90 unsigned long index;115 struct wc_entry *current_free; argument