Home
last modified time | relevance | path

Searched refs:threshold_cycle (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log.c1509 int threshold_cycle; in xlog_grant_push_threshold() local
1528 xlog_crack_atomic_lsn(&log->l_tail_lsn, &threshold_cycle, in xlog_grant_push_threshold()
1533 threshold_cycle += 1; in xlog_grant_push_threshold()
1535 threshold_lsn = xlog_assign_lsn(threshold_cycle, in xlog_grant_push_threshold()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log.c1691 int threshold_cycle; in xlog_grant_push_threshold() local
1710 xlog_crack_atomic_lsn(&log->l_tail_lsn, &threshold_cycle, in xlog_grant_push_threshold()
1715 threshold_cycle += 1; in xlog_grant_push_threshold()
1717 threshold_lsn = xlog_assign_lsn(threshold_cycle, in xlog_grant_push_threshold()

Completed in 9 milliseconds