Searched refs:g_cache_list (Results 1 – 1 of 1) sorted by relevance
75 static struct rtl_cache_list_st g_cache_list; variable977 RTL_MEMORY_LOCK_ACQUIRE(&(g_cache_list.m_lock)); in rtl_cache_activate()978 QUEUE_INSERT_TAIL_NAMED(&(g_cache_list.m_cache_head), cache, cache_); in rtl_cache_activate()979 RTL_MEMORY_LOCK_RELEASE(&(g_cache_list.m_lock)); in rtl_cache_activate()994 RTL_MEMORY_LOCK_ACQUIRE(&(g_cache_list.m_lock)); in rtl_cache_deactivate()997 RTL_MEMORY_LOCK_RELEASE(&(g_cache_list.m_lock)); in rtl_cache_deactivate()1402 RTL_MEMORY_LOCK_ACQUIRE(&(g_cache_list.m_lock)); in rtl_cache_wsupdate_init()1403 g_cache_list.m_update_done = 0; in rtl_cache_wsupdate_init()1404 (void) pthread_cond_init (&(g_cache_list.m_update_cond), NULL); in rtl_cache_wsupdate_init()1406 &(g_cache_list.m_update_thread), NULL, rtl_cache_wsupdate_all, (void*)(10)) != 0) in rtl_cache_wsupdate_init()[all …]