Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_stats.c1593 ctx.flags |= SB_IT_FIRST_VOISTAT;
1627 ctx.flags &= ~(SB_IT_FIRST_CB | SB_IT_FIRST_VOISTAT |
2056 if (ctx->flags & SB_IT_FIRST_VOISTAT) {
2126 if (ctx->flags & SB_IT_FIRST_VOISTAT) {
2269 SB_IT_FIRST_VOI | SB_IT_LAST_VOI | SB_IT_FIRST_VOISTAT |
/f-stack/freebsd/sys/
H A Dstats.h692 #define SB_IT_FIRST_VOISTAT 0x0010 macro