Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_stats.c1593 ctx.flags = SB_IT_FIRST_CB;
1611 ctx.flags &= ~SB_IT_FIRST_CB;
1634 ctx.flags &= ~(SB_IT_FIRST_CB | SB_IT_FIRST_VOISTAT |
2050 if (ctx->flags & SB_IT_FIRST_CB) {
2112 if (ctx->flags & SB_IT_FIRST_CB) {
2275 sbv.flags = ctx->flags & (SB_IT_FIRST_CB | SB_IT_LAST_CB |
/freebsd/sys/sys/
H A Dstats.h686 #define SB_IT_FIRST_CB 0x0001 macro