Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drslib.h82 struct rs_control *init_rs_gfp(int symsize, int gfpoly, int fcr, int prim,
101 return init_rs_gfp(symsize, gfpoly, fcr, prim, nroots, GFP_KERNEL); in init_rs()
/openbmc/linux/lib/reed_solomon/
H A Dreed_solomon.c288 struct rs_control *init_rs_gfp(int symsize, int gfpoly, int fcr, int prim, in init_rs_gfp() function
293 EXPORT_SYMBOL_GPL(init_rs_gfp);
/openbmc/linux/drivers/md/
H A Ddm-verity-fec.c573 return init_rs_gfp(8, 0x11d, 0, 1, v->fec->roots, gfp_mask); in fec_rs_alloc()