Searched refs:_ShineTabList (Results 1 – 3 of 3) sorted by relevance
90 tnl->_ShineTabList = MALLOC_STRUCT( tnl_shine_tab ); in _tnl_CreateContext()91 make_empty_list( tnl->_ShineTabList ); in _tnl_CreateContext()97 insert_at_tail( tnl->_ShineTabList, s ); in _tnl_CreateContext()119 foreach_s( s, tmps, tnl->_ShineTabList ) { in _tnl_DestroyContext()122 free( tnl->_ShineTabList ); in _tnl_DestroyContext()
574 struct tnl_shine_tab *_ShineTabList; /**< MRU list of inactive shine tables */ member
124 struct tnl_shine_tab *list = tnl->_ShineTabList; in validate_shine_table()