Home
last modified time | relevance | path

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

/glibc-2.36/gmon/
Dgmon.c320 struct iovec bbbody[8]; in write_bb_counts() local
323 for (i = 0; i < (sizeof (bbbody) / sizeof (bbbody[0])); i += 2) in write_bb_counts()
325 bbbody[i].iov_len = sizeof (grp->addresses[0]); in write_bb_counts()
326 bbbody[i + 1].iov_len = sizeof (grp->counts[0]); in write_bb_counts()
338 if (nfilled > (sizeof (bbbody) / sizeof (bbbody[0])) - 2) in write_bb_counts()
340 __writev_nocancel_nostatus (fd, bbbody, nfilled); in write_bb_counts()
344 bbbody[nfilled++].iov_base = (char *) &grp->addresses[i]; in write_bb_counts()
345 bbbody[nfilled++].iov_base = &grp->counts[i]; in write_bb_counts()
348 __writev_nocancel_nostatus (fd, bbbody, nfilled); in write_bb_counts()