Searched refs:pr_cache (Results 1 – 16 of 16) sorted by relevance
323 ptr = (_uw *) ucbp->pr_cache.ehtp; in __gnu_unwind_frame()351 return (_Unwind_Ptr) ucbp->pr_cache.fnstart; in _Unwind_GetRegionStart()364 ptr = (_uw *) ucbp->pr_cache.ehtp; in _Unwind_GetLanguageSpecificData()
343 ucbp->pr_cache.fnstart = selfrel_offset31 (&eitp->fnoffset);378 ucbp->pr_cache.ehtp = (_Unwind_EHT_Header *)&eitp->content;379 ucbp->pr_cache.additional = 1;385 ucbp->pr_cache.ehtp =387 ucbp->pr_cache.additional = 0;391 if (*ucbp->pr_cache.ehtp & (1u << 31))394 _uw idx = (*(_uw *) ucbp->pr_cache.ehtp >> 24) & 0xf;419 UCB_PR_ADDR (ucbp) = selfrel_offset31 (ucbp->pr_cache.ehtp);838 data = (_uw *) ucbp->pr_cache.ehtp;859 if ((ucbp->pr_cache.additional & 1) == 0)[all …]
339 ucbp->pr_cache.fnstart = selfrel_offset31 (&eitp->fnoffset);374 ucbp->pr_cache.ehtp = (_Unwind_EHT_Header *)&eitp->content;375 ucbp->pr_cache.additional = 1;381 ucbp->pr_cache.ehtp =383 ucbp->pr_cache.additional = 0;387 if (*ucbp->pr_cache.ehtp & (1u << 31))390 _uw idx = (*(_uw *) ucbp->pr_cache.ehtp >> 24) & 0xf;415 UCB_PR_ADDR (ucbp) = selfrel_offset31 (ucbp->pr_cache.ehtp);834 data = (_uw *) ucbp->pr_cache.ehtp;855 if ((ucbp->pr_cache.additional & 1) == 0)[all …]
481 ptr = (_uw *) ucbp->pr_cache.ehtp; in __gnu_unwind_frame()518 return (_Unwind_Ptr) ucbp->pr_cache.fnstart; in _Unwind_GetRegionStart()528 ptr = (_uw *) ucbp->pr_cache.ehtp; in _Unwind_GetLanguageSpecificData()
104 } pr_cache; member
118 pr_cache; member
95 } pr_cache; member
139 _pr_cache pr_cache; member
887 pp->pr_cache = NULL; in pool_init() 1049 KASSERT(pp->pr_cache == NULL); in pool_destroy() 1690 if ((pc = atomic_load_consume(&pp->pr_cache)) != NULL) in pool_reclaim() 1901 if ((pc = atomic_load_consume(&pp->pr_cache)) != NULL) { in pool_print1() 2193 atomic_store_release(&pp->pr_cache, pc);2232 atomic_store_relaxed(&pp->pr_cache, NULL); in pool_cache_bootstrap_destroy() 3385 (pc = atomic_load_consume(&pp->pr_cache)) != NULL) { in pool_whatis() 3482 if ((pc = atomic_load_consume(&pp->pr_cache)) != NULL) { in pool_sysctl()
126 struct pool_cache *pr_cache; /* Cache for this pool */ member
136 } pr_cache; member
1816 if (pp->pr_cache == NULL) in dopoolcache()1820 deref_kptr(pp->pr_cache, pc, sizeof(*pc), "pool cache trashed"); in dopoolcache()