Searched defs:seq_queue (Results 1 – 1 of 1) sorted by relevance
146 struct seq_queue { struct147 int fragment_count;148 int block_count;149 struct file_buffer *hash_table[HASH_SIZE];150 pthread_mutex_t mutex;151 pthread_cond_t wait;