new_limits        390 kernel/cgroup/rdma.c 			       int *new_limits, unsigned long *enables)
new_limits        403 kernel/cgroup/rdma.c 		new_limits[index] = intval;
new_limits        433 kernel/cgroup/rdma.c 	int *new_limits;
new_limits        444 kernel/cgroup/rdma.c 	new_limits = kcalloc(RDMACG_RESOURCE_MAX, sizeof(int), GFP_KERNEL);
new_limits        445 kernel/cgroup/rdma.c 	if (!new_limits) {
new_limits        450 kernel/cgroup/rdma.c 	ret = rdmacg_parse_limits(options, new_limits, &enables);
new_limits        471 kernel/cgroup/rdma.c 		set_resource_limit(rpool, i, new_limits[i]);
new_limits        486 kernel/cgroup/rdma.c 	kfree(new_limits);