Searched refs:tcur (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| A D | test_flow_dissector.c | 513 unsigned long tstop, treport, tcur; in do_main() local 523 tcur = util_gettime(); in do_main() 524 treport = tcur + 1000; in do_main() 525 tstop = tcur + (cfg_num_secs * 1000); in do_main() 535 tcur = util_gettime(); in do_main() 536 if (tcur >= tstop) in do_main() 538 if (tcur >= treport) { in do_main() 542 treport = tcur + 1000; in do_main() 554 tcur = util_gettime(); in do_main() 555 if (tcur >= tstop) in do_main() [all …]
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_btree.c | 2393 i = xfs_btree_firstrec(tcur, level); in xfs_btree_lshift() 2563 i = xfs_btree_lastrec(tcur, level); in xfs_btree_rshift() 3656 tcur = NULL; in xfs_btree_delrec() 3842 i = xfs_btree_lastrec(tcur, level); in xfs_btree_delrec() 3856 i = xfs_btree_lastrec(tcur, level); in xfs_btree_delrec() 3887 tcur = NULL; in xfs_btree_delrec() 3928 i = xfs_btree_firstrec(tcur, level); in xfs_btree_delrec() 3937 i = xfs_btree_firstrec(tcur, level); in xfs_btree_delrec() 3967 tcur = NULL; in xfs_btree_delrec() 3985 tcur = NULL; in xfs_btree_delrec() [all …]
|
| A D | xfs_ialloc.c | 994 struct xfs_btree_cur *cur, *tcur; in xfs_dialloc_ag_inobt() local 1056 error = xfs_btree_dup_cursor(cur, &tcur); in xfs_dialloc_ag_inobt() 1067 error = xfs_ialloc_get_rec(tcur, pag->pagl_leftrec, in xfs_dialloc_ag_inobt() 1078 error = xfs_ialloc_next_rec(tcur, &trec, &doneleft, 1); in xfs_dialloc_ag_inobt() 1106 cur = tcur; in xfs_dialloc_ag_inobt() 1117 xfs_btree_del_cursor(tcur, XFS_BTREE_NOERROR); in xfs_dialloc_ag_inobt() 1127 error = xfs_ialloc_next_rec(tcur, &trec, in xfs_dialloc_ag_inobt() 1142 xfs_btree_del_cursor(tcur, XFS_BTREE_NOERROR); in xfs_dialloc_ag_inobt() 1158 xfs_btree_del_cursor(tcur, XFS_BTREE_NOERROR); in xfs_dialloc_ag_inobt() 1244 xfs_btree_del_cursor(tcur, XFS_BTREE_ERROR); in xfs_dialloc_ag_inobt()
|
| /linux/tools/kvm/kvm_stat/ |
| A D | kvm_stat | 1229 tcur = 0 1244 tcur += values.delta 1259 tavg = int(round(tcur / sleeptime)) if tcur > 0 else ''
|
Completed in 21 milliseconds