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

/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.h52 uint8_t dpr_cacheable; /* cache handle using lru list */ member in struct:dt_proc
H A Ddt_proc.c857 if (dpr->dpr_cacheable) {
1023 dpr->dpr_cacheable = B_FALSE;
1071 if (opr->dpr_cacheable && opr->dpr_refs == 0) {
1079 dpr->dpr_cacheable = B_TRUE;
1107 (!dpr->dpr_cacheable || dph->dph_lrucnt > dph->dph_lrulim))

Completed in 100 milliseconds