Home
last modified time | relevance | path

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

/freebsd-src/sys/sys/
H A Dstats.h715 int stats_v1_blob_init(struct statsblobv1 *sb, uint32_t tpl_id, uint32_t flags);
800 return (stats_v1_blob_init((struct statsblobv1 *)sb, tpl_id, flags)); in stats_blob_init()
/freebsd-src/sys/kern/
H A Dsubr_stats.c1445 stats_v1_blob_init(struct statsblobv1 *sb, uint32_t tpl_id, uint32_t flags) function