Lines Matching defs:array
1223 * The function parses the @filter string and creates an array containing
1227 * filter list array, or -ENOSPC if too many z/VM user IDs have been specified.
1234 void *array, *old_filter;
1239 array = NULL;
1255 array = kcalloc(size, 8, GFP_KERNEL);
1256 if (!array)
1263 array + ((size - count) * 8));
1266 kfree(array);
1276 hvc_iucv_filter = array;
1288 * @kp: Kernel parameter pointing to hvc_iucv_filter array
1317 * @kp: Kernel parameter pointing to the hvc_iucv_filter array