Searched refs:wordcnt (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm64/lib/ |
| H A D | memchr.S | 31 #define wordcnt x3 macro 43 lsr wordcnt, cntin, #3 44 cbz wordcnt, L(byte_loop) 50 sub wordcnt, wordcnt, #1 56 cbnz wordcnt, L(word_loop)
|
| /linux/fs/xfs/scrub/ |
| H A D | rtbitmap_repair.c | 274 xrep_wordcnt_t wordcnt; in xrep_rtbitmap_mark_free() local 276 wordcnt = min_t(xrep_wordcnt_t, nextwordoff - wordoff, in xrep_rtbitmap_mark_free() 285 wordcnt = min_t(xrep_wordcnt_t, wordcnt, in xrep_rtbitmap_mark_free() 288 error = xfbmp_copyin(rtb, wordoff, rtb->words, wordcnt); in xrep_rtbitmap_mark_free() 292 wordoff += wordcnt; in xrep_rtbitmap_mark_free()
|
| H A D | trace.h | 3790 unsigned long long wordoff, unsigned int wordcnt), 3791 TP_ARGS(mp, rbmoff, wordoff, wordcnt), 3797 __field(unsigned int, wordcnt) 3804 __entry->wordcnt = wordcnt; 3811 __entry->wordcnt)
|