wordcnt
xrep_wordcnt_t wordcnt;
wordcnt = min_t(xrep_wordcnt_t, nextwordoff - wordoff,
wordcnt = min_t(xrep_wordcnt_t, wordcnt,
error = xfbmp_copyin(rtb, wordoff, rtb->words, wordcnt);
wordoff += wordcnt;
unsigned long long wordoff, unsigned int wordcnt),
TP_ARGS(mp, rbmoff, wordoff, wordcnt),
__field(unsigned int, wordcnt)
__entry->wordcnt = wordcnt;
__entry->wordcnt)