Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Dhif_api_mib.h314 u8 count_init:1; member
H A Dhif_tx_mib.c222 arg->tx_rate_retry_policy[0].count_init = 1; in hif_set_tx_rate_retry_policy()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log.c1792 uint32_t count_init, count; in xlog_calc_iclog_size() local
1799 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_calc_iclog_size()
1804 count = XLOG_LSUNITTOB(log, XLOG_BTOLSUNIT(log, count_init)); in xlog_calc_iclog_size()
1806 count = BBTOB(BTOBB(count_init)); in xlog_calc_iclog_size()
1809 ASSERT(count >= count_init); in xlog_calc_iclog_size()
1810 *roundoff = count - count_init; in xlog_calc_iclog_size()