Searched defs:pb_cache_entry (Results 1 – 1 of 1) sorted by relevance
39 struct pb_cache_entry struct41 struct list_head head;42 struct pb_buffer *buffer; /**< Pointer to the structure this is part of. */43 struct pb_cache *mgr;67 void pb_cache_add_buffer(struct pb_cache_entry *entry); argument