Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_stats.c1600 ctx.flags |= SB_IT_FIRST_VOISTAT;
1634 ctx.flags &= ~(SB_IT_FIRST_CB | SB_IT_FIRST_VOISTAT |
2063 if (ctx->flags & SB_IT_FIRST_VOISTAT) {
2133 if (ctx->flags & SB_IT_FIRST_VOISTAT) {
2276 SB_IT_FIRST_VOI | SB_IT_LAST_VOI | SB_IT_FIRST_VOISTAT |
/freebsd/sys/sys/
H A Dstats.h690 #define SB_IT_FIRST_VOISTAT 0x0010 macro