Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dstats.h716 struct statsblobv1 * stats_v1_blob_alloc(uint32_t tpl_id, uint32_t flags);
807 return ((struct statsblob *)stats_v1_blob_alloc(tpl_id, flags)); in stats_blob_alloc()
/freebsd/sys/kern/
H A Dsubr_stats.c1385 stats_v1_blob_alloc(uint32_t tpl_id, uint32_t flags __unused) function