Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c279 xfs_rtword_t wdiff; /* difference from wanted value */ in xfs_rtfind_back() local
319 if ((wdiff = (incore ^ want) & mask)) { in xfs_rtfind_back()
323 i = bit - xfs_highbit32(wdiff); in xfs_rtfind_back()
357 if ((wdiff = incore ^ want)) { in xfs_rtfind_back()
361 i += XFS_NBWORD - 1 - xfs_highbit32(wdiff); in xfs_rtfind_back()
396 if ((wdiff = (incore ^ want) & mask)) { in xfs_rtfind_back()
400 i += XFS_NBWORD - 1 - xfs_highbit32(wdiff); in xfs_rtfind_back()
433 xfs_rtword_t wdiff; /* difference from wanted value */ in xfs_rtfind_forw() local
474 if ((wdiff = (incore ^ want) & mask)) { in xfs_rtfind_forw()
478 i = xfs_lowbit32(wdiff) - bit; in xfs_rtfind_forw()
[all …]
/linux/tools/perf/Documentation/
H A Dperf-diff.txt93 Differential computation selection - delta, ratio, wdiff, cycles,
277 wdiff:WEIGHT-B,WEIGHT-A
289 behind ':' separator like '-c wdiff:1,2'.