Home
last modified time | relevance | path

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

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