Searched refs:errlocs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/reed_solomon/ |
H A D | test_rslib.c | 81 int *errlocs; member 103 kfree(ws->errlocs); in free_ws() 127 ws->errlocs = kmalloc_array(nn + nroots, sizeof(int), GFP_KERNEL); in alloc_ws() 128 if (!ws->errlocs) in alloc_ws() 131 ws->derrlocs = ws->errlocs + nn; in alloc_ws() 143 * stored in derrlocs, while errlocs has one of three values in every position: 156 int *errlocs = ws->errlocs; in get_rcw_we() local 174 memset(errlocs, 0, len * sizeof(*errlocs)); in get_rcw_we() 221 fix_err(uint16_t *data, int nerrs, uint16_t *corr, int *errlocs) fix_err() argument 266 int *errlocs = ws->errlocs; test_uc() local [all...] |
/kernel/linux/linux-6.6/lib/reed_solomon/ |
H A D | test_rslib.c | 81 int *errlocs; member 103 kfree(ws->errlocs); in free_ws() 127 ws->errlocs = kmalloc_array(nn + nroots, sizeof(int), GFP_KERNEL); in alloc_ws() 128 if (!ws->errlocs) in alloc_ws() 131 ws->derrlocs = ws->errlocs + nn; in alloc_ws() 143 * stored in derrlocs, while errlocs has one of three values in every position: 156 int *errlocs = ws->errlocs; in get_rcw_we() local 174 memset(errlocs, 0, len * sizeof(*errlocs)); in get_rcw_we() 221 fix_err(uint16_t *data, int nerrs, uint16_t *corr, int *errlocs) fix_err() argument 266 int *errlocs = ws->errlocs; test_uc() local [all...] |
Completed in 2 milliseconds