Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_stats.c334 static int stats_v1_blob_expand(struct statsblobv1 **sbpp, int newvoibytes,
1230 int error, i, newstatdataidx, newvoibytes, newvoistatbytes, local
1238 error = nbytes = newvoibytes = newvoistatbytes =
1268 newvoibytes = (voi_id - (NVOIS(tpl_sb) - 1)) *
1270 nbytes += newvoibytes;
1287 if (!error && newvoibytes > 0) {
1303 error = stats_v1_blob_expand(&tpl_sb, newvoibytes,
1483 stats_v1_blob_expand(struct statsblobv1 **sbpp, int newvoibytes, argument
1491 KASSERT(newvoibytes % sizeof(struct voi) == 0,
1492 ("Bad newvoibytes %d", newvoibytes));
[all …]