Searched refs:hback (Results 1 – 1 of 1) sorted by relevance
82 struct cc *hforw, **hback; member318 p->hback = NULL; in ccreset()320 p->hback = NULL; in ccreset()510 if (p->hback != NULL) in cc_sweep()511 if ((*p->hback = p->hforw) != NULL) in cc_sweep()512 p->hforw->hback = p->hback; in cc_sweep()530 p->hforw->hback = &p->hforw; in cc_sweep()532 p->hback = h; in cc_sweep()