nlist
struct nlist *n_next;
void *nlist;
nlist = krealloc(array->list, size, GFP_KERNEL);
if (!nlist)
memset(nlist + oldsize, 0, size - oldsize);
array->list = nlist;