Searched refs:first_span (Results 1 – 3 of 3) sorted by relevance
107 while (NULL != (sp = tbl->first_span)) { in tbl_free()108 tbl->first_span = sp->next; in tbl_free()138 if (NULL == tbl->first_span || NULL == tbl->first_span->first) in tbl_restart()150 : tbl->first_span; in tbl_span()164 if (NULL == tbl->first_span || NULL == tbl->first_span->first) in tbl_end()
37 struct tbl_span *first_span; member
196 tbl->last_span = tbl->first_span = dp; in newspan()