Searched refs:first_head (Results 1 – 4 of 4) sorted by relevance
119 while (NULL != (hp = tbl->first_head)) { in tbl_free()120 tbl->first_head = hp->next; in tbl_free()
363 h = tbl->first_head; in cell_alloc()385 tbl->first_head = hp; in cell_alloc()
40 struct tbl_head *first_head; member
190 dp->head = tbl->first_head; in newspan()