Searched refs:errlocs (Results 1 – 1 of 1) sorted by relevance
81 int *errlocs; member103 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()156 int *errlocs = ws->errlocs; in get_rcw_we() local174 memset(errlocs, 0, len * sizeof(*errlocs)); in get_rcw_we()187 } while (errlocs[errloc] != 0); in get_rcw_we()189 errlocs[errloc] = 1; in get_rcw_we()198 } while (errlocs[errloc] != 0); in get_rcw_we()[all …]