Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_api_mib.h317 u8 count_init:1; member
H A Dhif_tx_mib.c210 arg->tx_rate_retry_policy[0].count_init = 1; in wfx_hif_set_tx_rate_retry_policy()
/openbmc/linux/fs/xfs/
H A Dxfs_log.c1996 uint32_t count_init, count; in xlog_calc_iclog_size() local
1999 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_calc_iclog_size()
2000 count = roundup(count_init, log->l_iclog_roundoff); in xlog_calc_iclog_size()
2002 *roundoff = count - count_init; in xlog_calc_iclog_size()
2004 ASSERT(count >= count_init); in xlog_calc_iclog_size()