Searched refs:lastitem (Results 1 – 1 of 1) sorted by relevance
309 struct vidinfo* lastitem; in reap_states() local313 lastitem = ztv->workqueue; in reap_states()314 if (lastitem) in reap_states()315 while (lastitem->next) lastitem = lastitem->next; in reap_states()321 if (!lastitem) in reap_states()324 lastitem->next = item; in reap_states()325 lastitem = item; in reap_states()