Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/wfx/
Dhif_api_mib.h314 u8 count_init:1; member
Dhif_tx_mib.c222 arg->tx_rate_retry_policy[0].count_init = 1; in hif_set_tx_rate_retry_policy()
/Linux-v5.15/fs/xfs/
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()