Searched refs:file_hash_entry_pool (Results 1 – 5 of 5) sorted by relevance
160 struct file_hash_entry_pool struct165 struct file_hash_entry_pool *next; argument1206 struct file_hash_entry_pool *pool = XNEW (struct file_hash_entry_pool); in allocate_file_hash_entries()1228 struct file_hash_entry_pool *iter = pfile->file_hash_entries; in free_file_hash_entries()1231 struct file_hash_entry_pool *next = iter->next; in free_file_hash_entries()
458 struct file_hash_entry_pool *file_hash_entries;
160 struct file_hash_entry_pool struct165 struct file_hash_entry_pool *next; argument1341 struct file_hash_entry_pool *pool = XNEW (struct file_hash_entry_pool); in allocate_file_hash_entries()1363 struct file_hash_entry_pool *iter = pfile->file_hash_entries; in free_file_hash_entries()1366 struct file_hash_entry_pool *next = iter->next; in free_file_hash_entries()
474 struct file_hash_entry_pool *file_hash_entries;
6013 (struct file_hash_entry_pool): New.6015 (allocate_file_hash_entries): Allocate a file_hash_entry_pool.