Home
last modified time | relevance | path

Searched refs:dpr_cacheable (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_proc.c869 if (dpr->dpr_cacheable) {
1035 dpr->dpr_cacheable = B_FALSE;
1083 if (opr->dpr_cacheable && opr->dpr_refs == 0) {
1091 dpr->dpr_cacheable = B_TRUE;
1119 (!dpr->dpr_cacheable || dph->dph_lrucnt > dph->dph_lrulim))
H A Ddt_proc.h52 uint8_t dpr_cacheable; /* cache handle using lru list */ member