Searched refs:c_valid (Results 1 – 2 of 2) sorted by relevance
475 cpuid_cache_info_p->c_valid = true; in do_cacheid()477 os_atomic_store(&cpuid_cache_info_p->c_valid, true, release); in do_cacheid()478 thread_wakeup((event_t)&cpuid_cache_info_p->c_valid); in do_cacheid()514 while (!os_atomic_load(&ret->c_valid, acquire)) { in cache_info_type()515 assert_wait((event_t)&ret->c_valid, THREAD_UNINT); in cache_info_type()516 if (os_atomic_load(&ret->c_valid, relaxed)) { in cache_info_type()
273 boolean_t c_valid; /* has this cache info been populated? */ member