Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/fs/xfs/
Dxfs_log.c1756 uint32_t count_init, count; in xlog_calc_iclog_size() local
1759 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_calc_iclog_size()
1760 count = roundup(count_init, log->l_iclog_roundoff); in xlog_calc_iclog_size()
1762 *roundoff = count - count_init; in xlog_calc_iclog_size()
1764 ASSERT(count >= count_init); in xlog_calc_iclog_size()