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