Searched defs:array (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dpage_cgroup.c458 void *array; local
469 array = vzalloc(array_size);
470 if (!array)
476 ctrl->map = array;
483 vfree(array);
H A Dhugetlb.c1595 * with node devices in node_devices[] using a parallel array. The array
1872 static unsigned int cpuset_mems_nr(unsigned int *array) argument
1878 nr += array[node];

Completed in 40 milliseconds