Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log.c1398 int threshold_cycle; /* lsn cycle we'd like to be at */ in xlog_grant_push_ail() local
1420 threshold_cycle = CYCLE_LSN(tail_lsn); in xlog_grant_push_ail()
1423 threshold_cycle += 1; in xlog_grant_push_ail()
1425 threshold_lsn = xlog_assign_lsn(threshold_cycle, threshold_block); in xlog_grant_push_ail()