Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_log.c1692 int threshold_cycle; in xlog_grant_push_threshold() local
1711 xlog_crack_atomic_lsn(&log->l_tail_lsn, &threshold_cycle, in xlog_grant_push_threshold()
1716 threshold_cycle += 1; in xlog_grant_push_threshold()
1718 threshold_lsn = xlog_assign_lsn(threshold_cycle, in xlog_grant_push_threshold()