OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pr_cache
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/arch/arm/include/
ehabi.h
104
}
pr_cache
;
member in struct:_Unwind_Control_Block
/src/external/gpl3/gcc/dist/libgcc/
unwind-arm-common.inc
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
...]
/src/external/gpl3/gcc.old/dist/libgcc/
unwind-arm-common.inc
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
...]
/src/external/gpl3/gcc.old/dist/libgcc/config/arm/
pr-support.c
323
ptr = (_uw *) ucbp->
pr_cache
.ehtp;
351
return (_Unwind_Ptr) ucbp->
pr_cache
.fnstart;
364
ptr = (_uw *) ucbp->
pr_cache
.ehtp;
/src/external/gpl3/gcc/dist/libgcc/config/arm/
pr-support.c
372
ptr = (_uw *) ucbp->
pr_cache
.ehtp;
400
return (_Unwind_Ptr) ucbp->
pr_cache
.fnstart;
413
ptr = (_uw *) ucbp->
pr_cache
.ehtp;
/src/external/gpl3/gcc/dist/libgcc/config/c6x/
pr-support.c
481
ptr = (_uw *) ucbp->
pr_cache
.ehtp;
518
return (_Unwind_Ptr) ucbp->
pr_cache
.fnstart;
528
ptr = (_uw *) ucbp->
pr_cache
.ehtp;
/src/external/gpl3/gcc.old/dist/libgcc/config/c6x/
pr-support.c
481
ptr = (_uw *) ucbp->
pr_cache
.ehtp;
518
return (_Unwind_Ptr) ucbp->
pr_cache
.fnstart;
528
ptr = (_uw *) ucbp->
pr_cache
.ehtp;
/src/external/bsd/libc++/dist/libcxxrt/src/
unwind-arm.h
95
}
pr_cache
;
member in struct:_Unwind_Exception
/src/external/gpl3/gcc/dist/gcc/ginclude/
unwind-arm-common.h
118
pr_cache
;
member in struct:_Unwind_Control_Block
/src/external/gpl3/gcc.old/dist/gcc/ginclude/
unwind-arm-common.h
118
pr_cache
;
member in struct:_Unwind_Control_Block
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/unwind/
arm_common.d
139
_pr_cache
pr_cache
;
/src/external/apache2/llvm/dist/clang/lib/Headers/
unwind.h
136
}
pr_cache
;
member in struct:_Unwind_Control_Block
/src/sys/sys/
pool.h
126
struct pool_cache *
pr_cache
; /* Cache for this pool */
member in struct:pool
/src/sys/kern/
subr_pool.c
890
pp->
pr_cache
= NULL;
1052
KASSERT(pp->
pr_cache
== NULL);
1680
if ((pc = atomic_load_consume(&pp->
pr_cache
)) != NULL)
1891
if ((pc = atomic_load_consume(&pp->
pr_cache
)) != NULL) {
2183
atomic_store_release(&pp->
pr_cache
, pc);
2222
atomic_store_relaxed(&pp->
pr_cache
, NULL);
3364
(pc = atomic_load_consume(&pp->
pr_cache
)) != NULL) {
3461
if ((pc = atomic_load_consume(&pp->
pr_cache
)) != NULL) {
/src/usr.bin/vmstat/
vmstat.c
1830
if (pp->
pr_cache
== NULL)
1834
deref_kptr(pp->
pr_cache
, pc, sizeof(*pc), "pool cache trashed");
Completed in 82 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026