Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_flow_dissector.c513 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-6.1.9/fs/xfs/libxfs/
Dxfs_btree.c2327 struct xfs_btree_cur *tcur; /* temporary btree cursor */ in xfs_btree_lshift() local
2465 error = xfs_btree_dup_cursor(cur, &tcur); in xfs_btree_lshift()
2468 i = xfs_btree_firstrec(tcur, level); in xfs_btree_lshift()
2469 if (XFS_IS_CORRUPT(tcur->bc_mp, i != 1)) { in xfs_btree_lshift()
2474 error = xfs_btree_decrement(tcur, level, &i); in xfs_btree_lshift()
2479 error = xfs_btree_update_keys(tcur, level); in xfs_btree_lshift()
2483 xfs_btree_del_cursor(tcur, XFS_BTREE_NOERROR); in xfs_btree_lshift()
2505 xfs_btree_del_cursor(tcur, XFS_BTREE_ERROR); in xfs_btree_lshift()
2523 struct xfs_btree_cur *tcur; /* temporary btree cursor */ in xfs_btree_rshift() local
2635 error = xfs_btree_dup_cursor(cur, &tcur); in xfs_btree_rshift()
[all …]
Dxfs_ialloc.c994 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-6.1.9/tools/kvm/kvm_stat/
Dkvm_stat1297 tcur = 0
1312 tcur += values.delta
1327 tavg = int(round(tcur / sleeptime)) if tcur > 0 else ''