Searched refs:wdiff (Results 1 – 5 of 5) sorted by relevance
191 xfs_rtword_t wdiff; /* difference from wanted value */ in xfs_rtfind_back() local231 if ((wdiff = (incore ^ want) & mask)) { in xfs_rtfind_back()235 i = bit - xfs_highbit32(wdiff); in xfs_rtfind_back()269 if ((wdiff = incore ^ want)) { in xfs_rtfind_back()273 i += XFS_NBWORD - 1 - xfs_highbit32(wdiff); in xfs_rtfind_back()308 if ((wdiff = (incore ^ want) & mask)) { in xfs_rtfind_back()312 i += XFS_NBWORD - 1 - xfs_highbit32(wdiff); in xfs_rtfind_back()345 xfs_rtword_t wdiff; /* difference from wanted value */ in xfs_rtfind_forw() local386 if ((wdiff = (incore ^ want) & mask)) { in xfs_rtfind_forw()390 i = xfs_lowbit32(wdiff) - bit; in xfs_rtfind_forw()[all …]
305 pair->diff.wdiff = new_period * compute_wdiff_w2 - in compute_wdiff()308 return pair->diff.wdiff; in compute_wdiff()773 s64 l = left->diff.wdiff; in __hist_entry__cmp_compute()774 s64 r = right->diff.wdiff; in __hist_entry__cmp_compute()1390 s64 wdiff; in __hpp__color_compare() local1430 wdiff = pair->diff.wdiff; in __hpp__color_compare()1432 wdiff = compute_wdiff(he, pair); in __hpp__color_compare()1436 get_percent_color(wdiff), in __hpp__color_compare()1437 pfmt, wdiff); in __hpp__color_compare()1578 s64 wdiff; in hpp__entry_pair() local[all …]
93 Differential computation selection - delta, ratio, wdiff, cycles,277 wdiff:WEIGHT-B,WEIGHT-A289 behind ':' separator like '-c wdiff:1,2'.
613 'wdiff'. Default is 'delta'.
190 s64 wdiff; member