Searched refs:bch_alloc (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/lib/ |
A D | bch.c | 1220 static void *bch_alloc(size_t size, int *err) in bch_alloc() function 1242 g = bch_alloc(GF_POLY_SZ(m*t), &err); in compute_generator_polynomial() 1243 roots = bch_alloc((bch->n+1)*sizeof(*roots), &err); in compute_generator_polynomial() 1244 genpoly = bch_alloc(DIV_ROUND_UP(m*t+1, 32)*sizeof(*genpoly), &err); in compute_generator_polynomial() 1378 bch->mod8_tab = bch_alloc(words*1024*sizeof(*bch->mod8_tab), &err); in bch_init() 1379 bch->ecc_buf = bch_alloc(words*sizeof(*bch->ecc_buf), &err); in bch_init() 1380 bch->ecc_buf2 = bch_alloc(words*sizeof(*bch->ecc_buf2), &err); in bch_init() 1381 bch->xi_tab = bch_alloc(m*sizeof(*bch->xi_tab), &err); in bch_init() 1382 bch->syn = bch_alloc(2*t*sizeof(*bch->syn), &err); in bch_init() 1383 bch->cache = bch_alloc(2*t*sizeof(*bch->cache), &err); in bch_init() [all …]
|
Completed in 6 milliseconds