Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/fs/xfs/
Dxfs_log.c1994 uint32_t count_init, count; in xlog_calc_iclog_size() local
1997 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_calc_iclog_size()
1998 count = roundup(count_init, log->l_iclog_roundoff); in xlog_calc_iclog_size()
2000 *roundoff = count - count_init; in xlog_calc_iclog_size()
2002 ASSERT(count >= count_init); in xlog_calc_iclog_size()