Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/wfx/
Dhif_api_mib.h314 u8 count_init:1; member
Dhif_tx_mib.c222 arg->tx_rate_retry_policy[0].count_init = 1; in hif_set_tx_rate_retry_policy()
/Linux-v5.10/fs/xfs/
Dxfs_log.c1777 uint32_t count_init, count; in xlog_calc_iclog_size() local
1784 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_calc_iclog_size()
1789 count = XLOG_LSUNITTOB(log, XLOG_BTOLSUNIT(log, count_init)); in xlog_calc_iclog_size()
1791 count = BBTOB(BTOBB(count_init)); in xlog_calc_iclog_size()
1794 ASSERT(count >= count_init); in xlog_calc_iclog_size()
1795 *roundoff = count - count_init; in xlog_calc_iclog_size()