Searched refs:g_cache_list (Results 1 – 1 of 1) sorted by relevance
75 static struct rtl_cache_list_st g_cache_list; variable971 RTL_MEMORY_LOCK_ACQUIRE(&(g_cache_list.m_lock)); in rtl_cache_activate()972 QUEUE_INSERT_TAIL_NAMED(&(g_cache_list.m_cache_head), cache, cache_); in rtl_cache_activate()973 RTL_MEMORY_LOCK_RELEASE(&(g_cache_list.m_lock)); in rtl_cache_activate()988 RTL_MEMORY_LOCK_ACQUIRE(&(g_cache_list.m_lock)); in rtl_cache_deactivate()991 RTL_MEMORY_LOCK_RELEASE(&(g_cache_list.m_lock)); in rtl_cache_deactivate()1396 RTL_MEMORY_LOCK_ACQUIRE(&(g_cache_list.m_lock)); in rtl_cache_wsupdate_init()1397 g_cache_list.m_update_done = 0; in rtl_cache_wsupdate_init()1398 (void) pthread_cond_init (&(g_cache_list.m_update_cond), NULL); in rtl_cache_wsupdate_init()1400 &(g_cache_list.m_update_thread), NULL, rtl_cache_wsupdate_all, (void*)(10)) != 0) in rtl_cache_wsupdate_init()[all …]