Home
last modified time | relevance | path

Searched refs:tcur (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_discard.c163 struct xfs_trim_cur *tcur, in xfs_trim_gather_extents() argument
192 if (!tcur->count) in xfs_trim_gather_extents()
193 tcur->count = pag->pagf_longest; in xfs_trim_gather_extents()
195 if (tcur->by_bno) { in xfs_trim_gather_extents()
198 error = xfs_alloc_lookup_le(cur, tcur->start, 0, &i); in xfs_trim_gather_extents()
200 error = xfs_alloc_lookup_ge(cur, tcur->start, 0, &i); in xfs_trim_gather_extents()
201 } else if (tcur->start == 0) { in xfs_trim_gather_extents()
204 error = xfs_alloc_lookup_ge(cur, 0, tcur->count, &i); in xfs_trim_gather_extents()
208 error = xfs_alloc_lookup_le(cur, tcur->start, tcur->count, &i); in xfs_trim_gather_extents()
214 tcur->count = 0; in xfs_trim_gather_extents()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_classification.c450 unsigned long tstop, tcur; in run_test() local
464 tcur = util_gettime(); in run_test()
465 tstop = tcur; in run_test()
481 tcur = util_gettime(); in run_test()
482 if (tcur >= tstop) in run_test()
485 err = do_poll(fdr, POLLIN, tstop - tcur); in run_test()
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat1297 tcur = 0
1312 tcur += values.delta
1327 tavg = int(round(tcur / sleeptime)) if tcur > 0 else ''