Searched refs:wdiff (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c161 xfs_rtword_t wdiff; /* difference from wanted value */ local
201 if ((wdiff = (incore ^ want) & mask)) {
205 i = bit - xfs_highbit32(wdiff);
239 if ((wdiff = incore ^ want)) {
243 i += XFS_NBWORD - 1 - xfs_highbit32(wdiff);
278 if ((wdiff = (incore ^ want) & mask)) {
282 i += XFS_NBWORD - 1 - xfs_highbit32(wdiff);
315 xfs_rtword_t wdiff; /* difference from wanted value */ local
354 if ((wdiff = (incore ^ want) & mask)) {
358 i = xfs_lowbit32(wdiff)
765 xfs_rtword_t wdiff; /* difference from wanted value */ local
[all...]
/linux-master/tools/perf/
H A Dbuiltin-diff.c119 [COMPUTE_WEIGHTED_DIFF] = "wdiff",
204 pr_debug("compute wdiff w1(%" PRId64 ") w2(%" PRId64 ")\n",
211 pr_err("Failed: wrong weight data, use 'wdiff:w1,w2'\n");
268 "(use 'delta','ratio' or 'wdiff')\n", str);
305 pair->diff.wdiff = new_period * compute_wdiff_w2 -
308 return pair->diff.wdiff;
787 s64 l = left->diff.wdiff;
788 s64 r = right->diff.wdiff;
1269 "delta,delta-abs,ratio,wdiff:w1,w2 (default delta-abs),cycles",
1404 s64 wdiff; local
1592 s64 wdiff; local
[all...]
/linux-master/tools/perf/util/
H A Dsort.h72 s64 wdiff; member in union:hist_entry_diff::__anon335

Completed in 97 milliseconds