Home
last modified time | relevance | path

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

/linux/drivers/staging/wfx/
A Dhif_api_mib.h317 u8 count_init:1; member
A Dhif_tx_mib.c222 arg->tx_rate_retry_policy[0].count_init = 1; in hif_set_tx_rate_retry_policy()
/linux/fs/xfs/
A Dxfs_log.c1971 uint32_t count_init, count; in xlog_calc_iclog_size() local
1974 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_calc_iclog_size()
1975 count = roundup(count_init, log->l_iclog_roundoff); in xlog_calc_iclog_size()
1977 *roundoff = count - count_init; in xlog_calc_iclog_size()
1979 ASSERT(count >= count_init); in xlog_calc_iclog_size()

Completed in 13 milliseconds