Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_stats.c1231 error = nbytes = newvoibytes = newvoistatbytes =
1261 newvoibytes = (voi_id - (NVOIS(tpl_sb) - 1)) *
1263 nbytes += newvoibytes;
1280 if (!error && newvoibytes > 0) {
1296 error = stats_v1_blob_expand(&tpl_sb, newvoibytes,
1484 KASSERT(newvoibytes % sizeof(struct voi) == 0,
1485 ("Bad newvoibytes %d", newvoibytes));
1489 error = ((newvoibytes % sizeof(struct voi) == 0) &&
1531 sb->stats_off += newvoibytes;
1535 memset(&sb->vois[idxnewvois], '\0', newvoibytes);
[all …]