Searched refs:head_ (Results 1 – 2 of 2) sorted by relevance
92 for (ptr = head_; ptr; prev = ptr, ptr = ptr->next) { in InsertFuture()98 future->next = head_; in InsertFuture()99 head_ = future; in InsertFuture()139 head_ = NULL; in Open()163 if (is_eof_ && head_ == NULL) { in ReadBB()175 if (head_) { in ReadBB()177 head_, in ReadBB()178 head_->bb->bb_rec.bb_num, head_->bb->bb_rec.start_time, in ReadBB()179 head_->bb->bb_rec.time_diff, head_->bb->bb_rec.repeat, in ReadBB()180 head_->bb->next_time); in ReadBB()[all …]
184 Future *head_; variable