Searched defs:wc_entry (Results 1 – 1 of 1) sorted by relevance
82 struct wc_entry { struct83 struct rb_node rb_node;84 struct list_head lru;85 unsigned short wc_list_contiguous;87 bool write_in_progress : 1;88 unsigned long index : 47;90 bool write_in_progress;91 unsigned long index;116 struct wc_entry *current_free; argument