Searched refs:ffewhere_root_ll_ (Results 1 – 2 of 2) sorted by relevance
80 static GTY (()) struct _ffewhere_root_ll_ *ffewhere_root_ll_; variable98 return ffewhere_root_ll_->first; in ffewhere_ll_lookup_()100 for (ll = ffewhere_root_ll_->last; in ffewhere_ll_lookup_()101 ll != (ffewhereLL_) &ffewhere_root_ll_->first; in ffewhere_ll_lookup_()135 ll->next = (ffewhereLL_) &ffewhere_root_ll_->first; in ffewhere_file_set()136 ll->previous = ffewhere_root_ll_->last; in ffewhere_file_set()173 ffewhere_root_ll_ = ggc_alloc_cleared (sizeof (struct _ffewhere_ll_)); in ffewhere_init_1()174 ffewhere_root_ll_->first = ffewhere_root_ll_->last in ffewhere_init_1()175 = (ffewhereLL_) &ffewhere_root_ll_->first; in ffewhere_init_1()
373 (ffewhere_root_ll_): Ditto. Change type from struct379 (ffewhere_init_1): Use GC to allocate ffewhere_root_ll_ sentinel.